File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ edition = "2021"
2222rust-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 " }
2626timely = { version = " 0.28" , default-features = false }
2727columnar = { version = " 0.12" , default-features = false }
2828# timely = { git = "https://github.com/TimelyDataflow/timely-dataflow" }
Original file line number Diff line number Diff line change 11[package ]
22
33name = " differential-dataflow"
4- version = " 0.21.1 "
4+ version = " 0.21.2 "
55authors = [" Frank McSherry <fmcsherry@me.com>" ]
66
77description = " An incremental data-parallel dataflow platform"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " differential-dogs3"
3- version = " 0.21.1 "
3+ version = " 0.21.2 "
44authors = [" Frank McSherry <fmcsherry@me.com>" ]
55license = " MIT"
66edition.workspace = true
You can’t perform that action at this time.
0 commit comments