We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445f02a commit b73084bCopy full SHA for b73084b
CHANGELOG.md
@@ -8,6 +8,14 @@ and this project adheres to
8
9
## [Unreleased]
10
11
+## [2.1.2] - 2025-04-03
12
+
13
+- Remove potentially unwanted logging of request URLs
14
15
+## [2.1.1] - 2025-02-17
16
17
+- Adds a retry for status URL check
18
19
## [2.1.0] - 2024-07-23
20
21
- Update the `queryv1` function to use cursors instead of the legacy `LIMIT SKIP` pagination approach
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@jupiterone/jupiterone-client-nodejs",
3
- "version": "2.1.1",
+ "version": "2.1.2",
4
"description": "A node.js client wrapper for JupiterOne public API",
5
"repository": {
6
"type": "git",
0 commit comments