Releases: TimelyDataflow/timely-dataflow
Releases · TimelyDataflow/timely-dataflow
timely_communication-v0.15.0
chore: Release package timely_communication version 0.15.0
timely_bytes-v0.12.2
chore: Release package timely_bytes version 0.12.2
timely-v0.15.0
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
andMessage
. (#601)
timely-v0.14.1
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