Skip to content

3.3.17

Choose a tag to compare

@avsej avsej released this 12 Jun 01:21
· 41 commits to master since this release
3.3.17

API documentation: https://docs.couchbase.com/sdk-api/couchbase-c-client-3.3.17
Full Changelog: 3.3.16...3.3.17

  • CCBC-1666: Do not schedule config request during shutdown. With completion-based IO (libuv, Windows IOCP), the library might try to schedule configuration update on already deallocated pipeline and cause use-after-free condition.