Skip to content

Commit 4ce3676

Browse files
committed
Update README.md
1 parent aa9014d commit 4ce3676

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ Boost::ASIO low-level redis client (connector)
1717

1818
## Changelog
1919

20+
### 0.07
21+
- minor parsing speed improvements (upto 10% in synthetic tests)
22+
- fix compilation issues on boost::asio 1.70
23+
- make it possible to use `DynamicBuffer_v2` (dynamic_string_buffer, dynamic_vector_buffer)
24+
from boost::asio 1.70 in addition to `streambuf`. `DynamicBuffer_v1` was actually never
25+
supported by `bredis`
26+
- [API breakage] `boos::asio::use_future` cannot be used with `bredis` and `boost::asio`
27+
prior `v1.70` (see [issue](https://github.com/boostorg/asio/issues/226)). If you need
28+
`use_future` then either upgrade boost::asio or use previous `bredis` version.
29+
2030
### 0.06
2131
- the `parsing_policy::drop_result` was documented and made applicable in client code
2232
- updated preformance results

0 commit comments

Comments
 (0)