Skip to content

Releases: newrelic/infra-integrations-sdk

v3.9.1

02 Oct 13:12
1929eba

Choose a tag to compare

What's Changed

Full Changelog: v3.9.0...v3.9.1

v3.9.0

01 Oct 13:44
d7269dc

Choose a tag to compare

What's Changed

New Contributors

  • @kang-makes made their first contribution in #315

Full Changelog: v3.8.2...v3.9.0

v3.8.2

13 Feb 16:44
caaf061

Choose a tag to compare

What's Changed

  • Custom TMP_DIR doesn't add nr-integrations subfolder in #308

Full Changelog: v3.8.1...v3.8.2

v3.8.1

13 Feb 12:05
00a9a9d

Choose a tag to compare

What's Changed

  • Add new TmpPath public function in #306

Full Changelog: v3.8.0...v3.8.1

v3.8.0

09 Feb 14:17
93e64c8

Choose a tag to compare

What's Changed

  • Add possibility to define a custom folder for temporary files by exposing a new bundled argument TempDir.

Full Changelog: v3.7.3...v3.8.0

v3.7.3

11 May 08:21
5085008

Choose a tag to compare

What's Changed

  • Adds a garbage collect mechanism to remove entries from the storer file saved on disk which has been expired.
    Expiration is calculated using the same TTL that is being used to remove storer files and the mechanism remove the entires that has not been updated in a period greater than the TTL

Full Changelog: v3.7.2...v3.7.3

v4.2.1

22 Mar 16:34
8773154

Choose a tag to compare

Changed

  • host_id: renamed to nri_host_id for unification with other variables

v4.2.0

17 Mar 08:55
132408d

Choose a tag to compare

Added

  • host_id: new argument to set the Host ID in entity or/and in the payload
  • IgnoreEntity: defines if the Entity should be registered by the infra agent

v3.7.2

03 Mar 11:44
bb90381

Choose a tag to compare

  • Correct race condition when calling entity metadata Key() endpoint concurrently

v4.1.1

01 Feb 09:20
5411874

Choose a tag to compare

Fixed

  • common attributes: Structure aligned with the New Relic Telemetry SDK common block.