1.0.0-dp.14
Pre-releaseAPI documentation: https://docs.couchbase.com/sdk-api/couchbase-cxx-client-1.0.0-dp.14
Full Changelog: 1.0.0-dp.13...1.0.0-dp.14
Fixes
-
CXXCBC-482: Range scan orchestrator should use best effort retry strategy by default. (#542)
-
CXXCBC-481: Fix potential crash when parsing search result hits. (#541)
-
CXXCBC-461: Do not send ping to nodes that have not completed bootstrap. (#540)
-
CXXCBC-462: Fix hanging when specifying a custom metadata collection via the public API & expose errors. (#532)
-
CXXCBC-480: LookupInAnyReplica should not enforce any limits on number of specs in the library. (#539)
-
CXXCBC-479: Fix capabilities check for replica LookupIn operations. (#537)
-
CXXCBC-336: Do not fallback to 8.8.8.8, if we cannot obtain system DNS server (#533)
-
CXXCBC-448: Expose hooks for fork() scenarios. (#536)
See
example_fork::main()
intest/test_integration_examples.cxx
.
Build and Tests fixes
-
CXXCBC-458: Run transactions hooks asychronously. (#538)
-
Fix build with GCC 14. (#535)
-
Cleanup output of the transaction code sample. (#534)
-
Fix query error context fields. (#531)