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

Release 5.13.0 #633

Open
wants to merge 40 commits into
base: stage
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
bf964c3
CLIENT-3107
DomPeliniAerospike Oct 14, 2024
a8865c0
C Submodule update
DomPeliniAerospike Oct 14, 2024
74a7b76
Merge branch 'stage' into Release-5.13.0
DomPeliniAerospike Oct 14, 2024
1ce94ef
Ran standard lint
DomPeliniAerospike Oct 14, 2024
af44497
Merge branch 'Release-5.13.0' of https://github.com/aerospike/aerospi…
DomPeliniAerospike Oct 14, 2024
4213113
test fix
DomPeliniAerospike Oct 14, 2024
c01613c
test fix
DomPeliniAerospike Oct 14, 2024
b5b28d1
test fix
DomPeliniAerospike Oct 14, 2024
4811cdb
test fix
DomPeliniAerospike Oct 15, 2024
342c71e
test fix
DomPeliniAerospike Oct 15, 2024
6c1fd88
test fix
DomPeliniAerospike Oct 15, 2024
e995cb1
test fix
DomPeliniAerospike Oct 16, 2024
92a951e
test fix
DomPeliniAerospike Oct 16, 2024
1dfe330
test fix
DomPeliniAerospike Oct 16, 2024
1dadf4a
test fix
DomPeliniAerospike Oct 16, 2024
e4a7b22
test fix
DomPeliniAerospike Oct 16, 2024
b4fc06b
test fix
DomPeliniAerospike Oct 16, 2024
5299257
test fix
DomPeliniAerospike Oct 16, 2024
6a60b57
test fix
DomPeliniAerospike Oct 16, 2024
fa60652
test fix
DomPeliniAerospike Oct 17, 2024
6c0dc59
test fix
DomPeliniAerospike Oct 17, 2024
effa230
test fix
DomPeliniAerospike Oct 17, 2024
1d4421b
test fix
DomPeliniAerospike Oct 17, 2024
a1de457
test fix
DomPeliniAerospike Oct 17, 2024
4c02c07
test fix
DomPeliniAerospike Oct 17, 2024
57784a9
test fix
DomPeliniAerospike Oct 17, 2024
a993110
test fix
DomPeliniAerospike Oct 17, 2024
9315d3b
test fix
DomPeliniAerospike Oct 17, 2024
306d891
test fix
DomPeliniAerospike Oct 17, 2024
e8739b5
test fix
DomPeliniAerospike Oct 17, 2024
05c8b1f
test fix
DomPeliniAerospike Oct 17, 2024
ad50ccf
test fix
DomPeliniAerospike Oct 17, 2024
d4cbb2c
test fix
DomPeliniAerospike Oct 17, 2024
2caf663
test fix
DomPeliniAerospike Oct 17, 2024
69cc744
test fix
DomPeliniAerospike Oct 17, 2024
5eacaf5
test fix
DomPeliniAerospike Oct 17, 2024
f77018d
test fix
DomPeliniAerospike Oct 17, 2024
b28032e
test fix
DomPeliniAerospike Oct 17, 2024
8b540dd
test fix
DomPeliniAerospike Oct 17, 2024
447a241
test fix
DomPeliniAerospike Oct 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 32 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,15 @@ jobs:
# Should be ready after 3 seconds
run: sleep 3

- name: Setup for TS
run: |
npm i --save-dev @types/mocha
npm i --save-dev @types/yargs
npm i --save-dev @types/semver
npm i --save-dev @types/chai`

- name: Run tests
run: npm run test
run: npm run ts-test

test-ce:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -223,8 +230,15 @@ jobs:
# Should be ready after 3 seconds
run: sleep 3

- name: Setup for TS
run: |
npm i --save-dev @types/mocha
npm i --save-dev @types/yargs
npm i --save-dev @types/semver
npm i --save-dev @types/chai`

- name: Run tests
run: npm run test
run: npm run ts-test

test-lowest-supported-server:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -264,8 +278,15 @@ jobs:
# Should be ready after 3 seconds
run: sleep 3

- name: Setup for TS
run: |
npm i --save-dev @types/mocha
npm i --save-dev @types/yargs
npm i --save-dev @types/semver
npm i --save-dev @types/chai`

- name: Run tests
run: npm run test -- --t 20000
run: npm run ts-test -- --t 20000

test-ee:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -316,8 +337,15 @@ jobs:
- name: Wait for server to start
run: sleep 5

- name: Setup for TS
run: |
npm i --save-dev @types/mocha
npm i --save-dev @types/yargs
npm i --save-dev @types/semver
npm i --save-dev @types/chai`

- name: Run tests
run: npm run test -- --h localhost --U admin --P admin --t 40000 test/admin.js
run: npm run ts-test -- --h localhost --U admin --P admin --t 40000 test/admin.js

test-valgrind:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ npm-debug.log
test.log
aerospike-*.tgz
scripts/build-c-client.sh-output.txt
libuv*
docs*
ts-test/dist
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ The API docs also contain a few basic tutorials:
* [Handling asynchronous database operations using Callbacks, Promises or `async`/`await`](https://www.aerospike.com/apidocs/nodejs/tutorial-callbacks_promises_async_await.html)

A variety of additional example applications are provided in the
[`examples`](examples) directory of this repository.
[`examples`](https://github.com/aerospike/aerospike-client-nodejs/tree/master/examples) directory of this repository.

Access backward incompatible API changes by a release at:
https://developer.aerospike.com/client/nodejs/usage/incompatible.
Expand Down
4 changes: 0 additions & 4 deletions docs/api-changes.md

This file was deleted.

Binary file removed docs/assets/vc-2015-3-v140.png
Binary file not shown.
Binary file removed docs/assets/windows-8-1-sdk.png
Binary file not shown.
170 changes: 0 additions & 170 deletions docs/overview.md

This file was deleted.

Loading
Loading