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
4 changes: 2 additions & 2 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 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.7] - 2026-02-23

### Miscellaneous Tasks

- Update Cargo.lock dependencies

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

## [0.29.6] - 2026-02-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.6"
version = "0.29.7"
description = "CLI for S2"
edition.workspace = true
license.workspace = true
Expand Down
12 changes: 12 additions & 0 deletions lite/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.29.7] - 2026-02-23

### Features

- Add --no-cors flag to Lite ([#238](https://github.com/s2-streamstore/s2/issues/238))

### Refactor

- Singleflight streamer lifecycle state ([#227](https://github.com/s2-streamstore/s2/issues/227))

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

## [0.29.6] - 2026-02-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.6"
version = "0.29.7"
description = "Lightweight server implementation of S2, the durable streams API, backed by object storage"
edition.workspace = true
license.workspace = true
Expand Down