Skip to content

0.5.1

Compare
Choose a tag to compare
@303248153 303248153 released this 20 Aug 23:44
· 6 commits to master since this release

Changes:

  • add branch prediction hints
  • add option CQL_ENABLE_LOGGER_BY_DEFAULT
  • log sent and received message bytes for debug
  • disable enum to string if EnumDescriptions specialization is not provided
  • add backtrace information to exception message by default
  • print thread id on every log message
  • use seastar::data_sink instead of seastar::output_stream
  • enable keepalive for all connection by default and allow configure parameters, update logging messages
  • fix bugs in inet/time column type for newer seastar (20190627) and gcc 9