Skip to content

Commit ac8ebf7

Browse files
chore(main): release 1.28.0
1 parent 6809b6e commit ac8ebf7

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.27.0"
2+
".": "1.28.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.28.0](https://github.com/momentohq/client-sdk-python/compare/v1.27.0...v1.28.0) (2025-12-17)
4+
5+
6+
### Features
7+
8+
* new credential provider methods for accepting global api keys ([#512](https://github.com/momentohq/client-sdk-python/issues/512)) ([6809b6e](https://github.com/momentohq/client-sdk-python/commit/6809b6e6903ec74b0607ad45a6853cc5e93914da))
9+
10+
11+
### Bug Fixes
12+
13+
* subscriptions bookkeeping in pubsub clients ([#510](https://github.com/momentohq/client-sdk-python/issues/510)) ([0d5e514](https://github.com/momentohq/client-sdk-python/commit/0d5e5144a3ad953990d83a1f880a35028c2d4ffc))
14+
15+
16+
### Miscellaneous
17+
18+
* add timeout to topic subscribe ([#511](https://github.com/momentohq/client-sdk-python/issues/511)) ([0169714](https://github.com/momentohq/client-sdk-python/commit/01697140e479b67825c4d86bbfba9eab38969369))
19+
* **deps:** bump momento from 1.26.0 to 1.27.0 in /examples ([#508](https://github.com/momentohq/client-sdk-python/issues/508)) ([62ac4ae](https://github.com/momentohq/client-sdk-python/commit/62ac4ae93bbd62a3583b91a76df570ea414d6096))
20+
321
## [1.27.0](https://github.com/momentohq/client-sdk-python/compare/v1.26.0...v1.27.0) (2025-05-07)
422

523

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "momento"
3-
version = "1.27.0"
3+
version = "1.28.0"
44

55
authors = ["Momento <[email protected]>"]
66
description = "SDK for Momento"

src/momento/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from .topic_client import TopicClient
1919
from .topic_client_async import TopicClientAsync
2020

21-
__version__ = "1.27.0" # x-release-please-version
21+
__version__ = "1.28.0" # x-release-please-version
2222

2323
logging.getLogger("momentosdk").addHandler(logging.NullHandler())
2424
logs.initialize_momento_logging()

0 commit comments

Comments
 (0)