Skip to content

Releases: Becklyn/Hosting

allow support above php 7

12 Jan 16:39
e4a392e
Compare
Choose a tag to compare
3.4.2

allow legacy support for php above 7

Fix `SentryRequestListener` to work with Symfony 6

13 Dec 10:57
d9ee52e
Compare
Choose a tag to compare
Merge pull request #31 from Becklyn/fix_sentry_bundle

Fix sentry bundle

add PHP 8.1 support

12 Dec 13:30
Compare
Choose a tag to compare
3.4.0

 Only configure `sensio_framework_extra.psr_message.enabled` when ins…

3.3.1

21 Feb 08:52
Compare
Choose a tag to compare

3.3.1

🐛 Bug Fixes

  • Only configure sensio_framework_extra.psr_message.enabled when installed Version of sensio/framework-extra-bundle is <6.0.

3.3.0

17 Feb 15:30
Compare
Choose a tag to compare

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

20 Oct 13:44
Compare
Choose a tag to compare

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

20 Aug 09:02
Compare
Choose a tag to compare

3.2.1

🐛 Bug Fixes

  • Fix Sentry exception filter not properly working after upgrading the Sentry SDK.

3.2.0

13 Aug 13:30
Compare
Choose a tag to compare

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

13 Aug 13:04
Compare
Choose a tag to compare
3.2.0-rc1 Pre-release
Pre-release

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

19 Aug 09:00
Compare
Choose a tag to compare

✨ Improvements

  • Also ignore Mayd's InternalRedirectException.