Skip to content

Releases: momentohq/client-sdk-go

v1.19.0

11 Mar 22:50
af34bf4
Compare
Choose a tag to compare

1.19.0 (2024-03-11)

Feature

Chores

  • simplify logic of batchutils functions (#392) (a3bc311)

v1.18.0

08 Mar 19:53
5ac2fe8
Compare
Choose a tag to compare

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

07 Mar 19:12
ce01397
Compare
Choose a tag to compare

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

20 Feb 17:02
80bf293
Compare
Choose a tag to compare

1.16.0 (2024-02-20)

Feature

v1.15.0

07 Feb 01:46
Compare
Choose a tag to compare

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

08 Jan 18:34
5a82fa9
Compare
Choose a tag to compare

1.14.1 (2024-01-08)

Bug Fixes

Chores

v1.14.0

11 Dec 19:33
b7fe9db
Compare
Choose a tag to compare

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

02 Nov 23:17
312c10d
Compare
Choose a tag to compare

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

26 Sep 18:13
2e1abed
Compare
Choose a tag to compare

1.12.0 (2023-09-26)

Feature

Chores

v1.11.0

22 Sep 18:09
29ad96d
Compare
Choose a tag to compare

1.11.0 (2023-09-22)

Feature

  • add batch set if not exists to batchutils (#355) (29ad96d)