Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit d92c141

Browse files
chore: release v0.23.9
1 parent f4bb3ed commit d92c141

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.23.9] - 2026-02-14
6+
7+
### Features
8+
9+
- Add accessors for `AppendRecord` ([#305](https://github.com/s2-streamstore/s2-sdk-rust/issues/305))
10+
11+
### Refactor
12+
13+
- Replace `reqwest` with `hyper-util` and add client pooling ([#298](https://github.com/s2-streamstore/s2-sdk-rust/issues/298))
14+
15+
### Testing
16+
17+
- Metrics ([#297](https://github.com/s2-streamstore/s2-sdk-rust/issues/297))
18+
- Basin & stream api ([#300](https://github.com/s2-streamstore/s2-sdk-rust/issues/300))
19+
20+
### Miscellaneous Tasks
21+
22+
- Bump dependencies ([#296](https://github.com/s2-streamstore/s2-sdk-rust/issues/296))
23+
24+
<!-- generated by git-cliff -->
25+
526
## [0.23.8] - 2026-02-07
627

728
### Bug Fixes

Cargo.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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "s2-sdk"
33
description = "Rust SDK for S2"
4-
version = "0.23.8"
4+
version = "0.23.9"
55
edition = "2024"
66
license = "MIT"
77
keywords = ["s2", "durable", "streams", "client", "sdk"]

0 commit comments

Comments
 (0)