bredis v0.07 Release Notes

Release Date: 2019-04-27 // almost 5 years ago
    • โœ… minor parsing speed improvements (upto 10% in synthetic tests)
    • ๐Ÿ›  fix compilation issues on boost::asio 1.70
    • make it possible to use DynamicBuffer_v2 (dynamic_string_buffer, dynamic_vector_buffer)
      from boost::asio 1.70 in addition to streambuf. DynamicBuffer_v1 was actually never
      ๐Ÿ‘Œ supported by bredis
    • [API breakage] boos::asio::use_future cannot be used with bredis and boost::asio
      ๐Ÿ‘€ prior v1.70 (see issue). If you need
      โฌ†๏ธ use_future then either upgrade boost::asio or use previous bredis version.