Skip to content

Releases: newrelic/newrelic-salesforce-exporter

2.6.2

05 Jun 13:44
3727514
Compare
Choose a tag to compare

Adds:

  • Config generator tool.

Full Changelog: 2.6.1...2.6.2

2.6.1

26 Mar 15:15
11380c2
Compare
Choose a tag to compare

Refactors:

  • Multiple security fixes.
  • Minor docker config changes.

Full Changelog: 2.6.0...2.6.1

2.6.0

14 Mar 14:34
85f425c
Compare
Choose a tag to compare

Adds:

  • Support for using FedRAMP compliant events/logs endpoints using FEDRAMP region identifier

Full Changelog: 2.5.0...2.6.0

2.5.0

14 Mar 13:23
22a094d
Compare
Choose a tag to compare

Adds

  • Support for both, general scheduler configuration and per instance.
  • Spawn one scheduler job per instance, using specific timing config.

Full Changelog: 2.4.0...2.5.0

2.4.0

15 Nov 19:05
531f408
Compare
Choose a tag to compare

Adds

  • #58 feat: add support for running queries with the tooling api

Full Changelog: 2.3.0...2.4.0

2.3.0

03 Sep 18:12
eea95ce
Compare
Choose a tag to compare

Adds

  • #50 feat: support api pagination

Updates

  • #51 chore: bump version to 2.3.0
  • #46 docs: update README.md with upgrading information
  • #38 docs: correct cron_interval_minutes doc to say minutes and verify other time units
  • #34 docs: add quotes around strings with asterisks in config_sample.yml so they are not parsed as aliases

Fixes

  • #41 fix: remove trailing comma that mistakenly created a tuple
  • #39 fix: add expiration offset instead of subtract, also added expiration offset as a config parameter

Full Changelog: 2.2.0...2.3.0

2.2.0

21 May 17:43
c1af7d2
Compare
Choose a tag to compare

Updates

  • Allow the Redis password to be empty as it is not needed in some environments
  • Added warning when password is empty
  • Bumped integration version number.
  • Updated Docker 2.2.0+ images to patch CVE-2024-6387

2.1.0

21 May 13:28
c717f4a
Compare
Choose a tag to compare

Adds

  • Export Salesforce Org Limits and send to New Relic as logs or events
  • logs_enabled flag to disable default event log file queries
  • Instance level queries

Updates

  • Another refactor to pull all receiving functionality out of the pipeline and into "recievers", similar to OTel
  • Added integration tests
  • Added additional unit tests
  • Updated README.md with complete documentation

Full Changelog: 2.0.0...2.1.0

2.0.0

19 Apr 14:26
ac3ce1f
Compare
Choose a tag to compare

Updates

  • Major refactor to be more organized and testable
  • Added test cases for most modules
  • Stream log lines requests and use generator iterators for more efficient memory usage
  • Support nested fields on query results
  • Support reauthenticate on all API calls

Full Changelog: 1.1.0...2.0.0

1.1.0

05 Mar 17:18
Compare
Choose a tag to compare

Adds

  • Read redis config from environment variables (now it can only be set in the config.yml)
  • Read global API version from an environment variable (now it can only be set in the config.yml)
  • Accept additional command line parameters
    • --config_file for the name of the configuration file
    • --event_type_fields_mapping for the name of the file containing event type to field name mappings
    • --num_fields_mapping for the name of the file containing the event type to numeric field name mappings

Full Changelog: 1.0.0...1.1.0