Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ members = [
resolver = "2"

[workspace.dependencies]
differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.17.0" }
differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.18.0" }
timely = { version = "0.24", default-features = false }
columnar = { version = "0.10", default-features = false }
#timely = { path = "../timely-dataflow/timely/", default-features = false }
Expand Down
10 changes: 10 additions & 0 deletions differential-dataflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.18.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.17.0...differential-dataflow-v0.18.0) - 2025-10-04

### Other

- Update columnar; introduce mimalloc
- Extract `VecCollection` from `Collection` ([#651](https://github.com/TimelyDataflow/differential-dataflow/pull/651))
- Introduce traits for collection containers ([#650](https://github.com/TimelyDataflow/differential-dataflow/pull/650))
- Correct some clippy nit ([#649](https://github.com/TimelyDataflow/differential-dataflow/pull/649))
- Batcher implementation that has no opinions about chains, and columnar. ([#626](https://github.com/TimelyDataflow/differential-dataflow/pull/626))

## [0.17.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.16.2...differential-dataflow-v0.17.0) - 2025-09-15

### Other
Expand Down
2 changes: 1 addition & 1 deletion differential-dataflow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "differential-dataflow"
version = "0.17.0"
version = "0.18.0"
authors = ["Frank McSherry <[email protected]>"]

description = "An incremental data-parallel dataflow platform"
Expand Down
7 changes: 7 additions & 0 deletions dogsdogsdogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.18.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.17.0...differential-dogs3-v0.18.0) - 2025-10-04

### Other

- Extract `VecCollection` from `Collection` ([#651](https://github.com/TimelyDataflow/differential-dataflow/pull/651))
- Correct some clippy nit ([#649](https://github.com/TimelyDataflow/differential-dataflow/pull/649))

## [0.17.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.16.2...differential-dogs3-v0.17.0) - 2025-09-15

### Other
Expand Down
2 changes: 1 addition & 1 deletion dogsdogsdogs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "differential-dogs3"
version = "0.17.0"
version = "0.18.0"
authors = ["Frank McSherry <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down