Skip to content

2.14.1

Compare
Choose a tag to compare
@mpenick mpenick released this 11 Dec 15:06
· 178 commits to master since this release
bb27c84

Bug Fixes

  • [CPP-849] Error result doesn't allow access to keyspace, table, and function
    data
  • [CPP-851] Disable deprecated warnings for std::ptr_fun
  • [CPP-879] Allow remote hosts to come back up even if policy ignores down hosts
    (community PR from kw217)

Other

  • [CPP-220] Remove use of external Boost from unit and integration tests.
    • We ported all integration tests from Boost to Google test. This includes
      several JIRA issues included in the [CPP-220] epic.
  • [CPP-853] Correct linking libraries for unix based OS when using
    CASS_USE_STATIC_LIBS=On
  • [CPP-859] Remove vc_build.bat scripts and update building documentation
  • [CPP-872] Fix GCC 9.2+ build
  • [CPP-878] Correct compile flags for libraries and executable
  • [CPP-882] Correct pthread compiler flag for older CMake versions

Community

  • Fix build error when compiling without an SSL implementation (kmaragon)