Skip to content

Commit 8f5a387

Browse files
committed
Update CHANGELOG.md
1 parent e76f76f commit 8f5a387

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Change History
22

33

4+
## March 24 2023: v4.6.0
5+
Major feature release. We recommend testing your app vigorously before deploying this version if yoiu depend on batch requests.
6+
7+
* **New Features**
8+
9+
- [CLIENT-2238] Convert batch calls with just a few keys per node in sub-batches to sequential Get requests. If the number keys for a sub-batch to a node is equal or less then the value set in `BatchPolicy.DirectGetThreshold`, the client use direct get instead of batch commands to reduce the load/latency on the server.
10+
- [CLIENT-2240] Add more client statistics.
11+
- Adds the following statistics:
12+
- "circuit-breaker-hits": Number of times circuit breaker was hit
13+
- "connections-error-other": Connection errors other than timeouts
14+
- "connections-error-timeout": Connection Timeout errors
15+
- "connections-idle-dropped": The connection was idle and dropped
16+
- "connections-pool-overflow": The command offered the connection to the pool, but the pool was full and the connection was closed
17+
- "exceeded-max-retries": Number of transactions where exceeded maximum number of retries specified in the policy
18+
- "exceeded-total-timeout": Number of transactions that exceeded the specified total timeout
19+
- "total-nodes": Total number of nodes in the cluster
20+
21+
422
## May 28 2021: v4.5.2
523
Minor fix release.
624

0 commit comments

Comments
 (0)