Releases: Becklyn/Hosting
Releases · Becklyn/Hosting
3.0.3
3.0.2
3.0.1
3.0.0
2.2.2
✨ Improvements
- Add support for Symfony 5.
2.2.1
2.2.0
✨ 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
🐛 Bug Fixes
- Prevent crash when no
Content-Type
header is available. - Make sure that
MonitoringTokenListener
runs last after all other listeners that allResponse
information are available.
2.1.0
🎁 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
BinaryFileResponse
s
2.0.0
🎁 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.