Skip to content

Commit 7391e42

Browse files
authored
rust(chore): Update version to v0.7.0-rc8 (#425)
1 parent 7bca2ab commit 7391e42

2 files changed

Lines changed: 22 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.7"
16+
version = "0.7.0-rc.8"
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.7", path = "rust/crates/sift_connect" }
31-
sift_rs = { version = "0.7.0-rc.7", path = "rust/crates/sift_rs" }
32-
sift_error = { version = "0.7.0-rc.7", path = "rust/crates/sift_error" }
33-
sift_stream = { version = "0.7.0-rc.7", path = "rust/crates/sift_stream" }
34-
sift_pbfs = { version = "0.7.0-rc.7", path = "rust/crates/sift_pbfs" }
30+
sift_connect = { version = "0.7.0-rc.8", path = "rust/crates/sift_connect" }
31+
sift_rs = { version = "0.7.0-rc.8", path = "rust/crates/sift_rs" }
32+
sift_error = { version = "0.7.0-rc.8", path = "rust/crates/sift_error" }
33+
sift_stream = { version = "0.7.0-rc.8", path = "rust/crates/sift_stream" }
34+
sift_pbfs = { version = "0.7.0-rc.8", 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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ 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.8] - December 5, 2025
7+
### What's New
8+
#### SiftStream Support for File-Backup Only Mode
9+
`SiftStream` has a new "mode" of operation where data will _only_ be written to backup files. This
10+
can be useful in a few different situations, such as more "offline" environments with limited network
11+
bandwidth, as well as scenarios where uploading data after recording is preferred (ex: CI systems
12+
where data is only needed/desired if a testcase fails). Though this mode of operation does require
13+
connectivity to Sift in order to synchronize ingestion configurations to ensure backed up data can
14+
be re-ingested later.
15+
16+
This new mode of operation can be selected through `SiftStreamBuilder` calls. And re-upload can be
17+
performed with the latest release of `sift-cli` [Releases](https://github.com/sift-stack/sift/releases).
18+
19+
### Full Changelog
20+
- [Adds a new SiftStream mode for only backup file writes](https://github.com/sift-stack/sift/commit/b8f13b273e37939530109c531d9f8a2953ae868b)
21+
622
## [v0.7.0-rc.7] - November 26, 2025
723
### What's New
824
#### SiftStream Internally Uses `FlowBuilder`

0 commit comments

Comments
 (0)