Skip to content

Latest commit

 

History

History
103 lines (51 loc) · 7.07 KB

File metadata and controls

103 lines (51 loc) · 7.07 KB

Changelog

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)

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)

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)

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)

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)

1.24.0 (2024-09-27)

Features

Bug Fixes

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

1.23.5 (2024-09-27)

Miscellaneous Chores

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