Skip to content

Releases: klapaudius/FOSOAuthServerBundle

v5.3.0

18 May 12:59

Choose a tag to compare

What's Changed

  • Wire event_dispatcher to OAuth server service
  • update klapaudius/oauth2-php requirement to ~1.10

v5.2.3

17 Mar 22:24

Choose a tag to compare

Fix undefined method calls in Symfony 8 #53 thanks @brpauwels

Full Changelog: 5.2.2...5.2.3

v5.2.2

04 Feb 19:55

Choose a tag to compare

What's Changed

  • PHP compatibility issue #52

v5.2.1

07 Jan 08:57
c1d4609

Choose a tag to compare

What's Changed

  • Fix deprecated xml loader for non-string resources by @brpauwels in #51

New Contributors

Full Changelog: 5.2.0...5.2.1

v5.2.0

21 Dec 22:19

Choose a tag to compare

Major Features

  • Symfony 8 Support - Added full compatibility with Symfony 8 (#43)
  • Doctrine ORM 3.6 Support - Upgraded from Doctrine ORM 2.2 to 3.6

Improvements

  • Fixed deprecation warnings
  • Enabled Dependabot for automated dependency updates
  • Multiple CI/CD pipeline improvements and fixes

Dependency Updates

Composer:

  • symfony/class-loader: ^2.0 → ^3.4
  • doctrine/orm: ~2.2 → ~3.6
  • phpstan/phpstan-phpunit: ^1.0 → ^2.0

GitHub Actions:

  • actions/checkout: v4 → v6
  • actions/cache: v3 → v5
  • php-actions/phpunit: v3 → v4

v5.1.5

03 Sep 08:39

Choose a tag to compare

v5.1.4

02 Sep 18:38

Choose a tag to compare

  • fix error when running 'bin/console lint:container' #38
  • Use nullsafe getUser() operator in AuthorizeController #40 thanks to @rimas-kudelis

v4.0.8

02 Sep 18:28

Choose a tag to compare

Use nullsafe getUser() operator in AuthorizeController #40 thanks to @rimas-kudelis

v3.1.6

02 Sep 18:29

Choose a tag to compare

Use nullsafe getUser() operator in AuthorizeController #40 thanks to @rimas-kudelis

v5.1.3

28 Aug 11:42

Choose a tag to compare

Fix TypeError when calling AuthorizeController #37