-
Notifications
You must be signed in to change notification settings - Fork 78
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 pre release 5.9.0 #591
Conversation
Nodejs-Release-5.8.0
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
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## stage #591 +/- ##
==========================================
+ Coverage 91.25% 91.55% +0.30%
==========================================
Files 69 69
Lines 2229 2250 +21
==========================================
+ Hits 2034 2060 +26
+ Misses 195 190 -5
☔ View full report in Codecov by Sentry. |
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
lib/client.js
Outdated
* | ||
* // INSERT HOSTNAME AND PORT NUMBER OF AEROSPIKE SERVER NODE HERE! | ||
* // INSERT HOSTNAME AND PORT NUMBER OF AEROPSIKE SERVER NODE HERE! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spelling
Ran npm audit fix. Removed Dockerfiles Added README.md to docker folder explaining where files went.
60a7ddd
No description provided.