@jupiterone/integration-sdk-dev-tools
Advanced tools
Changelog
2.1.0 - 2020-06-19
createMockIntegrationLogger
implementation with a silent version of
the logger exposed by @jupiterone/integration-sdk-runtime
.Changelog
2.0.0 - 2020-06-17
IntegrationLogger
. Event
publishing can now be performed by listening to events that the logger
publishes.JUPITERONE_DISABLE_EVENT_LOGGING
environment
variable.ApiClient
type from the @jupiterone/integration-sdk-core
package.
Also removed the dependency on axios
from the package as well.registerSynchronizationContext
function from the IntegrationLogger
convertProperties
supports an option parseTime
, directing the function to
convert properties that are named with common suffixes (on, at, time, date) to
a UNIX timestamp (number).publishMetric
function to IntegrationLogger
that now causes a
metric
event to be emit.Changelog
1.1.1 - 2020-06-08
iterateEntities
and iterateRelationships
on JobState
Changelog
1.1.0 - 2020-06-04
@jupiterone/integration-sdk-dev-tools
package which contains some
shared development dependencies and configuration files.createIntegrationRelationship
made _key
optional for relationship
mappings, a fine thing to do because specifying the _key
for those insn't
necessary. However, the function was changed at the same time to stop
generating a _key
, which is required to ensure the collected relationships
are unique. This fixes things so the _key
remains an optional argument, and
improves the generation of the _key
to ensure better uniqueness.