Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit 750650e

Browse files
chore(release): 0.8.2 (#150)
1 parent e7d3d65 commit 750650e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [0.8.2] - 2025-02-07
6+
7+
### Bug Fixes
8+
9+
- Retry CANCELLED gRPC status code ([#149](https://github.com/s2-streamstore/s2-sdk-rust/issues/149))
10+
511
## [0.8.1] - 2025-02-05
612

713
### Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "streamstore"
33
description = "Rust SDK for S2"
4-
version = "0.8.1"
4+
version = "0.8.2"
55
edition = "2021"
66
license = "Apache-2.0"
77
keywords = ["wal", "grpc", "s2", "log", "stream"]

0 commit comments

Comments
 (0)