Skip to content

Releases: cpv-project/cpv-cql-driver

0.5.2

20 Aug 23:45
Compare
Choose a tag to compare

Changes:

  • replace Object with Reusable (utility change)

0.5.1

20 Aug 23:44
Compare
Choose a tag to compare

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

0.5

31 Dec 13:49
Compare
Choose a tag to compare
0.5

Changes:

  • Update build script and cmake files, build as shared library
  • Reference seastar from pkg-config
  • Provide ubuntu package

0.4

14 May 03:35
Compare
Choose a tag to compare
0.4

Changes:

  • Add metrics support

0.3

20 Apr 02:34
Compare
Choose a tag to compare
0.3

Changes:

  • Improve concurrent performance
  • Fix task race in connection pool
  • Add concurrent benchmarks

0.2

30 Mar 09:23
Compare
Choose a tag to compare
0.2

New features:

Api Changes:
See #15

0.1

20 Mar 06:27
Compare
Choose a tag to compare
0.1

The first release.
Features:

  • Futures based API
  • Connection pooling
  • Connection multiplexing
  • Automatic retry
  • Load balancing
  • Authentication
  • SSL
  • Batch Operation