Skip to content

2.0.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 21 Aug 08:28
· 54 commits to master since this release
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.