File tree Expand file tree Collapse file tree 5 files changed +17
-3
lines changed Expand file tree Collapse file tree 5 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ members = [
16
16
resolver = " 2"
17
17
18
18
[workspace .dependencies ]
19
- differential-dataflow = { path = " differential-dataflow" , default-features = false , version = " 0.15.3 " }
19
+ differential-dataflow = { path = " differential-dataflow" , default-features = false , version = " 0.15.4 " }
20
20
timely = { version = " 0.21" , default-features = false }
21
21
# timely = { path = "../timely-dataflow/timely/", default-features = false }
22
22
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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.15.4] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.15.3...differential-dataflow-v0.15.4 ) - 2025-06-25
11
+
12
+ ### Other
13
+
14
+ - Use BTreeMap to avoid sorting ([ #615 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/615 ) )
15
+ - Respect singleton counts in merge effort ([ #614 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/614 ) )
16
+ - Demonstrate ` Columnar ` batch builder ([ #602 ] ( https://github.com/TimelyDataflow/differential-dataflow/pull/602 ) )
17
+
10
18
## [ 0.15.3] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.15.2...differential-dataflow-v0.15.3 ) - 2025-06-24
11
19
12
20
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " differential-dataflow"
4
- version = " 0.15.3 "
4
+ version = " 0.15.4 "
5
5
authors = [" Frank McSherry <fmcsherry@me.com>" ]
6
6
7
7
description = " 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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.15] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.14...differential-dogs3-v0.1.15 ) - 2025-06-25
11
+
12
+ ### Other
13
+
14
+ - updated the following local packages: differential-dataflow
15
+
10
16
## [ 0.1.14] ( https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.13...differential-dogs3-v0.1.14 ) - 2025-06-24
11
17
12
18
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " differential-dogs3"
3
- version = " 0.1.14 "
3
+ version = " 0.1.15 "
4
4
authors = [" Frank McSherry <fmcsherry@me.com>" ]
5
5
license = " MIT"
6
6
edition = " 2021"
You can’t perform that action at this time.
0 commit comments