File tree Expand file tree Collapse file tree 4 files changed +26
-3
lines changed
Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.13.2] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.13.1...differential-dataflow-v0.13.2 ) - 2024-12-18
11+
12+ ### Other
13+
14+ - Update to track timely changes ([ #554 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/554 ) )
15+ - Consolidation consolidation ([ #552 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/552 ) )
16+ - Pass description itself to builder ([ #551 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/551 ) )
17+ - Simplify ContainerChunker::push_into ([ #549 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/549 ) )
18+ - Remove time from MergeBatcher ([ #550 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/550 ) )
19+ - Changes to track timely master ([ #542 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/542 ) )
20+ - Remove (key, val) structure from merge batchers ([ #548 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/548 ) )
21+ - Merge batcher for flat container without key and value ([ #547 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/547 ) )
22+ - Move ` Batcher::seal ` to ` Builder ` ([ #546 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/546 ) )
23+ - Extract ` Builder ` from ` Trace ` ([ #545 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/545 ) )
24+ - Remove batcher from Trace ([ #544 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/544 ) )
25+ - Build against timely master ([ #539 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/539 ) )
26+
1027## [ 0.13.1] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.13.0...differential-dataflow-v0.13.1 ) - 2024-11-11
1128
1229### Other
Original file line number Diff line number Diff line change 11[package ]
22
33name = " differential-dataflow"
4- version = " 0.13.1 "
4+ version = " 0.13.2 "
55authors = [
" Frank McSherry <[email protected] >" ]
66
77description = " An incremental data-parallel dataflow platform"
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.2] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.1...differential-dogs3-v0.1.2 ) - 2024-12-18
11+
12+ ### Other
13+
14+ - update Cargo.toml dependencies
15+
1016## [ 0.1.1] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.0...differential-dogs3-v0.1.1 ) - 2024-11-11
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " differential-dogs3"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44authors = [
" Frank McSherry <[email protected] >" ]
55license = " MIT"
66edition = " 2021"
77description = " Advanced join patterns in differential dataflow"
88
99[dependencies ]
1010timely = { workspace = true }
11- differential-dataflow = { path = " ../" , default-features = false , version = " 0.13.1 " }
11+ differential-dataflow = { path = " ../" , default-features = false , version = " 0.13.2 " }
1212serde = { version = " 1.0" , features = [" derive" ]}
1313
1414[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments