Skip to content

Releases: i-love-flamingo/httpcache

v0.3.5

19 Sep 13:05
cf407cf
Compare
Choose a tag to compare

Version v0.3.5 (2024-09-18)

Fixes

  • load: pass deadline to the loader in context (#101) (ba58a0a)

Chores and tidying

  • deps: update dependency go to v1.23.1 (#93) (ec07234)
  • deps: update module flamingo.me/flamingo/v3 to v3.10.1 (#99) (ddd5c3e)
  • deps: update module github.com/vektra/mockery/v2 to v2.46.0 (#100) (aeba6ae)
  • bump minimum Go version to 1.22 (#98) (e2b612a)
  • deps: update module flamingo.me/flamingo/v3 to v3.10.0 (#97) (5912a72)
  • deps: update module github.com/testcontainers/testcontainers-go to v0.33.0 (#95) (887e072)
  • deps: update module github.com/vektra/mockery/v2 to v2.45.0 (#94) (15450b0)

What's Changed

  • chore(deps): update module github.com/vektra/mockery/v2 to v2.45.0 by @renovate in #94
  • chore(deps): update module github.com/testcontainers/testcontainers-go to v0.33.0 by @renovate in #95
  • chore(deps): update module flamingo.me/flamingo/v3 to v3.10.0 by @renovate in #97
  • chore: bump minimum Go version to 1.22 by @carstendietrich in #98
  • fix(load): pass deadline to the loader in context by @KarolNowakk in #101
  • chore(deps): update module github.com/vektra/mockery/v2 to v2.46.0 by @renovate in #100
  • chore(deps): update module flamingo.me/flamingo/v3 to v3.10.1 - autoclosed by @renovate in #99
  • chore(deps): update dependency go to v1.23.1 by @renovate in #93
  • Release v0.3.5 by @github-actions in #96

New Contributors

Full Changelog: v0.3.4...v0.3.5

v0.3.4

06 Aug 13:57
e430c6f
Compare
Choose a tag to compare

Version v0.3.4 (2024-08-06)

Documentation

  • Update readme badges to correct module path (#74) (941d556)

Chores and tidying

  • deps: update module github.com/vektra/mockery/v2 to v2.44.1 (#91) (0fff3af)
  • Replace github.com/pkg/errors with Go core error package (#89) (1b57f95)
  • Always use newest golangci lint, fix linting issues (#90) (41cb954)
  • deps: update module flamingo.me/flamingo/v3 to v3.9.0 (#88) (0967167)
  • deps: update dependency go to v1.22.5 (#87) (5031638)
  • deps: update module github.com/testcontainers/testcontainers-go to v0.32.0 (#85) (30340a2)
  • deps: update module github.com/vektra/mockery/v2 to v2.43.2 (#86) (e8cd3ea)
  • deps: update dependency go to v1.22.3 (#81) (3b176d6)
  • deps: update module github.com/vektra/mockery/v2 to v2.43.0 (#80) (50d0640)
  • deps: update golangci/golangci-lint-action action to v6 (#84) (3a1abd0)
  • deps: update module flamingo.me/flamingo/v3 to v3.8.1 (#83) (fa5886a)
  • deps: update module golang.org/x/sync to v0.7.0 (#77) (8663c46)
  • deps: update module github.com/vektra/mockery/v2 to v2.42.2 (#78) (a4c92ee)
  • deps: update module github.com/testcontainers/testcontainers-go to v0.30.0 (#79) (e183c74)
  • deps: update module github.com/vektra/mockery/v2 to v2.42.1 (#75) (5b580e7)

What's Changed

  • chore(deps): update module github.com/vektra/mockery/v2 to v2.42.1 by @renovate in #75
  • docs: Update readme badges to correct module path by @carstendietrich in #74
  • chore(deps): update module github.com/testcontainers/testcontainers-go to v0.30.0 by @renovate in #79
  • chore(deps): update module github.com/vektra/mockery/v2 to v2.42.2 by @renovate in #78
  • chore(deps): update module golang.org/x/sync to v0.7.0 by @renovate in #77
  • chore(deps): update module flamingo.me/flamingo/v3 to v3.8.1 by @renovate in #83
  • chore(deps): update golangci/golangci-lint-action action to v6 by @renovate in #84
  • chore(deps): update module github.com/vektra/mockery/v2 to v2.43.0 by @renovate in #80
  • chore(deps): update dependency go to v1.22.3 - autoclosed by @renovate in #81
  • chore(deps): update module github.com/vektra/mockery/v2 to v2.43.2 by @renovate in #86
  • chore(deps): update module github.com/testcontainers/testcontainers-go to v0.32.0 by @renovate in #85
  • chore(deps): update dependency go to v1.22.5 - autoclosed by @renovate in #87
  • chore(deps): update module flamingo.me/flamingo/v3 to v3.9.0 by @renovate in #88
  • chore: Always use newest golangci lint, fix linting issues by @carstendietrich in #90
  • chore: Replace github.com/pkg/errors with Go core error package by @carstendietrich in #89
  • chore(deps): update module github.com/vektra/mockery/v2 to v2.44.1 by @renovate in #91
  • chore(deps): update module golang.org/x/sync to v0.8.0 by @renovate in #92
  • Release v0.3.4 by @github-actions in #76

Full Changelog: v0.3.3...v0.3.4

v0.3.3

12 Mar 15:04
0b80b4c
Compare
Choose a tag to compare

Version v0.3.3 (2024-03-12)

Chores and tidying

  • deps: update module github.com/testcontainers/testcontainers-go to v0.29.1 (#68) (5493f25)
  • switch to MIT licensing to streamline with other flamingo modules (#72) (d543ecc)
  • deps: update module github.com/stretchr/testify to v1.9.0 (#70) (b06ce82)
  • deps: update module github.com/gomodule/redigo to v1.9.2 (#69) (06ee66d)
  • deps: update module flamingo.me/flamingo/v3 to v3.8.0 (#65) (cbd10c1)
  • deps: update module github.com/vektra/mockery/v2 to v2.42.0 (#66) (595968e)
  • deps: update golangci/golangci-lint-action action to v4 (#67) (1d42d9c)

What's Changed

  • chore(deps): update golangci/golangci-lint-action action to v4 by @renovate in #67
  • chore(deps): update module github.com/vektra/mockery/v2 to v2.42.0 by @renovate in #66
  • chore(deps): update module flamingo.me/flamingo/v3 to v3.8.0 by @renovate in #65
  • chore(deps): update module github.com/gomodule/redigo to v1.9.2 by @renovate in #69
  • chore(deps): update module github.com/stretchr/testify to v1.9.0 by @renovate in #70
  • chore: switch to MIT licensing to streamline with other flamingo modules by @carstendietrich in #72
  • chore(deps): update module github.com/testcontainers/testcontainers-go to v0.29.1 by @renovate in #68
  • Release v0.3.3 by @github-actions in #73

Full Changelog: v0.3.2...v0.3.3

v0.3.2

06 Feb 08:31
622d8c7
Compare
Choose a tag to compare

Version v0.3.2 (2024-02-06)

Ops and CI/CD

  • add semanticore for hassle-free releases (#63) (8e0c09c)
  • bump golangci-lint to latest version (#61) (94f0886)

Documentation

  • Simplify readme, add section about custom backends (#40) (3df81db)

Chores and tidying

  • deps: update module golang.org/x/sync to v0.6.0 (#60) (68e879f)
  • deps: bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 (#62) (de6245e)
  • deps: update module github.com/vektra/mockery/v2 to v2.40.1 (#57) (75b6753)
  • deps: update module github.com/testcontainers/testcontainers-go to v0.27.0 (#59) (2f5c647)
  • deps: update module github.com/vektra/mockery/v2 to v2.38.0 (#55) (45a87a1)
  • deps: update actions/setup-go action to v5 (#56) (11ecfa8)
  • deps: update module github.com/vektra/mockery/v2 to v2.36.1 (#54) (9ea52d7)
  • deps: update module golang.org/x/sync to v0.5.0 (#53) (a192c25)
  • deps: update module github.com/vektra/mockery/v2 to v2.36.0 (#51) (74253b3)
  • deps: update module github.com/testcontainers/testcontainers-go to v0.26.0 (#52) (e62ea8e)
  • deps: update module github.com/vektra/mockery/v2 to v2.35.2 (#49) (3788c93)
  • deps: update module golang.org/x/sync to v0.4.0 (#50) (25224f0)

What's Changed

  • chore(deps): update module golang.org/x/sync to v0.4.0 by @renovate in #50
  • chore(deps): update module github.com/vektra/mockery/v2 to v2.35.2 by @renovate in #49
  • chore(deps): update module github.com/testcontainers/testcontainers-go to v0.26.0 by @renovate in #52
  • chore(deps): update module github.com/vektra/mockery/v2 to v2.36.0 by @renovate in #51
  • chore(deps): update module golang.org/x/sync to v0.5.0 by @renovate in #53
  • docs: Simplify readme, add section about custom backends by @carstendietrich in #40
  • chore(deps): update module github.com/vektra/mockery/v2 to v2.36.1 by @renovate in #54
  • chore(deps): update actions/setup-go action to v5 by @renovate in #56
  • chore(deps): update module github.com/vektra/mockery/v2 to v2.38.0 by @renovate in #55
  • chore(deps): update module github.com/testcontainers/testcontainers-go to v0.27.0 by @renovate in #59
  • chore(deps): update module github.com/vektra/mockery/v2 to v2.40.1 by @renovate in #57
  • ci: bump golangci-lint to latest version by @carstendietrich in #61
  • ci: add semanticore for hassle-free releases by @carstendietrich in #63
  • chore(deps): bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 by @dependabot in #62
  • chore(deps): update module golang.org/x/sync to v0.6.0 by @renovate in #60
  • Release v0.3.2 by @github-actions in #64

New Contributors

  • @dependabot made their first contribution in #62
  • @github-actions made their first contribution in #64

Full Changelog: v0.3.1...v0.3.2

v0.3.1

04 Oct 13:29
0eacac0
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update module github.com/testcontainers/testcontainers-go to v0.23.0 by @renovate in #38
  • chore(deps): update module github.com/hashicorp/golang-lru/v2 to v2.0.5 by @renovate in #39
  • chore(deps): update module github.com/vektra/mockery/v2 to v2.32.4 by @renovate in #37
  • chore(deps): update module flamingo.me/flamingo/v3 to v3.7.0 by @renovate in #41
  • chore(deps): update module github.com/vektra/mockery/v2 to v2.33.0 by @renovate in #42
  • chore(deps): update module github.com/hashicorp/golang-lru/v2 to v2.0.6 by @renovate in #43
  • chore(deps): update actions/checkout action to v4 by @renovate in #45
  • chore(deps): update module github.com/vektra/mockery/v2 to v2.34.2 by @renovate in #44
  • chore(deps): update module github.com/testcontainers/testcontainers-go to v0.25.0 by @renovate in #46
  • chore(deps): update module github.com/hashicorp/golang-lru/v2 to v2.0.7 by @renovate in #47
  • fix(redis): Correctly set expiry in seconds, drop usage of deprecated SETEX by @carstendietrich in #48

Full Changelog: v0.3.0...v0.3.1

v0.3.0

04 Aug 11:42
8307ba9
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency github.com/vektra/mockery/v2 to v2.30.16 by @renovate in #21
  • chore: Purge func creates a span but never ends it by @carstendietrich in #32
  • feat: Add health check support to redis / two level backend by @carstendietrich in #34
  • chore(deps): update module github.com/vektra/mockery/v2 to v2.31.1 by @renovate in #33
  • chore(deps): update module github.com/vektra/mockery/v2 to v2.31.4 by @renovate in #35
  • chore(deps): update module github.com/vektra/mockery/v2 to v2.32.0 by @renovate in #36

Full Changelog: v0.2.2...v0.2.3

v0.2.2

03 Jul 08:27
f8e20c4
Compare
Choose a tag to compare

What's Changed

  • fix: Avoid redundant cache sets, switch single flight to /x/sync by @carstendietrich in #31
  • chore(deps): update module flamingo.me/flamingo/v3 to v3.6.1 by @renovate in #25
  • chore(deps): update module github.com/stretchr/testify to v1.8.4 by @renovate in #27
  • chore(deps): update module github.com/testcontainers/testcontainers-go to v0.20.1 by @renovate in #26
  • chore(deps): update module github.com/hashicorp/golang-lru/v2 to v2.0.3 by @renovate in #28
  • chore(deps): update module github.com/hashicorp/golang-lru/v2 to v2.0.4 by @renovate in #29
  • chore(deps): update module github.com/testcontainers/testcontainers-go to v0.21.0 by @renovate in #30

Full Changelog: v0.2.1...v0.2.2

v0.2.1

20 Apr 09:43
01c9ac8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

19 Apr 14:41
a3677aa
Compare
Choose a tag to compare

What's Changed

  • feat: Allow purging of cache keys via frontend by @IvanMaidurov in #23
  • chore(deps): update module flamingo.me/flamingo/v3 to v3.6.0 by @renovate in #22

Full Changelog: v0.1.1...v0.2.0

v0.1.1

13 Apr 13:05
207f2f8
Compare
Choose a tag to compare

What's Changed

  • chore: add regex to detect go run/install commands by @tessig in #18
  • chore(deps): update actions/setup-go action to v4 by @renovate in #14
  • chore(deps): update dependency github.com/vektra/mockery/v2 to v2.23.2 by @renovate in #19
  • chore(deps): update dependency github.com/vektra/mockery/v2 to v2.24.0 by @renovate in #20
  • chore(deps): update module github.com/hashicorp/golang-lru to v2 by @renovate in #17

New Contributors

Full Changelog: v0.1.0...v0.1.1