Skip to content

Releases: momentohq/client-sdk-go

v1.24.0

27 Jun 00:52
b5f8a33
Compare
Choose a tag to compare

1.24.0 (2024-06-26)

Features

  • add Agent and Runtime-Version header interceptors, add release-please (#422) (a1a47bc)

Bug Fixes

  • super small request timeout tests should all be 1.Nanosecond (#432) (8538ffe)

Miscellaneous

v1.23.1

24 Jun 18:00
aa69612
Compare
Choose a tag to compare

1.23.1 (2024-06-24)

Bug Fixes

  • reintroduce NextToken to list caches request (#426) (aa69612)

v1.23.0

21 Jun 16:13
f9421ca
Compare
Choose a tag to compare

1.23.0 (2024-06-21)

Feature

v1.22.1

18 Jun 23:54
af2cd8b
Compare
Choose a tag to compare

1.22.1 (2024-06-18)

Chores

  • remove express ReadConcern (#423) (af2cd8b)
  • switch from TEST_AUTH_TOKEN to MOMENTO_API_KEY when running tests (#421) (6d40a32)

v1.22.0

07 Jun 23:51
6763c45
Compare
Choose a tag to compare

1.22.0 (2024-06-07)

Feature

  • retry initial topic subscriptions on LimitExceeded (#419) (6763c45)

Chores

v1.21.1

07 Jun 00:48
83d9c82
Compare
Choose a tag to compare

1.21.1 (2024-06-07)

Bug Fixes

  • don't log error message when subscription context cancelled (#416) (83d9c82)

v1.21.0

06 Jun 23:14
b2ded64
Compare
Choose a tag to compare

1.21.0 (2024-06-06)

Feature

Bug Fixes

  • Allow subscription to complete when cancelled (#414) (b2ded64)
  • add cache header to leaderboard requests (#415) (0261867)

Chores

  • run ci on ubuntu-24.04 (#412) (ffe3ed4)
  • update get/set perf test + loadgen test (#410) (b973c77)
  • add leaderboards code snippets and example program (#407) (b53824c)
  • add docs snippets for main api reference page (#408) (7d968de)

v1.20.0

09 Apr 00:47
adafbe3
Compare
Choose a tag to compare

1.20.0 (2024-04-09)

Feature

Bug Fixes

  • upgrade grpc lib and use NewClient instead of Dial (#405) (adafbe3)

Chores

  • deps: bump github.com/momentohq/client-sdk-go in /examples (#403) (7858197)

v1.19.3

20 Mar 21:10
0d2cce4
Compare
Choose a tag to compare

1.19.3 (2024-03-20)

Chores

  • clean up and return new sdk ConnectionError when eager connection fails (#398) (0d2cce4)

v1.19.2

20 Mar 01:58
d474b9a
Compare
Choose a tag to compare

1.19.2 (2024-03-20)

Bug Fixes

  • use Dial instead of NewClient while we wait for grpc-go release (#400) (d474b9a)