Skip to content

Commit 8568617

Browse files
authored
rust(chore): sift-stream v0.7.0-rc.12 (#447)
1 parent cf08dac commit 8568617

2 files changed

Lines changed: 17 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313

1414
[workspace.package]
1515
authors = ["Sift Software Engineers <engineering@siftstack.com>"]
16-
version = "0.7.0-rc.11"
16+
version = "0.7.0-rc.12"
1717
edition = "2024"
1818
categories = ["aerospace", "science::robotics"]
1919
homepage = "https://github.com/sift-stack/sift"
@@ -27,11 +27,11 @@ chrono = { version = "0.4.39", default-features = false, features = ["clock"] }
2727
pbjson-types = "^0.7"
2828
tonic = { version = "^0.12", features = ["gzip"] }
2929

30-
sift_connect = { version = "0.7.0-rc.11", path = "rust/crates/sift_connect" }
31-
sift_rs = { version = "0.7.0-rc.11", path = "rust/crates/sift_rs" }
32-
sift_error = { version = "0.7.0-rc.11", path = "rust/crates/sift_error" }
33-
sift_stream = { version = "0.7.0-rc.11", path = "rust/crates/sift_stream" }
34-
sift_pbfs = { version = "0.7.0-rc.11", path = "rust/crates/sift_pbfs" }
30+
sift_connect = { version = "0.7.0-rc.12", path = "rust/crates/sift_connect" }
31+
sift_rs = { version = "0.7.0-rc.12", path = "rust/crates/sift_rs" }
32+
sift_error = { version = "0.7.0-rc.12", path = "rust/crates/sift_error" }
33+
sift_stream = { version = "0.7.0-rc.12", path = "rust/crates/sift_stream" }
34+
sift_pbfs = { version = "0.7.0-rc.12", path = "rust/crates/sift_pbfs" }
3535

3636
sift_stream_bindings = { version = "0.1.0", path = "rust/crates/sift_stream_bindings" }
3737

rust/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [v0.7.0-rc.12] - December 24, 2025
7+
### What's New
8+
#### New "Retry" Capabilities for Unary Sift gRPC Calls
9+
A new struct `Retrying` has been added that provides convenient retry capabilities
10+
to Sift Unary gRPC calls. This new retry capability has also been added internally
11+
to `SiftStream`'s Unary gRPC calls, improving behavior when transient errors are
12+
returned during setup, adding new flows, or attaching new runs to `SiftStream`.
13+
14+
### Full Changelog
15+
- [Add generic gRPC retry wrapper, use in sift_stream](https://github.com/sift-stack/sift/commit/cf08dac2b9c4f246bf11ec543f5eda33010f8578)
16+
617
## [v0.7.0-rc.11] - December 23, 2025
718
### What's New
819
#### Improved SiftStream File Path Verification

0 commit comments

Comments
 (0)