This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
Releases: JupiterOne-Archives/graph-crowdstrike
Releases · JupiterOne-Archives/graph-crowdstrike
Release 2.0.5
Fixed
- Fixed retry logic after encountering 429 rate limit errors. Previously, the
x-ratelimit-retryafter
header was not properly respected because the header
returned an epoch time in seconds, and we compared this to the current epoch
time in milliseconds.
Release 2.0.4
Removed
- Removed event emitter from
FalconAPIClient
- Removed unused pagination parameters from
FalconAPIClient
Fixed
- Prevent malformed requests to
https://api.crowdstrike.com/devices/entities/devices/v1?
when no devices
have been found.
Release 2.0.3
Fixed
- Prevent duplicate
crowdstrike_sensor
ASSIGNED
crowdstrike_prevention_policy
relationships from being created
Release 2.0.2
Fixed
- Bumped
@jupiteron/[email protected]
to incorporate
RelationshipClass.ENFORCES
from@jupiterone/[email protected]
Release 2.0.1
Fixed
- Fixed bug where
accountEntity
andprotectionServiceEntity
singletons were
not added tojobState.setData()
Release 2.0.0
Changed
- Transitioned project from using
@jupiterone/jupiter-managed-integration-sdk
to open-source@jupiterone/integration-sdk-*
packages