From ec32f5c255c2be9ed162bf7a3e8a6b16add1983a Mon Sep 17 00:00:00 2001 From: Ivan Baidakou Date: Thu, 22 Dec 2022 16:01:17 +0300 Subject: [PATCH] update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c695162..ac25a9fa 100644 --- a/README.md +++ b/README.md @@ -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