Skip to content

Releases: TimelyDataflow/timely-dataflow

timely_logging-v0.23.0

28 Aug 17:08
0edfa70
Compare
Choose a tag to compare
chore: Release package timely_logging version 0.23.0

timely_container-v0.23.0

28 Aug 17:07
0edfa70
Compare
Choose a tag to compare
chore: Release package timely_container version 0.23.0

timely_communication-v0.23.0

28 Aug 17:08
0edfa70
Compare
Choose a tag to compare
chore: Release package timely_communication version 0.23.0

timely_bytes-v0.23.0

28 Aug 17:07
0edfa70
Compare
Choose a tag to compare
chore: Release package timely_bytes version 0.23.0

timely-v0.23.0

28 Aug 17:08
0edfa70
Compare
Choose a tag to compare

Other

  • Remove some quadratic behavior from propagate_all
  • Remove T, C parameters from LogPuller/Pusher

timely_logging-v0.22.0

15 Aug 18:00
d1cbf47
Compare
Choose a tag to compare
chore: Release package timely_logging version 0.22.0

timely_container-v0.22.0

15 Aug 18:00
d1cbf47
Compare
Choose a tag to compare
chore: Release package timely_container version 0.22.0

timely_communication-v0.22.0

15 Aug 18:00
d1cbf47
Compare
Choose a tag to compare
chore: Release package timely_communication version 0.22.0

timely_bytes-v0.22.0

15 Aug 18:00
d1cbf47
Compare
Choose a tag to compare
chore: Release package timely_bytes version 0.22.0

timely-v0.22.0

15 Aug 18:01
d1cbf47
Compare
Choose a tag to compare

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