|
4 | 4 | What's New |
5 | 5 | ************ |
6 | 6 |
|
| 7 | +:mod:`cpp-netlib` 0.10 |
| 8 | +--------------------- |
| 9 | + |
| 10 | +v0.10.0 |
| 11 | +~~~~~~ |
| 12 | +* Added support for more HTTP status codes (206, 408, 412, 416, 507). |
| 13 | +* Refactored the parser for chunked encoding. |
| 14 | +* Fixed parsing chunked encoding if the response body has ``<chunk>CLRF<hex>CLRF<data>``. |
| 15 | +* Added librt dependency on Linux. |
| 16 | +* Check the callback in the asynchronous client before calling it. |
| 17 | +* Fixed issues `#110`_, `#168`_, `#213`_. |
| 18 | + |
| 19 | +.. _`#110`:https://github.com/cpp-netlib/cpp-netlib/issues/110 |
| 20 | +.. _`#168`:https://github.com/cpp-netlib/cpp-netlib/issues/168 |
| 21 | +.. _`#213`:https://github.com/cpp-netlib/cpp-netlib/issues/213 |
| 22 | + |
7 | 23 | :mod:`cpp-netlib` 0.9 |
8 | 24 | --------------------- |
9 | 25 |
|
|