Skip to content

Releases: momentohq/client-sdk-python

v1.28.1

04 Feb 18:50
26b4bd6

Choose a tag to compare

1.28.1 (2026-02-04)

Bug Fixes

  • remove client-side expiry check on disposable tokens (#518) (60fbb19)

Miscellaneous

  • more examples and readme updates (#517) (cc9378f)
  • update workflows, examples, tests, readmes for api keys v2 (#514) (2c8738f)

v1.28.0

17 Dec 01:12
d34001b

Choose a tag to compare

1.28.0 (2025-12-17)

Features

  • new credential provider methods for accepting global api keys (#512) (6809b6e)

Bug Fixes

  • subscriptions bookkeeping in pubsub clients (#510) (0d5e514)

Miscellaneous

  • add timeout to topic subscribe (#511) (0169714)
  • deps: bump momento from 1.26.0 to 1.27.0 in /examples (#508) (62ac4ae)

v1.27.0

07 May 21:12
1443545

Choose a tag to compare

1.27.0 (2025-05-07)

Features

Miscellaneous

  • add tests for the fixed count retry strategy (#503) (ac7bdb8)
  • deps: bump momento from 1.25.0 to 1.26.0 in /examples (#499) (a0a1382)
  • fixed timeout retry strategy (#504) (5f1398f)
  • remove configuration bases and make middleware more pythonic (#505) (6b810cc)
  • send only-once headers per client instead of just once (#507) (11da1a5)

v1.26.0

06 Mar 20:15
50df735

Choose a tag to compare

1.26.0 (2025-03-06)

Features

  • add topic grpc config and transport strategy and make sure publish deadline is set (#496) (bfac90d)

Bug Fixes

Miscellaneous

  • deps: bump momento from 1.23.3 to 1.25.0 in /examples (#493) (3e1d086)
  • update list of retryable gRPC functions (#495) (b8e527c)

v1.25.0

21 Nov 17:43
ec6eaaa

Choose a tag to compare

1.25.0 (2024-11-21)

Features

Miscellaneous

  • deps-dev: bump braces in /examples/lambda/infrastructure (#484) (03601a1)
  • improve resource exhausted error message (#485) (b4439bd)
  • release-please workflow should pick up feat, fix, and chore commits (#486) (6e975cb)
  • specify path to release-please manifest (#487) (227aa40)
  • update license file (#488) (bb61d81)
  • upgrade proto dependency version (#489) (77b855f)

v1.24.0

27 Sep 22:31
a3f7b6c

Choose a tag to compare

1.24.0 (2024-09-27)

Features

Bug Fixes

  • lint errors on 3.10+ for auth protos (#479) (e3be891)

v1.23.5

27 Sep 20:21
4b4aeb8

Choose a tag to compare

1.23.5 (2024-09-27)

Miscellaneous Chores

  • set release-please base version as 1.23.4 (#477) (06869b2)

v1.23.4

27 Sep 18:17
52f2f2b

Choose a tag to compare

What's Changed

  • chore: update momento version in examples by @anitarua in #471
  • ci: set up with release please v4 and stub publish step by @malandis in #472
  • ci: remove trailing comma in manifest by @malandis in #473

Full Changelog: v1.23.3...v1.23.4

v1.23.3

25 Sep 20:40
ebfed46

Choose a tag to compare

1.23.3 (2024-09-25)

Bug Fixes

  • make sure to import GenerateDisposableToken response class before exporting it in init file (#470) (e7ee744)

Chores

v1.23.2

25 Sep 19:44
cf331f6

Choose a tag to compare

1.23.2 (2024-09-25)

Bug Fixes

  • add GenerateDisposableToken Success and Error subclasses to responses init file (#468) (6295cc6)