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
8 changes: 4 additions & 4 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.11] - 2026-03-15

### Bug Fixes

- Terminate framed stream after encoding errors ([#328](https://github.com/s2-streamstore/s2/issues/328))

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

## [0.27.10] - 2026-03-13

### Performance
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.10"
version = "0.27.11"
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.23] - 2026-03-15

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

## [0.29.22] - 2026-03-13

<!-- generated by git-cliff -->
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.22"
version = "0.29.23"
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.28.3] - 2026-03-15

### Bug Fixes

- Reject . and .. as access token and stream names ([#318](https://github.com/s2-streamstore/s2/issues/318))

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

## [0.28.2] - 2026-03-03

### Miscellaneous Tasks
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.2"
version = "0.28.3"
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.23] - 2026-03-15

### Bug Fixes

- Guard full-delete trim finalization on trim-point state ([#330](https://github.com/s2-streamstore/s2/issues/330))

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

## [0.29.22] - 2026-03-13

### Bug Fixes
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.22"
version = "0.29.23"
description = "Lightweight server implementation of S2, the durable streams API, backed by object storage"
edition.workspace = true
license.workspace = true
Expand Down
Loading