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.

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.7] - 2026-02-24

### Features

- Support creating resources from spec ([#239](https://github.com/s2-streamstore/s2/issues/239))

### Documentation

- Display default values for `create_stream_on_*` config ([#241](https://github.com/s2-streamstore/s2/issues/241))

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

## [0.27.6] - 2026-02-15

### Miscellaneous Tasks
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.6"
version = "0.27.7"
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.8] - 2026-02-24

### Features

- Support creating resources from spec ([#239](https://github.com/s2-streamstore/s2/issues/239))

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

## [0.29.7] - 2026-02-23

### 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.7"
version = "0.29.8"
description = "CLI for S2"
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.8] - 2026-02-24

### Features

- Support creating resources from spec ([#239](https://github.com/s2-streamstore/s2/issues/239))

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

## [0.29.7] - 2026-02-23

### Features
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.7"
version = "0.29.8"
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.24.3] - 2026-02-24

### Features

- Support creating resources from spec ([#239](https://github.com/s2-streamstore/s2/issues/239))

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

## [0.24.2] - 2026-02-16

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