Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
basiliscos committed Dec 22, 2022
1 parent 992eeb7 commit ec32f5c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@ Boost::ASIO low-level redis client (connector),
- works on linux (clang, gcc) and windows (msvc)
- synchronous & asynchronous interface
- inspired by [beast](https://github.com/vinniefalco/Beast)
- requirements: boost `v1.70` minimum
- requirements: boost `v1.77` minimum

## Changelog

### 0.12
- [feature, breakging] modernize API to use completion token instead of
using completion handler, which makes it possible to use `bredis` with
coroutines. Thanks to [Usevalad Sauta](https://github.com/VsevolodSauta).
Successfully tested with boost `v1.77`, lower versions might not work

### 0.11
- [feature, possible breakage] add `BOOST_ASIO_NO_DEPRECATED` definition
for better support boost `v1.74` and modernize boost API usage
Expand Down

0 comments on commit ec32f5c

Please sign in to comment.