2.0.0
·
54 commits
to master
since this release
Included commits: 1.0.0...2.0.0
Improvements
- Fixed the correct console command logging in
spryker/monitoringat spryker/spryker#5555 - potential release version2.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
sprintfstyle placeholder and a list of IDs can be passed separately.