Releases: momentohq/client-sdk-go
Releases · momentohq/client-sdk-go
v1.19.0
1.19.0 (2024-03-11)
Feature
Chores
- simplify logic of batchutils functions (#392) (a3bc311)
v1.18.0
1.18.0 (2024-03-08)
Feature
- add grpc config options and turn off keepalive for Lambda config (#380) (ea5951e)
Bug Fixes
- race condition that can cause batchutils to leak goroutines (#390) (5ac2fe8)
Chores
- deps: bump github.com/momentohq/client-sdk-go in /examples (#389) (2e5efa6)
v1.17.0
1.17.0 (2024-03-07)
Feature
Chores
- by default support lazy connections (#388) (ce01397)
- add example instantiating client with cosistent read concern (#385) (a3ba04c)
- add example snippets for setIf APIs (#383) (66a6c36)
v1.16.0
1.16.0 (2024-02-20)
Feature
v1.15.0
1.15.0 (2024-02-07)
Feature
- add number of grpc channels as cache client config (#375) (8823066)
Bug Fixes
- use momento machine user token when generating/committing readme (#376) (a64409f)
Chores
v1.14.1
1.14.1 (2024-01-08)
Bug Fixes
Chores
v1.14.0
1.14.0 (2023-12-11)
Feature
- add disposable tokens apis to golang sdk (#368) (b7fe9db)
Bug Fixes
- fixes and standardizes build process with other sdks (#366) (95222a9)
Chores
- deps: bump github.com/momentohq/client-sdk-go in /examples (#365) (b5e716f)
- deps-dev: bump @babel/traverse (#364) (f743d16)
v1.13.0
1.13.0 (2023-11-02)
Feature
- warn users if approaching grpc max concurrent streams limit, add method to close topics subscriptions (#362) (312c10d)
- use NumGrpcChannels to configure topic client instead of NumMaxSubscriptions (#361) (f099a34)
Bug Fixes
- use just one grpc connection for topics (#360) (842033e)
Chores
- update loadgen to be more specific for numberOfConcurrentRequests caveat (#363) (cd6b46d)
v1.12.0
1.12.0 (2023-09-26)
Feature
Chores
v1.11.0
1.11.0 (2023-09-22)
Feature
- add batch set if not exists to batchutils (#355) (29ad96d)