Skip to content

Releases: momentohq/client-sdk-go

v1.31.1

11 Dec 19:31
368a9f1
Compare
Choose a tag to compare

1.31.1 (2024-12-11)

Bug Fixes

Miscellaneous

  • add test-http-service target (#565) (ced483d)
  • deps: bump github.com/momentohq/client-sdk-go in /examples (#564) (c61f33f)
  • loadgen: track cancelled errors in the load generator (#568) (8d8ba5c)

v1.31.0

26 Nov 13:58
06691c6
Compare
Choose a tag to compare

1.31.0 (2024-11-26)

Features

Bug Fixes

  • adjust total count in loadgen example (#562) (d8bd37c)

Miscellaneous

  • deps: bump github.com/momentohq/client-sdk-go in /examples (#555) (95a4193)

v1.30.0

25 Nov 17:23
6bd3fab
Compare
Choose a tag to compare

1.30.0 (2024-11-23)

Features

Miscellaneous

v1.29.1

06 Nov 23:36
307f3c2
Compare
Choose a tag to compare

1.29.1 (2024-11-06)

Bug Fixes

  • add nil check before grabbing metadata when retrying subscribe (#553) (da47ccb)

v1.29.0

06 Nov 19:37
caa879c
Compare
Choose a tag to compare

1.29.0 (2024-11-04)

Features

Bug Fixes

  • add message wrapper to errors and improve resource exhausted error message by using metadata (#551) (19bd021)

Miscellaneous

  • deps: bump github.com/momentohq/client-sdk-go from 1.27.0 to 1.28.7 in /examples (#548) (2126ca8)
  • remove unused publish-golang step (#549) (53ece53)

v1.28.7

24 Oct 20:43
e428f4d
Compare
Choose a tag to compare

1.28.7 (2024-10-24)

Miscellaneous

v1.28.6

24 Oct 20:04
d9a43db
Compare
Choose a tag to compare

1.28.6 (2024-10-24)

Bug Fixes

  • interpret get rank response when sorted set found (#541) (ffe0e9c)

v1.28.4

03 Oct 19:22
50bd958
Compare
Choose a tag to compare

1.28.4 (2024-10-03)

Miscellaneous

  • protos: update protos to v0.119.0 and regenerate code (#533) (f1ac517)

v1.28.3

03 Oct 18:35
ca9018f
Compare
Choose a tag to compare

1.28.3 (2024-10-03)

Miscellaneous

  • add makefile targets to update and build protos (#525) (86b747d)
  • enable consistent reads on all canary test targets (#523) (a6948b9)
  • fix formatting in Makefile (#535) (d97f229)

v1.28.2

20 Sep 19:58
39f9580
Compare
Choose a tag to compare

1.28.2 (2024-09-20)

Miscellaneous

  • Add a flag and make command to use consistent reads in tests (#518) (79a60df)
  • improve logging if we exceed the max number of concurrent streams (#520) (2cc3ec2)
  • log whether consistent reads are enabled for integration tests (#519) (22af385)
  • Use the consistent reads flag in integration tests (#515) (0f25f1c)