Skip to content

Commit 59c8b1c

Browse files
committed
Update version
1 parent 7a0e2bb commit 59c8b1c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [2.1.0] - 2024-07-23
12+
13+
- Update the `queryv1` function to use cursors instead of the legacy `LIMIT SKIP` pagination approach
14+
- Add support for a progress bar
15+
1116
## [2.0.1] - 2024-07-02
1217

1318
- Converted `Content-Type` request header to lower case. This conforms to https://www.rfc-editor.org/rfc/rfc7540#section-8.1.2. And also addresses an issue where Content-Type and content-type headers were both being added.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupiterone/jupiterone-client-nodejs",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "A node.js client wrapper for JupiterOne public API",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)