File tree 1 file changed +7
-1
lines changed
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),
19
19
- works on linux (clang, gcc) and windows (msvc)
20
20
- synchronous & asynchronous interface
21
21
- inspired by [ beast] ( https://github.com/vinniefalco/Beast )
22
- - requirements: boost ` v1.70 ` minimum
22
+ - requirements: boost ` v1.77 ` minimum
23
23
24
24
## Changelog
25
25
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
+
26
32
### 0.11
27
33
- [ feature, possible breakage] add ` BOOST_ASIO_NO_DEPRECATED ` definition
28
34
for better support boost ` v1.74 ` and modernize boost API usage
You can’t perform that action at this time.
0 commit comments