Releases: TimelyDataflow/timely-dataflow
timely_communication-v0.14.0
chore: Release package timely_communication version 0.14.0
timely_bytes-v0.12.1
chore: Release package timely_bytes version 0.12.1
timely-v0.14.0
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
timely_logging-v0.12.1
chore: Release package timely_logging version 0.12.1
timely_container-v0.12.0
chore: Release package timely_container version 0.12.0
timely_communication-v0.13.0
chore: Release package timely_communication version 0.13.0
timely-v0.13.0
Changelog bankruptcy declared.
Version 0.12 crates release
Consult the CHANGELOG.md file for recent additions!
Version 0.10 crates release
Consult the CHANGELOG.md file for recent additions!
Version 0.9.0 crates release
Event-driven scheduling is the main change here. Details in CHANGELOG.md
.