3.3.7
API documentation: https://docs.couchbase.com/sdk-api/couchbase-c-client-3.3.7
-
CCBC-1596: replace unsafe sprintf with snprintf.
-
CCBC-1597: Update threading example, reduce global state.
Json::Reader
uses static global variable, this patch replaces calls to it withJson::CharReaderBuilder
, which is re-entrant.- Constants for tracing system defined as mutable static strings, this patch replaces it with const static strings.
- Updated examples for thread-safe usage is updated to SDK3 API and added them to the build pipeline