Releases: momentohq/client-sdk-go
Releases · momentohq/client-sdk-go
v1.24.0
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
1.23.1 (2024-06-24)
Bug Fixes
- reintroduce NextToken to list caches request (#426) (aa69612)
v1.23.0
1.23.0 (2024-06-21)
Feature
v1.22.1
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
1.22.0 (2024-06-07)
Feature
- retry initial topic subscriptions on LimitExceeded (#419) (6763c45)
Chores
v1.21.1
1.21.1 (2024-06-07)
Bug Fixes
- don't log error message when subscription context cancelled (#416) (83d9c82)
v1.21.0
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
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
1.19.3 (2024-03-20)
Chores
- clean up and return new sdk ConnectionError when eager connection fails (#398) (0d2cce4)
v1.19.2
1.19.2 (2024-03-20)
Bug Fixes
- use Dial instead of NewClient while we wait for grpc-go release (#400) (d474b9a)