File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,16 @@ Boost::ASIO low-level redis client (connector),
1919- works on linux (clang, gcc) and windows (msvc)
2020- synchronous & asynchronous interface
2121- inspired by [ beast] ( https://github.com/vinniefalco/Beast )
22- - requirements: boost ` v1.70 ` minimum
22+ - requirements: boost ` v1.77 ` minimum
2323
2424## Changelog
2525
26+ ### 0.12
27+ - [ feature, breakging] modernize API to use completion token instead of
28+ using completion handler, which makes it possible to use ` bredis ` with
29+ coroutines. Thanks to [ Usevalad Sauta] ( https://github.com/VsevolodSauta ) .
30+ Successfully tested with boost ` v1.77 ` , lower versions might not work
31+
2632### 0.11
2733- [ feature, possible breakage] add ` BOOST_ASIO_NO_DEPRECATED ` definition
2834for better support boost ` v1.74 ` and modernize boost API usage
You can’t perform that action at this time.
0 commit comments