Skip to content

Commit 0eabd9d

Browse files
authored
release 2.0.0 (#35)
1 parent 71741d3 commit 0eabd9d

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.0.0] - 2025-02-11
6+
7+
### Features
8+
9+
- [**breaking**] Accept `Endpoints` instead of `Cloud` in `S2` init ([#32](https://github.com/s2-streamstore/s2-sdk-python/issues/32))
10+
11+
### Bug Fixes
12+
13+
- [**breaking**] Retry logic for append session and read session ([#33](https://github.com/s2-streamstore/s2-sdk-python/issues/33))
14+
15+
### Miscellaneous Tasks
16+
17+
- Consistent err kind and style in read session example ([#34](https://github.com/s2-streamstore/s2-sdk-python/issues/34))
18+
519
## [1.1.0] - 2025-01-25
620

721
### Features

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
project = "streamstore"
1212
copyright = f"{date.today().year}, Bandar Systems Inc"
13-
release = "1.1.0"
13+
release = "2.0.0"
1414

1515
# -- General configuration ---------------------------------------------------
1616
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "streamstore"
3-
version = "1.1.0"
3+
version = "2.0.0"
44
description = "Python SDK for S2, the Stream Store"
55
readme = "README.md"
66
requires-python = ">=3.11"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)