Releases: spryker-eco/new-relic
Releases · spryker-eco/new-relic
Release list
2.1.0
What's Changed
- TE-6867 /all console commands return exit code 0 by @demkos in #7
- Fix phpstan and CS and license. by @dereuromark in #8
- TE-6867: License file header update by @demkos in #9
- TE-6867: Fixed composer.json issues. by @demkos in #10
- TE-7611 Added missing dependency. by @stereomon in #11
- TE-7611 Fixed order of composer entries. by @stereomon in #12
- TE-4011 / TE-8507 remove code that generate deprecated messages in tests by @Nidhognit in #13
- Feature/te 9578/te 9767 missing baseline for modules by @asaulenko in #14
- TE-9767 Added missing Psalm report file and PHP version badge by @asaulenko in #16
- Add psalm report by @dereuromark in #15
- TE-10379 Added PHP8.1 to CI by @dmytro-dymarchuk in #18
- Fix up psalm issues by @dereuromark in #19
- Fix CS by @dereuromark in #20
- Removed composer validate lowest check from CI by @a-sabaa in #21
Full Changelog: 2.0.1...2.1.0
2.0.1
2.0.0
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.
1.0.0
Included commits: https://github.com/spryker-eco/new-relic/tree/1.0.0
Initial Release
- Added NewRelic MonitoringExtension Plugin.