Skip to content

Commit 905537e

Browse files
Merge pull request #703 from TimelyDataflow/release-plz-2026-03-26T17-38-20Z
chore: release v0.21.2
2 parents 7bf2e02 + 04a69e4 commit 905537e

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ edition = "2021"
2222
rust-version = "1.86"
2323

2424
[workspace.dependencies]
25-
differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.21.1" }
25+
differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.21.2" }
2626
timely = { version = "0.28", default-features = false }
2727
columnar = { version = "0.12", default-features = false }
2828
#timely = { git = "https://github.com/TimelyDataflow/timely-dataflow" }

differential-dataflow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "differential-dataflow"
4-
version = "0.21.1"
4+
version = "0.21.2"
55
authors = ["Frank McSherry <fmcsherry@me.com>"]
66

77
description = "An incremental data-parallel dataflow platform"

dogsdogsdogs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.21.2](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.21.1...differential-dogs3-v0.21.2) - 2026-04-02
11+
12+
### Other
13+
14+
- Consolidate storage types to avoid double allocations
15+
- Re-order stages and improve session batching
16+
- Less quadratic half_join
17+
1018
## [0.21.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.20.0...differential-dogs3-v0.21.0) - 2026-03-25
1119

1220
### Other

dogsdogsdogs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "differential-dogs3"
3-
version = "0.21.1"
3+
version = "0.21.2"
44
authors = ["Frank McSherry <fmcsherry@me.com>"]
55
license = "MIT"
66
edition.workspace = true

0 commit comments

Comments
 (0)