Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Releases: JupiterOne-Archives/graph-crowdstrike

Release 2.0.5

07 Oct 14:42
96fb663
Compare
Choose a tag to compare

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

30 Aug 17:37
210cf5d
Compare
Choose a tag to compare

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

27 Aug 14:14
afb3d18
Compare
Choose a tag to compare

Fixed

  • Prevent duplicate crowdstrike_sensor ASSIGNED
    crowdstrike_prevention_policy relationships from being created

Release 2.0.2

27 Aug 13:01
5e99226
Compare
Choose a tag to compare

Fixed

Release 2.0.1

27 Aug 12:16
0118d2f
Compare
Choose a tag to compare

Fixed

  • Fixed bug where accountEntity and protectionServiceEntity singletons were
    not added to jobState.setData()

Release 2.0.0

26 Aug 18:49
9a3ec4b
Compare
Choose a tag to compare

Changed

  • Transitioned project from using @jupiterone/jupiter-managed-integration-sdk
    to open-source @jupiterone/integration-sdk-* packages