From 6e53ac674feacac83b0c3c5d123bdd5db488ef9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 20:48:48 +0000 Subject: [PATCH] chore: release v0.25.1 --- Cargo.toml | 2 +- differential-dataflow/CHANGELOG.md | 8 ++++++++ differential-dataflow/Cargo.toml | 2 +- dogsdogsdogs/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4a65eae7d..ad3af021b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ edition = "2021" rust-version = "1.86" [workspace.dependencies] -differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.25.0" } +differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.25.1" } timely = { version = "0.31", default-features = false } columnar = { version = "0.13", default-features = false } #timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", default-features = false } diff --git a/differential-dataflow/CHANGELOG.md b/differential-dataflow/CHANGELOG.md index 802a076a0..256bb80d2 100644 --- a/differential-dataflow/CHANGELOG.md +++ b/differential-dataflow/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.25.1](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.25.0...differential-dataflow-v0.25.1) - 2026-07-15 + +### Other + +- assert arriving batches span neither preload nor acknowledged +- Restore strongly_connected_at; add prioritized SCC regression tests +- process in-flight batches overtaken by advance_upper + ## [0.25.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.24.0...differential-dataflow-v0.25.0) - 2026-07-15 ### Added diff --git a/differential-dataflow/Cargo.toml b/differential-dataflow/Cargo.toml index 4710a13ff..a86eddae2 100644 --- a/differential-dataflow/Cargo.toml +++ b/differential-dataflow/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "differential-dataflow" -version = "0.25.0" +version = "0.25.1" authors = ["Frank McSherry "] description = "An incremental data-parallel dataflow platform" diff --git a/dogsdogsdogs/Cargo.toml b/dogsdogsdogs/Cargo.toml index 2cea8e4e4..291ab5a4d 100644 --- a/dogsdogsdogs/Cargo.toml +++ b/dogsdogsdogs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "differential-dogs3" -version = "0.25.0" +version = "0.25.1" authors = ["Frank McSherry "] license = "MIT" edition.workspace = true