mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
This also bumps a number of sub crates: * tokio-executor (0.1.3) * tokio-io (0.1.8) * tokio-reactor (0.1.4) * tokio-threadpool (0.1.6) * tokio-timer (0.2.6) * tokio-udp (0.1.2)
1.1 KiB
1.1 KiB
0.1.8 (August 23, 2018)
- Documentation improvements
0.1.7 (June 13, 2018)
- Move
codec::{Encode, Decode, Framed*}intotokio-codec(#353)
0.1.6 (March 09, 2018)
- Add native endian builder fn to length_delimited (#144)
- Add AsyncRead::poll_read, AsyncWrite::poll_write (#170)
0.1.5 (February 07, 2018)
- Fix bug in
BytesCodecandLinesCodec. - Performance improvement to
split.
0.1.4 (November 10, 2017)
- Use
FrameTooBigas length delimited error type (#70). - Provide
BytesandLinescodecs (#78). - Provide
AllowStdIowrapper (#76).
0.1.3 (August 14, 2017)
- Fix bug involving zero sized writes in copy helper (#57).
- Add get / set accessors for length delimited max frame length setting. (#65).
- Add
Framed::into_parts_and_codec(#59).
0.1.2 (May 23, 2017)
- Add
from_partsandinto_partsto the framing combinators. - Support passing an initialized buffer to the framing combinators.
- Add
length_adjustmentsupport to length delimited encoding (#48).
0.1.1 (March 22, 2017)
- Add some omitted
Self: Sizedbounds. - Add missing "inner" fns.
0.1.0 (March 15, 2017)
- Initial release