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
* Support maxRecords scan policy
* Fix version number, when option was introduced; update changelog
* Skip percent-based sampling tests on server v4.9+
* Add note about scan percent sampling on v4.9
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [Unreleased]
6
6
7
+
***New Features**
8
+
* Added a max records option for sampling with basic scans. Requires server version 4.9 or later. [#359](https://github.com/aerospike/aerospike-client-nodejs/pull/359)
9
+
7
10
***Updates**
11
+
**BREAKING*: The client no longer supports the percent-based scan sampling for server versions 4.9 or later. Use the new max records scan policy option instead.
8
12
* Update C client library to [v4.6.14](http://www.aerospike.com/download/client/c/notes.html#4.6.14).
0 commit comments