Releases: newrelic/infra-integrations-sdk
Releases · newrelic/infra-integrations-sdk
v3.9.1
What's Changed
- Fix: go mod major version (NR-302384) by @kang-makes in #317
Full Changelog: v3.9.0...v3.9.1
v3.9.0
What's Changed
- Make timeout configurable (NR-281994) by @kang-makes in #315
- Honor storer envvar (NR-302384) by @kang-makes in #316
New Contributors
- @kang-makes made their first contribution in #315
Full Changelog: v3.8.2...v3.9.0
v3.8.2
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
v3.8.0
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
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 sameTTL
that is being used to remove storer files and the mechanism remove the entires that has not been updated in a period greater than theTTL
Full Changelog: v3.7.2...v3.7.3
v4.2.1
Changed
host_id
: renamed tonri_host_id
for unification with other variables
v4.2.0
v3.7.2
- Correct race condition when calling entity metadata Key() endpoint concurrently