You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,33 @@
1
1
# Change History
2
2
3
+
## February 12 2021: v4.2.0
4
+
5
+
Major feature and improvements release.
6
+
7
+
***New Features**:
8
+
9
+
-[CLIENT-1192] Adds Support for partition scans. Queries which lack a `Statement.Filter` will be automatically converted to partition scans. If the cluster supports partition scans, all Scans and Queries will use the new protocol to allow retrying in case of some errors.
10
+
-[CLIENT-1237] Adds Support for `MultiPolicy.MaxRecords` in scans and queries without `Statement.Filter`.
- Moves examples files to dedicated folders to avoid `multiple main function` errors for new users.
17
+
- Some documentation clean up. (Github #314) thanks to [Shin Uozumi](https://github.com/sinozu)
18
+
- Fix typo in example `NewKey()`. (Github #331) thanks to [Patrick Kuca](https://github.com/pkuca)
19
+
- Adds an example to list operations (using operate and list policy).
20
+
- Runs the XDR tests only when XDR is configured on the server.
21
+
- Add TLS config to test params.
22
+
- Mark `NewPredExpXXX` return value as the PredExp interface instead of concrete type. It will now group them under the `PredExp` interface in the docs.
23
+
24
+
***Changes**
25
+
- Only use `Policy.Priority` and `MultiPolicy.FailOnClusterChange` on server versions < 4.9. `Priority` is now deprecated and replaced with `MultiPolicy.RecordPerSecond`.
26
+
-`Statement.TaskID` is deprecated and will be removed in the next major version.
27
+
-`ScanPolicy.ConcurrentNodes` is deprecated and will be removed in the next major version.
28
+
29
+
… versions < 4.9
30
+
3
31
## January 25 2021: v4.1.0
4
32
5
33
Major feature release.
@@ -10,6 +38,10 @@
10
38
-[CLIENT-1410] Adds `Client.SetXDRFilter()`.
11
39
-[CLIENT-1433] Adds `ExpMemorySize()` to expression filters.
12
40
41
+
***Fixes**
42
+
43
+
- Fixes an issue where remainder miscalculation would cause the connection pool to be smaller than it should have been. (Github #332) thanks to [ShawnZhang](https://github.com/xqzhang2015)
44
+
13
45
***Improvements**
14
46
15
47
-[CLIENT-1434] Reset peers, partition and rebalance generations on node tend errors.
0 commit comments