Skip to content

Commit ec32f5c

Browse files
committed
update readme
1 parent 992eeb7 commit ec32f5c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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
2834
for better support boost `v1.74` and modernize boost API usage

0 commit comments

Comments
 (0)