We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ba11f commit eb313d5Copy full SHA for eb313d5
CHANGELOG.md
@@ -6,9 +6,14 @@
6
7
* **New Features**:
8
9
+ - [CLIENT-1417] Adds Circuit-Breaker. Rejects command when assigned node's error rate exceeds `ClientPolicy.MaxErrorRate` over `ClientPolicy.ErrorRateWindow`.
10
- [CLIENT-1410] Adds `Client.SetXDRFilter()`.
11
- [CLIENT-1433] Adds `ExpMemorySize()` to expression filters.
12
13
+ * **Improvements**
14
+
15
+ - [CLIENT-1434] Reset peers, partition and rebalance generations on node tend errors.
16
17
* **Changes**
18
- Pack byte array header with string header codes when using msgpack to be consistent with server.
19
- Adds `ResultCode.LOST_CONFLICT`
0 commit comments