Skip to content

Commit a05e074

Browse files
chore: release
1 parent e2245e3 commit a05e074

File tree

11 files changed

+50
-10
lines changed

11 files changed

+50
-10
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/CHANGELOG.md

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

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

5+
## [0.27.14] - 2026-03-31
6+
7+
### Miscellaneous Tasks
8+
9+
- Ignore basin state when deserializing BasinInfo ([#350](https://github.com/s2-streamstore/s2/issues/350))
10+
11+
<!-- generated by git-cliff -->
12+
513
## [0.27.13] - 2026-03-20
614

715
### Features

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "s2-api"
3-
version = "0.27.13"
3+
version = "0.27.14"
44
description = "API types for S2, the durable streams API"
55
edition.workspace = true
66
license.workspace = true

cli/CHANGELOG.md

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

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

5+
## [0.29.28] - 2026-03-31
6+
7+
<!-- generated by git-cliff -->
8+
59
## [0.29.27] - 2026-03-21
610

711
### Miscellaneous Tasks

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "s2-cli"
3-
version = "0.29.27"
3+
version = "0.29.28"
44
description = "CLI for S2"
55
edition.workspace = true
66
license.workspace = true

common/CHANGELOG.md

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

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

5+
## [0.30.1] - 2026-03-31
6+
7+
### Features
8+
9+
- Add EnumString and IntoStaticStr derives to BasinScope ([#344](https://github.com/s2-streamstore/s2/issues/344))
10+
11+
### Bug Fixes
12+
13+
- Return error instead of panicking on truncated record bytes ([#362](https://github.com/s2-streamstore/s2/issues/362))
14+
15+
<!-- generated by git-cliff -->
16+
517
## [0.30.0] - 2026-03-20
618

719
### Features

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "s2-common"
3-
version = "0.30.0"
3+
version = "0.30.1"
44
description = "Common stuff for client and servers for S2, the durable streams API"
55
edition.workspace = true
66
license.workspace = true

lite/CHANGELOG.md

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

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

5+
## [0.29.28] - 2026-03-31
6+
7+
### Miscellaneous Tasks
8+
9+
- Update basin endpoint from b.aws.s2.dev to b.s2.dev ([#346](https://github.com/s2-streamstore/s2/issues/346))
10+
11+
<!-- generated by git-cliff -->
12+
513
## [0.29.27] - 2026-03-21
614

715
### Miscellaneous Tasks

lite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "s2-lite"
3-
version = "0.29.27"
3+
version = "0.29.28"
44
description = "Lightweight server implementation of S2, the durable streams API, backed by object storage"
55
edition.workspace = true
66
license.workspace = true

sdk/CHANGELOG.md

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

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

5+
## [0.26.1] - 2026-03-31
6+
7+
### Miscellaneous Tasks
8+
9+
- Update basin endpoint from b.aws.s2.dev to b.s2.dev ([#346](https://github.com/s2-streamstore/s2/issues/346))
10+
11+
<!-- generated by git-cliff -->
12+
513
## [0.26.0] - 2026-03-20
614

715
### Features

0 commit comments

Comments
 (0)