Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ rkyv = "0.8"
rstest = "0.26"
rustls = "0.23"
s2-api = { path = "api", version = "0.27" }
s2-common = { path = "common", version = "0.28" }
s2-common = { path = "common", version = "0.29" }
s2-lite = { path = "lite", version = "0.29" }
s2-sdk = { path = "sdk", version = "0.24" }
s2-sdk = { path = "sdk", version = "0.25" }
schemars = "1.2"
serde = "1.0"
serde_json = "1.0"
Expand Down
12 changes: 12 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [0.27.12] - 2026-03-19

### Refactor

- Remove basin creating state ([#333](https://github.com/s2-streamstore/s2/issues/333))

### Miscellaneous Tasks

- Sync specs submodule ([#334](https://github.com/s2-streamstore/s2/issues/334))

<!-- generated by git-cliff -->

## [0.27.11] - 2026-03-15

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s2-api"
version = "0.27.11"
version = "0.27.12"
description = "API types for S2, the durable streams API"
edition.workspace = true
license.workspace = true
Expand Down
8 changes: 8 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [0.29.25] - 2026-03-19

### Refactor

- Remove basin creating state ([#333](https://github.com/s2-streamstore/s2/issues/333))

<!-- generated by git-cliff -->

## [0.29.24] - 2026-03-17

### Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s2-cli"
version = "0.29.24"
version = "0.29.25"
description = "CLI for S2"
edition.workspace = true
license.workspace = true
Expand Down
8 changes: 8 additions & 0 deletions common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [0.29.0] - 2026-03-19

### Refactor

- Remove basin creating state ([#333](https://github.com/s2-streamstore/s2/issues/333))

<!-- generated by git-cliff -->

## [0.28.3] - 2026-03-15

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s2-common"
version = "0.28.3"
version = "0.29.0"
description = "Common stuff for client and servers for S2, the durable streams API"
edition.workspace = true
license.workspace = true
Expand Down
8 changes: 8 additions & 0 deletions lite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [0.29.25] - 2026-03-19

### Refactor

- Remove basin creating state ([#333](https://github.com/s2-streamstore/s2/issues/333))

<!-- generated by git-cliff -->

## [0.29.24] - 2026-03-17

### Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion lite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s2-lite"
version = "0.29.24"
version = "0.29.25"
description = "Lightweight server implementation of S2, the durable streams API, backed by object storage"
edition.workspace = true
license.workspace = true
Expand Down
8 changes: 8 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [0.25.0] - 2026-03-19

### Refactor

- Remove basin creating state ([#333](https://github.com/s2-streamstore/s2/issues/333))

<!-- generated by git-cliff -->

## [0.24.8] - 2026-03-06

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "s2-sdk"
description = "Rust SDK for S2"
version = "0.24.8"
version = "0.25.0"
edition.workspace = true
license.workspace = true
repository = "https://github.com/s2-streamstore/s2/tree/main/sdk"
Expand Down
Loading