Skip to content

Releases: Becklyn/Hosting

3.0.3

30 Jan 18:58
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix failing git integration command.

3.0.2

30 Jan 18:45
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Properly handle tier config with env vars.

3.0.1

30 Jan 18:28
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Improve handling of empty env vars for TrackJS token

3.0.0

30 Jan 18:19
Compare
Choose a tag to compare

💥 Breaking Changes

  • Require Symfony 5 and change required config.

🎁 New Features

  • Add project + installation config options.

✨ Improvements

  • Bump required packages.

🐛 Bug Fixes

  • Properly support Symfony 5.

🛠️ Internal

  • Bump sentry packages.

2.2.2

28 Jan 16:23
Compare
Choose a tag to compare

✨ Improvements

  • Add support for Symfony 5.

2.2.1

17 Jan 08:36
Compare
Choose a tag to compare

✨ Improvements

  • Re-add support for PHP 7.1

🛠️ Internal

  • Code cleanup

2.2.0

04 Nov 09:48
4c287f4
Compare
Choose a tag to compare

✨ Improvements

  • Add HostingConfig::isInDevelopmentTier
  • Add validation to config to ensure correct hosting tier names being used
  • Update rendering TrackJS snippet to only exclude development tier

🛠️ Internal

  • Upgraded Twig extension's base class and functions to fix deprecations

2.1.1

17 Apr 09:02
bbc87e2
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Prevent crash when no Content-Type header is available.
  • Make sure that MonitoringTokenListener runs last after all other listeners that all Response information are available.

2.1.0

15 Apr 13:37
575e537
Compare
Choose a tag to compare

🎁 New Features

  • Added Twig function hosting_tier to allow running functionality based on the current hosting tier

🐛 Bug Fixes

  • Don't try to inject monitoring token into BinaryFileResponses

2.0.0

17 Jan 14:28
ddacb12
Compare
Choose a tag to compare

🎁 New Features

  • Merged the now-deprecated becklyn/monitoring package into this one

🐛 Bug Fixes

  • TrackJS will now receive the correct application and therefore is able to associate the errors with the right domain and application.