Skip to content

Releases: momentohq/client-sdk-go

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)

v1.19.1

18 Mar 21:47
01d60a2
Compare
Choose a tag to compare

1.19.1 (2024-03-18)

Chores

  • deps: bump github.com/momentohq/client-sdk-go in /examples (#395) (01d60a2)
  • eager connection should fail fast (#396) (849daca)

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