Skip to content

Releases: TimelyDataflow/timely-dataflow

timely_communication-v0.14.0

11 Nov 15:36
5c33a63
Compare
Choose a tag to compare
chore: Release package timely_communication version 0.14.0

timely_bytes-v0.12.1

11 Nov 15:36
5c33a63
Compare
Choose a tag to compare
chore: Release package timely_bytes version 0.12.1

timely-v0.14.0

11 Nov 15:36
5c33a63
Compare
Choose a tag to compare

Added

The trait communication::Bytesable, for types that must be serialized into or from a Bytes, and stands in for "timely appropriate serialization".
The trait communication::Exchangeable, a composite trait bringing together the requirements on a type for it to be sent along a general purpose communication channel.

Removed

The communication Message and RefOrMut types have been removed.
The RefOrMut type wrapped either a &T or a &mut T, but with the removal of abomonation it is always a &mut T.
The Message type was used to indicate the serialization / deserialization behavior, and these opinions (e.g. "use bincode") have been migrated to the core timely crate.

Other

  • Move opinions about encoding from communication to timely. (#597)
  • Rust updates, better doc testing (#598)
  • Simplify communication Message type (#596)

timely_logging-v0.12.1

29 Oct 14:00
ba17477
Compare
Choose a tag to compare
chore: Release package timely_logging version 0.12.1

timely_container-v0.12.0

29 Oct 13:43
f1e4573
Compare
Choose a tag to compare
chore: Release package timely_container version 0.12.0

timely_communication-v0.13.0

29 Oct 14:01
ba17477
Compare
Choose a tag to compare
chore: Release package timely_communication version 0.13.0

timely-v0.13.0

29 Oct 14:01
ba17477
Compare
Choose a tag to compare

Changelog bankruptcy declared.

Version 0.12 crates release

10 Mar 15:51
ac0a326
Compare
Choose a tag to compare
Pre-release

Consult the CHANGELOG.md file for recent additions!

Version 0.10 crates release

09 Jul 20:15
28430ee
Compare
Choose a tag to compare
Pre-release

Consult the CHANGELOG.md file for recent additions!

Version 0.9.0 crates release

31 Mar 15:58
ff3989a
Compare
Choose a tag to compare
Pre-release

Event-driven scheduling is the main change here. Details in CHANGELOG.md.