Skip to content
Open
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.

8 changes: 8 additions & 0 deletions api/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.27.14] - 2026-03-31

### Miscellaneous Tasks

- Ignore basin state when deserializing BasinInfo ([#350](https://github.com/s2-streamstore/s2/issues/350))

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

## [0.27.13] - 2026-03-20

### Features
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.13"
version = "0.27.14"
description = "API types for S2, the durable streams API"
edition.workspace = true
license.workspace = true
Expand Down
4 changes: 4 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [0.29.28] - 2026-03-31

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

## [0.29.27] - 2026-03-21

### 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.27"
version = "0.29.28"
description = "CLI for S2"
edition.workspace = true
license.workspace = true
Expand Down
12 changes: 12 additions & 0 deletions common/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.30.1] - 2026-03-31

### Features

- Add EnumString and IntoStaticStr derives to BasinScope ([#344](https://github.com/s2-streamstore/s2/issues/344))

### Bug Fixes

- Return error instead of panicking on truncated record bytes ([#362](https://github.com/s2-streamstore/s2/issues/362))

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

## [0.30.0] - 2026-03-20

### Features
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.30.0"
version = "0.30.1"
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.28] - 2026-03-31

### Miscellaneous Tasks

- Update basin endpoint from b.aws.s2.dev to b.s2.dev ([#346](https://github.com/s2-streamstore/s2/issues/346))

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

## [0.29.27] - 2026-03-21

### 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.27"
version = "0.29.28"
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.26.1] - 2026-03-31

### Miscellaneous Tasks

- Update basin endpoint from b.aws.s2.dev to b.s2.dev ([#346](https://github.com/s2-streamstore/s2/issues/346))

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

## [0.26.0] - 2026-03-20

### Features
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.26.0"
version = "0.26.1"
edition.workspace = true
license.workspace = true
repository = "https://github.com/s2-streamstore/s2/tree/main/sdk"
Expand Down
Loading