-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nodejs-Release-5.9.0 #594
Nodejs-Release-5.9.0 #594
Conversation
CLIENT-2629 Added logic to ignore AEROSPIKE_BATCH_FAILED in cases where records are returned for all batch commands
Fixed AEROSPIKE_BATCH_FAILED error issue
CLIENT-2592 Added exp.expWriteFlags and exp.expReadFlags
Added exp.expWriteFlags and exp.expReadFlags
CLIENT-2572
Added exp.recordSize
CLIENT-2587 Added Blob Secondary index support Added client.createBlobIndex Fixed Javascript Maps to place non-string indexes on server
Added Bolb Secondary Index support.
CLIENT-2617 Added maps.create method Added persitIndex as a parameter
Added maps.create method
use "npm run lint" Added additional logic to batchRemove test to clean records in which batchRemove failed
CLIENT-1421 Added maxErrorRate and errorRateWindow configurations. Fixed bug with tenderInteval
Added maxErrorRate and errorRateWindow configurations
Added/modified Client examples for batch, maps.create, expression operations. Added context as a parameter to maps.create. Modified testing config to set max_error_rate = 0 Modifed testing to omit 7.0 features when server is a lower version. Added documentation. Removed unnecessary memory allocation and print statements in query.cc
Disabled blob sindex testing on server versions less than 7.0
Updated node-gyp version in windows github action
changed npm install to npm ci in windows github action
3.12 breaks node-gyp on windows.
Fixed batchRemove parameter to keys rather than records Changed the aerospike-client-c.ini file to current package version.
Changed reference to records to new parameter name keys
Ran npm audit fix. Removed Dockerfiles Added README.md to docker folder explaining where files went.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #594 +/- ##
==========================================
+ Coverage 89.86% 91.55% +1.68%
==========================================
Files 68 69 +1
Lines 2221 2250 +29
==========================================
+ Hits 1996 2060 +64
+ Misses 225 190 -35
☔ View full report in Codecov by Sentry. |
No description provided.