Skip to content

Releases: spryker-eco/new-relic

2.1.0

Choose a tag to compare

@matweew matweew released this 11 Mar 09:27

What's Changed

Full Changelog: 2.0.1...2.1.0

2.0.1

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 19 Jun 09:56
45fbb3f

Included commits: 2.0.0...2.0.1

Fixes

  • Fixed dependencies.

2.0.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 21 Aug 08:28
bee9d17

Included commits: 1.0.0...2.0.0

Improvements

  • Fixed the correct console command logging in spryker/monitoring at spryker/spryker#5555 - potential release version 2.0.0
  • Added a conflicting constraint to the previous core version of the new-relic module
  • Fixed the wrong GuzzleHttp namespace. Composer force version 6.x.x
  • Fixed required arguments for the record deployment. Only revision (the 3rd) is required, therefore since the first argument was already required, made the first 3 arguments all required
  • Fixed the way record deployment is set to NewRelic API: https://docs.newrelic.com/docs/apm/new-relic-apm/maintenance/record-deployments
  • Improved the record deployment in a retro-compatible way. The record deployment URL can contain only one application-id (that is a NewRelic term for an environment). Added the application-id array, so that record deployment URL can have sprintf style placeholder and a list of IDs can be passed separately.

1.0.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 10 Aug 14:01
4db4adb

Included commits: https://github.com/spryker-eco/new-relic/tree/1.0.0

Initial Release

  • Added NewRelic MonitoringExtension Plugin.