Skip to content

Releases: TimelyDataflow/timely-dataflow

timely_communication-v0.15.0

06 Dec 17:00
08eca72
Compare
Choose a tag to compare
chore: Release package timely_communication version 0.15.0

timely_bytes-v0.12.2

06 Dec 17:00
08eca72
Compare
Choose a tag to compare
chore: Release package timely_bytes version 0.12.2

timely-v0.15.0

06 Dec 17:00
08eca72
Compare
Choose a tag to compare

Other

  • Prefer byteorder in place of bincode (#607)
  • Use help from columnar 0.1.1 (#606)
  • Reorganize Container traits (#605)
  • Robustify potential Bytes alignment
  • Correct bincode call to use and update reader
  • Demonstrate columnar stuff (#586)
  • Allow containers to specify their own serialization (#604)
  • Remove Container: Clone + 'static (#540)
  • Apply various Clippy recommendations (#603)
  • Several improvements around Bytesable and Message. (#601)

timely-v0.14.1

12 Nov 10:03
1bcb574
Compare
Choose a tag to compare

Added

The type timely::Message is now publicly re-exported.

Other

  • Public Message type (#599)

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