Skip to content

Releases: newrelic/newrelic-salesforce-exporter

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

v1.0.0

02 Feb 11:37
dfb2aa1
Compare
Choose a tag to compare

Add

  • Accept arbitrary event log queries.
  • Accept queries of any type of event, not only event logs.
  • Read credentials and other information from OS env vars.
  • Use cache (redis) for events.
  • Configurable timestamp attribute.
  • Docker image.
  • Reuse the token and check for auth error and refresh.
  • Create specific set of substitution variables for each query.
  • Generate integration telemetry.
  • Configure the SF API version to use.
  • Configure the NR eventType to report.
  • Dynamic SOQL query generation.
  • Instrumentation attributes.

Update

  • Improve NR API interaction.
  • Improve cache (redis) usage.
  • Improve documentation.

Fix

  • Multiple minor bugs.

v0.1.0

21 Dec 11:30
881da83
Compare
Choose a tag to compare

Initial release.