Skip to content

Commit ae8b871

Browse files
authored
No caching (#83) ; Dependency & Maintenance update (#89)
* No caching (#83) ** No caching (http 1 protocol friendly version) ** fix lint ** update-notes-and-deps ** better cli help * Bump the development-dependencies group with 4 updates (#88) Bumps the development-dependencies group with 4 updates: [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli), [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) and [mocha](https://github.com/mochajs/mocha). * Update deps * Add node-tests: v22 * 6.0.10-alpha.4
1 parent c89cba9 commit ae8b871

File tree

6 files changed

+674
-707
lines changed

6 files changed

+674
-707
lines changed

.github/workflows/melinda-node-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [18.x, 20.x, 21.x]
14+
node-version: [18.x, 20.x, 21.x, 22.x]
1515
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1616

1717
steps:

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ The first parameter is the mandatory CQL query string. Second is an optional obj
6565
- The **totalNumberOfRecords** returned by the **total** event is limited to the maximum number of records provided by server. Ie. if the SRU servers limit for search and retrieve is 20 000 records, 20 000 is the maximum totalNumberOfRecords available, even if the server's database actually contains more records matching the query.
6666
- The library uses module [debug](https://www.npmjs.com/package/debug) to optionally emit debugging information.
6767

68+
- Cli use needs enviroment variable SRU_URL
69+
6870
## License and copyright
6971

7072
Copyright (c) 2015, 2017-2018, 2020-2024 **University Of Helsinki (The National Library Of Finland)**

0 commit comments

Comments
 (0)