@jupiterone/cli
Advanced tools
Changelog
9.4.1 - 2023-06-07
Changelog
9.4.0 - 2023-05-11
@lifeomic/alpha
dependency to v5.1.1
.Changelog
9.3.1 - 2023-05-10
childIngestionSources
Changelog
9.3.0 - 2023-05-09
DuplicateKeyTracker
Changelog
9.2.0 - 2023-05-03
executeWithContext(context: TExecutionContext, ...)
now accepts a
context.instance
propertyChangelog
9.1.0 - 2023-05-03
disabledSources
field to the IntegrationInstance
type from the
@jupiterone/integration-sdk-core
package.Changelog
9.0.0
BREAKING - Bump version of Node.js to v18 and require version >=18.16.0 <19.x.
BREAKING - Remove asynchronous jobState.hasKey()
The hasKey
function has no asynchronous implementation, and awaiting
jobState.hasKey
can unexpectedly cause duplicate key errors in some specific
edge cases (see https://github.com/JupiterOne/sdk/pull/694/files).
Remove the following Node.js event listeners due to Node.js core deprecation:
unhandledRejection
multipleResolves