From fd8037c21d544d8c3ef5ea8bf4fe97c658997c60 Mon Sep 17 00:00:00 2001 From: momento-github-actions-machine-user <87725926+momento-github-actions-machine-user@users.noreply.github.com> Date: Wed, 4 Feb 2026 10:43:36 -0800 Subject: [PATCH] chore(main): release 1.28.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- src/momento/__init__.py | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bac4ebcf..b0daa7d7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.28.0" + ".": "1.28.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 990ac4ad..158ddc2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.28.1](https://github.com/momentohq/client-sdk-python/compare/v1.28.0...v1.28.1) (2026-02-04) + + +### Bug Fixes + +* remove client-side expiry check on disposable tokens ([#518](https://github.com/momentohq/client-sdk-python/issues/518)) ([60fbb19](https://github.com/momentohq/client-sdk-python/commit/60fbb19a06813114dbacfb75c3681cd57331f3a4)) + + +### Miscellaneous + +* more examples and readme updates ([#517](https://github.com/momentohq/client-sdk-python/issues/517)) ([cc9378f](https://github.com/momentohq/client-sdk-python/commit/cc9378f439c4064ea6dcbba7801cf6736d33d99f)) +* update workflows, examples, tests, readmes for api keys v2 ([#514](https://github.com/momentohq/client-sdk-python/issues/514)) ([2c8738f](https://github.com/momentohq/client-sdk-python/commit/2c8738fed0ec142a9a8b1ffe0c712547c7b04585)) + ## [1.28.0](https://github.com/momentohq/client-sdk-python/compare/v1.27.0...v1.28.0) (2025-12-17) diff --git a/pyproject.toml b/pyproject.toml index 672ca9bb..8248edbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "momento" -version = "1.28.0" +version = "1.28.1" authors = ["Momento "] description = "SDK for Momento" diff --git a/src/momento/__init__.py b/src/momento/__init__.py index 38d3cc69..9db68999 100644 --- a/src/momento/__init__.py +++ b/src/momento/__init__.py @@ -18,7 +18,7 @@ from .topic_client import TopicClient from .topic_client_async import TopicClientAsync -__version__ = "1.28.0" # x-release-please-version +__version__ = "1.28.1" # x-release-please-version logging.getLogger("momentosdk").addHandler(logging.NullHandler()) logs.initialize_momento_logging()