Releases: darkweak/souin
Releases · darkweak/souin
v1.6.6
v1.6.5
v1.6.4
v1.6.3
What's Changed
- feat(plugins): Introduce Webgo middleware support by @darkweak in #191
- fix(rfc): Ensure supported Vary header by @darkweak in #193
- feat(provider): Badger singleton support multiple directives by @darkweak in #194
- feat(docs): Bump to prepare v1.6.3 by @darkweak in #195
- feat(plugins): Introduce chi plugin by @darkweak in #196
- fix(plugins): DefaultSouinPluginCallback return an error if necessary by @darkweak in #197
Full Changelog: v1.6.2...v1.6.3
v1.6.2
v1.6.1
What's Changed
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Buildx for various Linux architectures by @agneevX in #143
- Fix typo in BuildX by @agneevX in #146
- Update README.md by @eidenschink in #147
- feat(core): Enhance performances on caching by @darkweak in #138
- Update goreleaser by @darkweak in #148
- fix(core): Fix TTL Cache-Status HTTP header calculation by @darkweak in #151
- release(v1.5.11-beta2) by @darkweak in #152
- Remove linux/riscv64 from BuildX CI by @agneevX in #153
- Remove hardcoded GOOS and GOARCH env vars by @maxcanna in #154
- Use TLS port from config by @maxcanna in #155
- Prepare v1.5.11-beta5 by @darkweak in #160
- fix(plugins): Traefik custom writer by @darkweak in #161
- fix(core): Deny non get requests from being cached by @darkweak in #162
- feat(plugins): Support on Echo as middleware by @darkweak in #164
- feat(plugins): Support on Gin as middleware by @darkweak in #165
- Fix panic when parsing slice of string in Traefik plugin by @kevinpollet in #166
- fix(core): Vary voter election by @darkweak in #168
- Fixes #169 by @choelzl in #170
- fix(rfc): Handle nil reader and empty response by @darkweak in #172
- feat(plugins) Introduce Skipper by @darkweak in #173
- feat(metrics): Prometheus support by @darkweak in #174
- fix(plugins): Bump caddy dep to Souin latest by @darkweak in #175
- fix(#178): Drop non Get/HEAD HTTP method by @darkweak in #181
- fix(#176): obeying max-age directive in the response by @darkweak in #179
- ci: run tests for pull requests by @Menci in #182
- feat(core): default cache control behaviour by @darkweak in #184
- Prepare v1.6.0 by @darkweak in #186
New Contributors
- @agneevX made their first contribution in #143
- @eidenschink made their first contribution in #147
- @maxcanna made their first contribution in #154
- @kevinpollet made their first contribution in #166
- @choelzl made their first contribution in #170
Full Changelog: v1.5.10...v1.6.0
v1.5.11-beta12
What's Changed
- Buildx for various Linux architectures by @agneevX in #143
- Fix typo in BuildX by @agneevX in #146
- Update README.md by @eidenschink in #147
- feat(core): Enhance performances on caching by @darkweak in #138
- Update goreleaser by @darkweak in #148
- fix(core): Fix TTL Cache-Status HTTP header calculation by @darkweak in #151
- release(v1.5.11-beta2) by @darkweak in #152
- Remove linux/riscv64 from BuildX CI by @agneevX in #153
- Remove hardcoded GOOS and GOARCH env vars by @maxcanna in #154
- Use TLS port from config by @maxcanna in #155
- Prepare v1.5.11-beta5 by @darkweak in #160
- fix(plugins): Traefik custom writer by @darkweak in #161
- fix(core): Deny non get requests from being cached by @darkweak in #162
- feat(plugins): Support on Echo as middleware by @darkweak in #164
- feat(plugins): Support on Gin as middleware by @darkweak in #165
- Fix panic when parsing slice of string in Traefik plugin by @kevinpollet in #166
- fix(core): Vary voter election by @darkweak in #168
- Fixes #169 by @choelzl in #170
- fix(rfc): Handle nil reader and empty response by @darkweak in #172
- feat(plugins) Introduce Skipper by @darkweak in #173
- feat(metrics): Prometheus support by @darkweak in #174
- fix(plugins): Bump caddy dep to Souin latest by @darkweak in #175
- fix(#178): Drop non Get/HEAD HTTP method by @darkweak in #181
- fix(#176): obeying max-age directive in the response by @darkweak in #179
- ci: run tests for pull requests by @Menci in #182
- feat(core): default cache control behaviour by @darkweak in #184
New Contributors
- @agneevX made their first contribution in #143
- @eidenschink made their first contribution in #147
- @maxcanna made their first contribution in #154
- @kevinpollet made their first contribution in #166
- @choelzl made their first contribution in #170
Full Changelog: v1.5.10...v1.5.11-beta12
v1.5.11-beta9
What's Changed
- Buildx for various Linux architectures by @agneevX in #143
- Fix typo in BuildX by @agneevX in #146
- Update README.md by @eidenschink in #147
- feat(core): Enhance performances on caching by @darkweak in #138
- Update goreleaser by @darkweak in #148
- fix(core): Fix TTL Cache-Status HTTP header calculation by @darkweak in #151
- release(v1.5.11-beta2) by @darkweak in #152
- Remove linux/riscv64 from BuildX CI by @agneevX in #153
- Remove hardcoded GOOS and GOARCH env vars by @maxcanna in #154
- Use TLS port from config by @maxcanna in #155
- Prepare v1.5.11-beta5 by @darkweak in #160
- fix(plugins): Traefik custom writer by @darkweak in #161
- fix(core): Deny non get requests from being cached by @darkweak in #162
- feat(plugins): Support on Echo as middleware by @darkweak in #164
- feat(plugins): Support on Gin as middleware by @darkweak in #165
- Fix panic when parsing slice of string in Traefik plugin by @kevinpollet in #166
- fix(core): Vary voter election by @darkweak in #168
- Fixes #169 by @choelzl in #170
- fix(rfc): Handle nil reader and empty response by @darkweak in #172
- feat(plugins) Introduce Skipper by @darkweak in #173
- feat(metrics): Prometheus support by @darkweak in #174
New Contributors
- @agneevX made their first contribution in #143
- @eidenschink made their first contribution in #147
- @maxcanna made their first contribution in #154
- @kevinpollet made their first contribution in #166
- @choelzl made their first contribution in #170
Full Changelog: v1.5.10...v1.5.11-beta9
v1.5.11-beta10
What's Changed
- Buildx for various Linux architectures by @agneevX in #143
- Fix typo in BuildX by @agneevX in #146
- Update README.md by @eidenschink in #147
- feat(core): Enhance performances on caching by @darkweak in #138
- Update goreleaser by @darkweak in #148
- fix(core): Fix TTL Cache-Status HTTP header calculation by @darkweak in #151
- release(v1.5.11-beta2) by @darkweak in #152
- Remove linux/riscv64 from BuildX CI by @agneevX in #153
- Remove hardcoded GOOS and GOARCH env vars by @maxcanna in #154
- Use TLS port from config by @maxcanna in #155
- Prepare v1.5.11-beta5 by @darkweak in #160
- fix(plugins): Traefik custom writer by @darkweak in #161
- fix(core): Deny non get requests from being cached by @darkweak in #162
- feat(plugins): Support on Echo as middleware by @darkweak in #164
- feat(plugins): Support on Gin as middleware by @darkweak in #165
- Fix panic when parsing slice of string in Traefik plugin by @kevinpollet in #166
- fix(core): Vary voter election by @darkweak in #168
- Fixes #169 by @choelzl in #170
- fix(rfc): Handle nil reader and empty response by @darkweak in #172
- feat(plugins) Introduce Skipper by @darkweak in #173
- feat(metrics): Prometheus support by @darkweak in #174
- fix(plugins): Bump caddy dep to Souin latest by @darkweak in #175
New Contributors
- @agneevX made their first contribution in #143
- @eidenschink made their first contribution in #147
- @maxcanna made their first contribution in #154
- @kevinpollet made their first contribution in #166
- @choelzl made their first contribution in #170
Full Changelog: v1.5.10...v1.5.11-beta10