1.0.0-dp.2
Pre-release
Pre-release
-
CXXCBC-270: Rename logging macros, adding
CB_
prefix (e.g.LOG_DEBUG
->CB_LOG_DEBUG
) (#323) -
CXXCBC-242: Drain waiting commands list on MCBP session close (#321)
-
CXXCBC-271: Fix
get_all_replicas
behaviour: do not propagate error if result set is not empty, while the last response has failed. (#322) -
Build system fixes:
-
Transactions:
- Check for expiry in begin work (#318)
- Small updates to txn query opts, query opts and txn cleanup config. (#305)
- TXNCXX-268: ASAN issue in FIT tests (#313, #311)
- TXNCXX-254: Updates for FIT performer. (#307, #306)
-
Preview features:
- Key/Value range scan:
- CXXCBC-242: Core API for KV range scan (#312)
- CXXCBC-242: Move batch time limit to scan_continue options (#320)
- CXXCBC-242: Refactor core API to prepare for range scan implementation (#309)
- Key/Value range scan: