Skip to content
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.8.0 #579

Merged
merged 11 commits into from
Sep 22, 2023
Merged

Nodejs release 5.8.0 #579

merged 11 commits into from
Sep 22, 2023

Conversation

DomPeliniAerospike
Copy link
Collaborator

No description provided.

mcoberly2 and others added 10 commits August 16, 2023 12:40
CLIENT-2378
Add exp.inf and exp.wildcard methods
Add testing for exp.inf, exp.nil, and exp.wildcard
…moveBy methods

CLIENT-2488 & CLIENT-2538
Fixed segmentation fault occuring exp.maps.removeBy* and exp.lists.removeBy methods
Fixed opcodes in exp.list.getByKeyList, exp.list.getByKeyRelIndexRangeToEnd, exp.getByValueList methods
Added testing for all fixed methods.
… in put operations.

CLIENT-1983
Added Bin class.
Added support for the Bin class in put operations.
Added support for Javascript Maps in put operations.
Note: Javascript Maps become Key Ordered Maps before being sent to the server.
Switched from Ink-docstrap to Docdash for API documentation generation.
Fixed segmentation fault occuring exp.maps.removeBy* and exp.lists.re…
Switched from Ink-docstrap to Docdash
Added Bin class and support for Javascript Maps and the new Bin class…
Add exp.inf and exp.wildcard methods
CLIENT-2374
Added Typescript typings file.
Organized typescript components in alphabetical order.
Fixed casting error.
Fixed putItems test case.
ran npm lint.
@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

Patch coverage: 97.14% and project coverage change: +1.38% 🎉

Comparison is base (949c658) 89.86% compared to head (66d1bbc) 91.25%.
Report is 1 commits behind head on stage.

❗ Current head 66d1bbc differs from pull request most recent head e943c75. Consider uploading reports for the commit e943c75 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##            stage     #579      +/-   ##
==========================================
+ Coverage   89.86%   91.25%   +1.38%     
==========================================
  Files          68       69       +1     
  Lines        2221     2229       +8     
==========================================
+ Hits         1996     2034      +38     
+ Misses        225      195      -30     
Files Changed Coverage Δ
lib/bin.js 80.00% <80.00%> (ø)
lib/aerospike.js 97.33% <100.00%> (+0.03%) ⬆️
lib/exp.js 100.00% <100.00%> (ø)
lib/exp_lists.js 89.09% <100.00%> (+21.81%) ⬆️
lib/exp_maps.js 82.53% <100.00%> (+30.15%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Removed v16 and v19  from Build script and github actions.
@DomPeliniAerospike DomPeliniAerospike merged commit f7178b2 into stage Sep 22, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants