|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## 3.0.7 (2020-12-15) |
| 4 | + |
| 5 | +* CCBC-1350: Implement an option for cbc-n1ql to control prepared/adhoc switch |
| 6 | +* CCBC-1345: Ensure all KV sockets select bucket on lcb_open |
| 7 | +* CCBC-1348: Include bucket name into diag report |
| 8 | +* CCBC-1308: Define FATAL and TRANSIENT classes for errors. Also defines corresponding macros for easy access `LCB_ERROR_IS_TRANSIENT` and `LCB_ERROR_IS_FATAL` |
| 9 | +* CCBC-1342: Check if collections supported by server before using them. |
| 10 | +* CCBC-1334: Preserve status of KV protocol response for retry queue |
| 11 | +* CCBC-1339: Do not relocate get with replica on failover. The library should not relocate replica reads when new configuration applied. |
| 12 | +* CCBC-1344: Consume response after retried command to avoid logging the command as "timed out" |
| 13 | +* CCBC-1343: Do not schedule NMV immediately by default and use retry strategy instead. |
| 14 | +* CCBC-1335: Fix next timeout computation on requesting config using `operation_timeout` instead of `config_node_timeout` |
| 15 | +* CCBC-1337: Expose setting for to control default search timeout |
| 16 | +* CCBC-1331: Fix error at bootstrap callback, now it returns original error code, that caused the bootstrap failure. |
| 17 | +* CCBC-1333: Allow setting `lcb_cmdget_locktime` to zero to use server default time. |
| 18 | +* CCBC-1324: define HTTP type for Eventing management |
| 19 | +* Retry operations when the node is not ready |
| 20 | +* Report LCB_ERR_BUCKET_NOT_FOUND if Key/Value service is not configured |
| 21 | +* Update error codes for Query. Translate code 4300 to `LCB_ERR_PLANNING_FAILURE` and 5000 to `LCB_ERR_INTERNAL_SERVER_FAILURE` by default. |
| 22 | +* Fix collection validation, it should pass empty string as valid collection specification element. |
| 23 | +* Remove verbosity and mcversions commands. These parts of API are non-standard and volatile |
| 24 | +* Bundle HdrHistogram_c v0.11.2 and allow to fall back to it |
| 25 | +* Build and stability improvements |
| 26 | + |
3 | 27 | ## 3.0.6 (2020-10-21) |
4 | 28 |
|
5 | 29 | * CCBC-1311: Implement `create_as_deleted` subdoc feature. |
|
0 commit comments