Releases: TimelyDataflow/timely-dataflow
Releases · TimelyDataflow/timely-dataflow
timely_logging-v0.23.0
chore: Release package timely_logging version 0.23.0
timely_container-v0.23.0
chore: Release package timely_container version 0.23.0
timely_communication-v0.23.0
chore: Release package timely_communication version 0.23.0
timely_bytes-v0.23.0
chore: Release package timely_bytes version 0.23.0
timely-v0.23.0
Other
- Remove some quadratic behavior from propagate_all
- Remove T, C parameters from LogPuller/Pusher
timely_logging-v0.22.0
chore: Release package timely_logging version 0.22.0
timely_container-v0.22.0
chore: Release package timely_container version 0.22.0
timely_communication-v0.22.0
chore: Release package timely_communication version 0.22.0
timely_bytes-v0.22.0
chore: Release package timely_bytes version 0.22.0
timely-v0.22.0
Other
- Merge pull request #687 from antiguru/exchange_new
- Manually implement
- use length prefixed encoding to reliably receive events
- eliminate moving in and out of sessions
- replace custom enum with Result
- use less unreachable statements
- emit data with the same capability they came in with
- process input in sorted time order
- lazily create and then reuse output sessions
- Deflake tests by avoiding port conflict
- Remove GuardedProgressEvent
- Remove GuardedMessageEvent
- Update timely/src/dataflow/operators/capability.rs
- Avoid capability validity scan with explicit index
- Downgrade capability validity test to debug_assert