Releases: Becklyn/Hosting
Releases · Becklyn/Hosting
allow support above php 7
3.4.2 allow legacy support for php above 7
Fix `SentryRequestListener` to work with Symfony 6
Merge pull request #31 from Becklyn/fix_sentry_bundle Fix sentry bundle
add PHP 8.1 support
3.4.0 Only configure `sensio_framework_extra.psr_message.enabled` when ins…
3.3.1
3.3.1
🐛 Bug Fixes
- Only configure
sensio_framework_extra.psr_message.enabled
when installed Version ofsensio/framework-extra-bundle
is <6.0.
3.3.0
3.3.0
🎁 New Features
- Add support for PHP 8.
✨ Improvements
- Add missing property types and return types.
- Add support for Symfony 6.
🛠️ Internal
- Fix Symfony deprecations.
- Replace CircleCI with GitHub Actions.
3.2.2
3.2.2
✨ Improvements
- Require the latest version of
sentry/sentry-symfony
in order to fix deprecation warning. - Upgrade all dependencies to their latest version.
3.2.1
3.2.1
🐛 Bug Fixes
- Fix Sentry exception filter not properly working after upgrading the Sentry SDK.
3.2.0
3.2.0
✨ Improvements
- Bump minimum required version of PHP to 7.4 and add support for 8.0+.
- Upgrade Sentry SDK to the newest version.
- Enable CoverAlls code coverage.
🛠️ Internal
- Upgrade
becklyn/php-cs
to the newest versions. - Move CI over to CircleCI.
- Add tests, courtesy of @apfelbox and @mangoischke.
3.2.0-rc1
3.2.0
✨ Improvements
- Bump minimum required version of PHP to 7.4 and add support for 8.0+.
- Upgrade Sentry SDK to the newest version.
- Enable CoverAlls code coverage.
🛠️ Internal
- Upgrade
becklyn/php-cs
to the newest versions. - Move CI over to CircleCI.
- Add tests, courtesy of @apfelbox and @mangoischke.
3.1.4
✨ Improvements
- Also ignore Mayd's
InternalRedirectException
.