Skip to content

Releases: Zondax/golem

v0.14.2

20 Feb 19:52
0a3a76b
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/go-redsync/redsync/v4 from 4.11.0 to 4.12.0 by @dependabot in #62
  • chore(deps): bump github.com/go-chi/chi/v5 from 5.0.11 to 5.0.12 by @dependabot in #61
  • chore(deps): bump gorm.io/gorm from 1.25.6 to 1.25.7 by @dependabot in #59
  • chore(deps): bump gorm.io/driver/postgres from 1.5.4 to 1.5.6 by @dependabot in #60
  • Add cache middleware to zrouter and fix ttl on combinedCache by @lucaslopezf in #63

Full Changelog: v0.14.1...v0.14.2

v0.14.1

02 Feb 18:28
4546900
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/alicebob/miniredis/v2 from 2.31.0 to 2.31.1 by @dependabot in #52
  • chore(deps): bump gorm.io/gorm from 1.25.5 to 1.25.6 by @dependabot in #54
  • chore(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 by @dependabot in #53
  • chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.17.1 to 2.18.0 by @dependabot in #57
  • LocalCache: Implement non-expiring cache with negative TTL by @lucaslopezf in #56

Full Changelog: v0.14.0...v0.14.1

v0.14.0

01 Feb 19:02
a785a81
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

29 Dec 16:33
bab2620
Compare
Choose a tag to compare

What's Changed

  • add optional logging, more test cases to cover corner cases by @emmanuelm41 in #51

Full Changelog: v0.12.0...v0.13.0

v0.12.0

28 Dec 18:50
8b9a55b
Compare
Choose a tag to compare

What's Changed

  • allow no ttl on local cache by setting ttl to max when config is -1 by @emmanuelm41 in #50

Full Changelog: v0.11.1...v0.12.0

v0.11.1

28 Dec 15:54
09bf5fe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

28 Dec 15:51
535f438
Compare
Choose a tag to compare

What's Changed

  • Add buckets to wait duration db metric by @lucaslopezf in #45
  • chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.17.0 to 2.17.1 by @dependabot in #47
  • chore(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 by @dependabot in #46
  • add combined local/remote cache support by @emmanuelm41 in #44
  • Add prefix config for zcache by @emmanuelm41 in #48

Full Changelog: v0.10.2...v0.11.0

v0.10.2

26 Dec 12:21
cfe57ed
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump golang.org/x/time from 0.4.0 to 0.5.0 by @dependabot in #31
  • chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.15.0 to 2.17.0 by @dependabot in #41
  • chore(deps): bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.11 by @dependabot in #39
  • chore(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.2 by @dependabot in #38
  • chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #37
  • chore(deps): bump gorm.io/driver/clickhouse from 0.5.1 to 0.6.0 by @dependabot in #34
  • Implementing database metrics, configuring DB connection settings and integrating fullPath rate limiter by @lucaslopezf in #43

Full Changelog: v0.10.1...v0.10.2

v0.10.1

22 Dec 12:05
05ce5c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

21 Dec 14:40
9c05300
Compare
Choose a tag to compare

What's Changed

  • Add ZCache pkg with full redis interface implementation by @lucaslopezf in #40

Full Changelog: v0.9.1...v0.10.0