File tree Expand file tree Collapse file tree 6 files changed +19
-13
lines changed
Expand file tree Collapse file tree 6 files changed +19
-13
lines changed 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.26.0] ( https://github.com/TimelyDataflow/timely-dataflow/compare/timely-v0.25.1...timely-v0.26.0 ) - 2025-10-28
11+
12+ ### Other
13+
14+ - Remove push counter's give ([ #723 ] ( https://github.com/TimelyDataflow/timely-dataflow/pull/723 ) )
15+
1016## [ 0.25.1] ( https://github.com/TimelyDataflow/timely-dataflow/compare/timely-v0.25.0...timely-v0.25.1 ) - 2025-10-28
1117
1218This release fixes an issue with corrupted progress traffic when using the push counter's ` give ` function.
Original file line number Diff line number Diff line change 11[package ]
22name = " timely_bytes"
3- version = " 0.25.1 "
3+ version = " 0.26.0 "
44authors = [" Frank McSherry <fmcsherry@me.com>" ]
55edition = " 2018"
66
Original file line number Diff line number Diff line change 11[package ]
22name = " timely_communication"
3- version = " 0.25.1 "
3+ version = " 0.26.0 "
44authors = [" Frank McSherry <fmcsherry@me.com>" ]
55description = " Communication layer for timely dataflow"
66edition.workspace = true
@@ -24,9 +24,9 @@ columnar = { workspace = true }
2424getopts = { version = " 0.2.24" , optional = true }
2525byteorder = " 1.5"
2626serde = { version = " 1.0" , features = [" derive" ] }
27- timely_bytes = { path = " ../bytes" , version = " 0.25 " }
28- timely_container = { path = " ../container" , version = " 0.25.1 " }
29- timely_logging = { path = " ../logging" , version = " 0.25 " }
27+ timely_bytes = { path = " ../bytes" , version = " 0.26 " }
28+ timely_container = { path = " ../container" , version = " 0.26.0 " }
29+ timely_logging = { path = " ../logging" , version = " 0.26 " }
3030
3131# Lgalloc only supports linux and macos, don't depend on any other OS.
3232[target .'cfg(any(target_os = "linux", target_os = "macos"))' .dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " timely_container"
3- version = " 0.25.1 "
3+ version = " 0.26.0 "
44description = " Container abstractions for Timely"
55license = " MIT"
66edition.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " timely_logging"
3- version = " 0.25.1 "
3+ version = " 0.26.0 "
44authors = [" Frank McSherry <fmcsherry@me.com>" ]
55description = " Common timely logging infrastructure"
66edition.workspace = true
@@ -15,4 +15,4 @@ license = "MIT"
1515workspace = true
1616
1717[dependencies ]
18- timely_container = { version = " 0.25.1 " , path = " ../container" }
18+ timely_container = { version = " 0.26.0 " , path = " ../container" }
Original file line number Diff line number Diff line change 11[package ]
22
33name = " timely"
4- version = " 0.25.1 "
4+ version = " 0.26.0 "
55authors = [" Frank McSherry <fmcsherry@me.com>" ]
66readme = " ../README.md"
77edition.workspace = true
@@ -29,10 +29,10 @@ bincode = { version = "1.3" }
2929byteorder = " 1.5"
3030itertools = " 0.14.0"
3131serde = { version = " 1.0" , features = [" derive" ] }
32- timely_bytes = { path = " ../bytes" , version = " 0.25 " }
33- timely_logging = { path = " ../logging" , version = " 0.25 " }
34- timely_communication = { path = " ../communication" , version = " 0.25 " , default-features = false }
35- timely_container = { path = " ../container" , version = " 0.25 " }
32+ timely_bytes = { path = " ../bytes" , version = " 0.26 " }
33+ timely_logging = { path = " ../logging" , version = " 0.26 " }
34+ timely_communication = { path = " ../communication" , version = " 0.26 " , default-features = false }
35+ timely_container = { path = " ../container" , version = " 0.26 " }
3636smallvec = { version = " 1.15.1" , features = [" serde" , " const_generics" ] }
3737
3838[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments