All Versions
9
Latest Version
Avg Release Cycle
36 days
Latest Release
736 days ago
Changelog History
Changelog History
-
v1.2.0 Changes
September 20, 2021๐ New
- โ Add log support for sentry/syslog/rsyslog (#112) [Fabio Cicerchia]
- Upstream healthchecks, closed #49. [Fabio Cicerchia]
- Prevent Cache Stampede + Serve STALE cache, closed #48 #18. [Fabio Cicerchia]
- ๐ค Async storing in redis to avoid latency, closed #55. [Fabio Cicerchia]
- Prometheus Metrics (#111) [Fabio Cicerchia]
- Implemented opentelemetry, closed 56 (#110) [Fabio Cicerchia]
- LB Algorithms (#108) [Fabio Cicerchia]
- Cache dns upstream, closed #52. [Fabio Cicerchia]
- ๐ Support HTTP Basic Auth on upstreams, closed #46. [Fabio Cicerchia]
๐ Changes
- ๐จ Refactoring + removed some todos. [Fabio Cicerchia]
- ๐ Build(deps): bump alpine from 3.14.1 to 3.14.2 (#105) [dependabot[bot]]
๐ Fix
- ๐ Broken build pipeline. [Fabio Cicerchia]
- Domain overrides settings #35 (#106) [Fabio Cicerchia]
-
v1.1.0 Changes
August 28, 2021๐ New
- โ Added new label for HIT/MISS in the logs. [Fabio Cicerchia]
๐ Changes
- ๐ Linted. [Fabio Cicerchia]
- โฌ๏ธ Upgraded package.json. [Fabio Cicerchia]
- ๐จ Refactoring to use DomainID consistenly in various places + changed some logging. [Fabio Cicerchia]
- ๐ง Displaying omitted when printing configuration settings. [Fabio Cicerchia]
๐ Fix
- ๐จ Refactoring to avoid to share HTTP headers with sensitive information in redis key. [Fabio Cicerchia]
- ๐ณ Automatically push to Docker Hub, closed #103. [Fabio Cicerchia]
- ๐ Fix CodeClimate broken coverage, closed #44. [Fabio Cicerchia]
- โ Added missing docs for golint. [Fabio Cicerchia]
- โ Generating dummy tls certificates for tests. [Fabio Cicerchia]
- Replacing correctly the cache_status_label variable. [Fabio Cicerchia]
- โ Lowered priority from WARN to INFO in case of MISS in redis + fixed one test + fixed wrong wildcard schema being passed to the proxy. [Fabio Cicerchia]
- Using the correct redis connection in case of wildcard scheme matching. [Fabio Cicerchia]
- โ Using correct tls certificates on test/full-setup. [Fabio Cicerchia]
Other
- Create codeql-analysis.yml. [Fabio Cicerchia]
- ๐ Dev: added comments to explain critical settings related to issue #35. [Fabio Cicerchia]
-
v1.0.1 Changes
August 26, 2021Other
- ๐ Fixed golang version base image for docker. [Fabio Cicerchia]
- Corrected changelog for v1.0.0. [Fabio Cicerchia]
-
v1.0.0 Changes
August 26, 2021๐ New
- โ Added tests for CONNECT HTTP method [Fabio Cicerchia]
- RedirectToHTTPS can use customizable RedirectStatusCode per domain [Fabio Cicerchia]
- Customize TLS config per domain: CurvePreferences, MinVersion, MaxVersion, and CipherSuites [Fabio Cicerchia]
- โ Added more tests and increased coverage [Fabio Cicerchia]
- โ Added the required mention in the readme for OpenSSL. [Fabio Cicerchia]
๐ Changes
- ๐จ Refactoring + tests. [Fabio Cicerchia]
- ๐ง Skipping HTTPS server configuration in case no TLS certificates are provided [Fabio Cicerchia]
- โฌ๏ธ Upgraded docker images version for redis, node, and nginx [Fabio Cicerchia]
- ๐จ Refactored error handling [Fabio Cicerchia]
- โ Removed stutter namings [Fabio Cicerchia]
- ๐จ Refactored redis mutex locks [Fabio Cicerchia]
- ๐จ Refactored redis circuit breaker calls [Fabio Cicerchia]
- ๐จ Refactored config to get values automatically from env vars [Fabio Cicerchia]
- ๐จ Refactored utils functions [Fabio Cicerchia]
- ๐ฅ Breaking change: CACHE_ALLOWED_STATUSES and CACHE_ALLOWED_METHODS will now support spaces instead of commas [Fabio Cicerchia]
- ๐จ Refactored domainConfig to be included in RequestCall (reduced coupling with config.go) [Fabio Cicerchia]
- Replaced SIGKILL handling with SIGTERM [Fabio Cicerchia]
- ๐จ Refactored transport.handleBody as there was no real error (removed also shouldPanicOnCopyError and ctx) [Fabio Cicerchia]
๐ Fix
- ๐ Fixed missing TLS files + Refactoring (#102) [Fabio Cicerchia]
- ๐ Fixed documentation [Fabio Cicerchia]
- ๐ Fixed missing depencencies for github action tests [Fabio Cicerchia]
- ๐ Fixed nginx configuration for ssl settings [Fabio Cicerchia]
Other
- ๐ Linting code using several linters [Fabio Cicerchia]
- Resolved some TODOs [Fabio Cicerchia]
- ๐ Version bump for golang image. [Fabio Cicerchia]
- ๐ Build(deps): bump alpine from 3.14.0 to 3.14.1. [dependabot[bot]]
- โฌ๏ธ Bump ws from 7.4.1 to 7.4.6 in /test/full-setup. [dependabot[bot]]
- โฌ๏ธ Bump alpine from 3.13.5 to 3.14.0. [dependabot[bot]]
- โฌ๏ธ Bump golang from 1.16.1-alpine3.12 to 1.16.3-alpine3.12. [dependabot[bot]]
- โฌ๏ธ Bump alpine from 3.13.2 to 3.13.5. [dependabot[bot]]
- โฌ๏ธ Bump alpine from 3.13.0 to 3.13.2. [dependabot[bot]]
- โฌ๏ธ Bump golang from 1.15.6-alpine3.12 to 1.16.1-alpine3.12. [dependabot[bot]]
- โฌ๏ธ Bump alpine from 3.12.3 to 3.13.0. [dependabot[bot]]
-
v0.3.0 Changes
January 07, 2021๐ New
- Missing locks on write/read on redis, closes #45. [Fabio Cicerchia]
- โ Add tests for HTTP2 Push, closes #75. [Fabio Cicerchia]
- โ Added tests for websockets. [Fabio Cicerchia]
- Kubernetes Example, closes #60. [Fabio Cicerchia]
- โ Add readthedocs.org, closes #30. [Fabio Cicerchia]
- ๐ Use X-Forwarded-Proto, closes #26. [Fabio Cicerchia]
๐ Changes
- โ Add tests for etags http headers, closes #71. [Fabio Cicerchia]
๐ Fix
- โ Test logging to file, closes #73. [Fabio Cicerchia]
Other
- โก๏ธ Updated changelog for v0.3.0. [Fabio Cicerchia]
- โก๏ธ Updated changelog + fixes on makefile. [Fabio Cicerchia]
- โ Added missing file for readthedocs.io. [Fabio Cicerchia]
- ๐ Fixed some todos. [Fabio Cicerchia]
- ๐จ Refactoring tests. [Fabio Cicerchia]
-
v0.2.0 Changes
December 18, 2020๐ New
- WebSockets, closes #16 (#63) [Fabio Cicerchia]
- ๐ Handle ETags, closes #10 (#62) [Fabio Cicerchia]
Other
- ๐ Changelog. [Fabio Cicerchia]
- โฌ๏ธ Bump alpine from 3.12.2 to 3.12.3 (#66) [dependabot[bot]]
- HTTP2 Pusher interface is broken (#65) [Fabio Cicerchia]
-
v0.1.0 Changes
December 15, 2020Other
- โก๏ธ Updated changelog. [Fabio Cicerchia]
- โฌ๏ธ Bump alpine from 3.12.1 to 3.12.2 (#61) [dependabot[bot]]
- โ Add license scan report and status (#64) [fossabot]
- ๐ Disabled codeclimate in pipeline, as it is not working and still waiting from customer support. [Fabio Cicerchia]
-
v0.1.0-beta1 Changes
December 08, 2020๐ Changes
- Benchmarks, closed #14 (#59) [Fabio Cicerchia]
- ๐จ Refactor to have an upstream pool, closed #47. [Fabio Cicerchia]
๐ Fix
- ๐ Fix CodeClimate broken coverage, #44. [Fabio Cicerchia]
- โ Tests for chunking, closed #43. [Fabio Cicerchia]
- โ Add tags in Configuration struct, closed #41. [Fabio Cicerchia]
Other
- ๐ Fixed paambaati/[email protected]. [Fabio Cicerchia]
-
v0.1.0-alpha1 Changes
December 04, 2020๐ New
- ๐ Make release, closed #6. [Fabio Cicerchia]
- ๐ณ Docker docs, closed #34. [Fabio Cicerchia]
- ๐ง Check configuration validity, closed #7. [Fabio Cicerchia]
- ๐ Make health-check optional, with config flag, closed #29. [Fabio Cicerchia]
- ๐ฒ Set log line format in config, closed #32. [Fabio Cicerchia]
๐ Fix
- ๐ Fixing to achieve good score on BetterCodeHub, #40. [Fabio Cicerchia]
- โ Broken tests for logs. [Fabio Cicerchia]
Other
- โฌ๏ธ Bump golang from 1.15.5-alpine3.12 to 1.15.6-alpine3.12 (#39) [dependabot[bot]]
- ๐ Fixed broken insecurebridge. [Fabio Cicerchia]
- ๐ณ Disabled tests in dockerfile. [Fabio Cicerchia]
- Production-Ready (#5) [Fabio Cicerchia]
- ๐ Fix codecov in ci, fixing tests, added script flags, added tlsfuzzer, docs. [Fabio Cicerchia]
- ๐จ Refactoring. [Fabio Cicerchia]
- โ Added changelog. [Fabio Cicerchia]
- ๐จ Refactoring + CII Best Practices. [Fabio Cicerchia]
- ๐จ Refactoring. [Fabio Cicerchia]
- Coverage. [Fabio Cicerchia]
- ๐จ Refactoring. [Fabio Cicerchia]
- Multi-domains. [Fabio Cicerchia]
- โ Added graceful shutdown, small refactoring, gzip. [Fabio Cicerchia]
- ๐จ Refactoring. [Fabio Cicerchia]
- Circuit breaker. [Fabio Cicerchia]
- ๐จ Refactoring. [Fabio Cicerchia]
- ๐ Fixed image logo. [Fabio Cicerchia]
- โช Restored code. [Fabio Cicerchia]
- Wip chunks. [Fabio Cicerchia]
- ๐ Changed misleading description. [Fabio Cicerchia]
- ๐จ Refactoring. [Fabio Cicerchia]
- โก๏ธ Update FUNDING.yml. [Fabio Cicerchia]
- ๐จ Refactoring. [Fabio Cicerchia]
- โ Added end-to-end tests, refactoring, minor fixes, improved logging, added docs, http2https. [Fabio Cicerchia]
- ๐ Small fixes. [Fabio Cicerchia]
- ๐จ Refactoring + tests. [Fabio Cicerchia]
- Https, http2, readme, coverage. [Fabio Cicerchia]
- โ Added export methods comments. [Fabio Cicerchia]
- ๐จ Refactoring + tests. [Fabio Cicerchia]
- โ Added healthcheck + purge method. [Fabio Cicerchia]
- ๐จ Refactoring. [Fabio Cicerchia]
- โ Added support for expires header. [Fabio Cicerchia]
- โ Added yaml config. [Fabio Cicerchia]
- โ Added allowed statuses and methods. [Fabio Cicerchia]
- โ Added functional tests. [Fabio Cicerchia]
- ๐จ Refactoring. [Fabio Cicerchia]
- Switch from gob to msgpack. [Fabio Cicerchia]
- โ Added tests. [Fabio Cicerchia]
- โฌ๏ธ Bump golang from 1.15.4-alpine3.12 to 1.15.5-alpine3.12. [dependabot[bot]]
- ๐จ Small refactoring. [Fabio Cicerchia]
- Wip for vary header. [Fabio Cicerchia]
- ๐จ Refactoring, added tests, saving data into redis with gob, added load balancing (roundrobin), improved CI, added tests in dockerfile, linted, added check for race conditions, added config struct. [Fabio Cicerchia]
- ๐ Fixed dockerfile build. [Fabio Cicerchia]
- ๐ Linting. [Fabio Cicerchia]
- ๐ Changed readme badges. [Fabio Cicerchia]
- ๐จ Refactoring tests. [Fabio Cicerchia]
- โ Adding tests. [Fabio Cicerchia]
- โ Added TTL based on s-maxage or max-age. [Fabio Cicerchia]
- ๐ Initial commit. [Fabio Cicerchia]