Skip to content

Commit 88242a4

Browse files
chore: release v0.20.0 (#665)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bb2f7c2 commit 88242a4

File tree

5 files changed

+31
-3
lines changed

5 files changed

+31
-3
lines changed

Cargo.toml

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

2323
[workspace.dependencies]
24-
differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.19.1" }
24+
differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.20.0" }
2525
timely = { version = "0.27", default-features = false }
2626
columnar = { version = "0.11", default-features = false }
2727
#timely = { git = "https://github.com/TimelyDataflow/timely-dataflow" }

differential-dataflow/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.20.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.19.1...differential-dataflow-v0.20.0) - 2026-03-05
11+
12+
### Other
13+
14+
- Update release notes for 0.20 ([#680](https://github.com/TimelyDataflow/differential-dataflow/pull/680))
15+
- Pull in probe changes ([#677](https://github.com/TimelyDataflow/differential-dataflow/pull/677))
16+
- Break `Variable` into `(Variable, Collection)` ([#674](https://github.com/TimelyDataflow/differential-dataflow/pull/674))
17+
- Update github workflows ([#673](https://github.com/TimelyDataflow/differential-dataflow/pull/673))
18+
- Set MSRV to 1.86 ([#672](https://github.com/TimelyDataflow/differential-dataflow/pull/672))
19+
- Differential corrected atop candidate timely 0.27 ([#671](https://github.com/TimelyDataflow/differential-dataflow/pull/671))
20+
- Test mdbook like a crate ([#669](https://github.com/TimelyDataflow/differential-dataflow/pull/669))
21+
- Migrate Join logic away from traits ([#668](https://github.com/TimelyDataflow/differential-dataflow/pull/668))
22+
- More `VecCollection` demotion ([#667](https://github.com/TimelyDataflow/differential-dataflow/pull/667))
23+
- Implement utility traits for Rc collections ([#666](https://github.com/TimelyDataflow/differential-dataflow/pull/666))
24+
- Deprioritize the `Vec` container ([#664](https://github.com/TimelyDataflow/differential-dataflow/pull/664))
25+
1026
Substantial superficial but breaking changes due to the adoption of timely `0.27`.
1127
Primarily that the `Stream` contained by `Collection` is not `Clone` by default, and is now conventionally passed owned rather than by reference.
1228
The necessary fix-ups are to convert to owned collections, and where needed to clone the collection, which requires that its container implement `Clone`.

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.19.1"
4+
version = "0.20.0"
55
authors = ["Frank McSherry <fmcsherry@me.com>"]
66

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

dogsdogsdogs/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.20.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.19.1...differential-dogs3-v0.20.0) - 2026-03-05
11+
12+
### Other
13+
14+
- Update github workflows ([#673](https://github.com/TimelyDataflow/differential-dataflow/pull/673))
15+
- Set MSRV to 1.86 ([#672](https://github.com/TimelyDataflow/differential-dataflow/pull/672))
16+
- Differential corrected atop candidate timely 0.27 ([#671](https://github.com/TimelyDataflow/differential-dataflow/pull/671))
17+
- Test mdbook like a crate ([#669](https://github.com/TimelyDataflow/differential-dataflow/pull/669))
18+
- Migrate Join logic away from traits ([#668](https://github.com/TimelyDataflow/differential-dataflow/pull/668))
19+
- More `VecCollection` demotion ([#667](https://github.com/TimelyDataflow/differential-dataflow/pull/667))
20+
- Deprioritize the `Vec` container ([#664](https://github.com/TimelyDataflow/differential-dataflow/pull/664))
21+
1022
## [0.19.1](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.19.0...differential-dogs3-v0.19.1) - 2026-02-06
1123

1224
### 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.19.1"
3+
version = "0.20.0"
44
authors = ["Frank McSherry <fmcsherry@me.com>"]
55
license = "MIT"
66
edition.workspace = true

0 commit comments

Comments
 (0)