File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments