1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-19 04:54:40 +01:00
actix-net/actix-codec/CHANGES.md

34 lines
510 B
Markdown
Raw Normal View History

2018-12-09 15:19:25 -08:00
# Changes
2019-12-19 09:50:31 +06:00
* Use `.advance()` intead of `.split_to()`
2019-12-11 10:18:11 +06:00
## [0.2.0] - 2019-12-10
* Use specific futures dependencies
## [0.2.0-alpha.4]
* Fix buffer remaining capacity calcualtion
## [0.2.0-alpha.3]
* Use tokio 0.2
* Fix low/high watermark for write/read buffers
2019-12-02 22:30:09 +06:00
## [0.2.0-alpha.2]
* Migrated to `std::future`
2019-03-27 17:30:37 -07:00
## [0.1.2] - 2019-03-27
* Added `Framed::map_io()` method.
## [0.1.1] - 2019-03-06
2019-03-06 22:53:55 -08:00
* Added `FramedParts::with_read_buffer()` method.
2018-12-09 15:19:25 -08:00
## [0.1.0] - 2018-12-09
* Move codec to separate crate