Releases: thephpleague/oauth2-server-bundle
Releases · thephpleague/oauth2-server-bundle
v0.9.0
What's Changed
- Fix orm tested version by @ajgarlag in #184
- Generate keys commands by @fbourigault in #108
- Add response message when not authenticated by @VincentLanglet in #189
- Migrate to docker compose V2 by @ajgarlag in #192
- Fix branch alias by @ajgarlag in #194
- Add compatibility with
league/oauth2-server:^9
by @ajgarlag in #186 - Require a logged in user to resolve an authorization request by @ajgarlag in #196
New Contributors
- @fbourigault made their first contribution in #108
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- feat: config response type class by @develth in #119
- basic-setup.md: Add create-client's name arg by @adriendupuis in #183
- Allow custom persistence managers by @frankdekker in #171
- Support Doctrine ORM 3.0 by @wmouwen in #180
- Make OAuth2Token non-final by @Amunak in #143
New Contributors
- @develth made their first contribution in #119
- @adriendupuis made their first contribution in #183
- @frankdekker made their first contribution in #171
- @wmouwen made their first contribution in #180
- @Amunak made their first contribution in #143
Full Changelog: v0.6.0...v0.8.0
v0.6.0
What's Changed
- Switch typehint strictness to use interface instead of implementation by @Nattfarinn in #149
- cs: Apply the configured CS rules by @theofidry in #140
- Used DoctrineOrmMappingsPass instead of the extends by @maxhelias in #144
- Update .gitattributes with missing entries by @VincentLanglet in #153
- ci: Update actions/checkout version by @theofidry in #168
- ci: Add a monthly schedule for the pipeline by @theofidry in #167
- chore: Drop support for PHP 7.4 and 8.0 by @theofidry in #164
- Allow symfony/psr-http-message-bridge 6 and 7 by @chalasr in #159
- Fix tests by @chalasr in #177
- Support Symfony 6.4 & 7.0 by @mleczakm in #174
- chore: Update to PHPUnit 10 by @theofidry in #165
New Contributors
- @Nattfarinn made their first contribution in #149
- @maxhelias made their first contribution in #144
- @VincentLanglet made their first contribution in #153
- @mleczakm made their first contribution in #174
Full Changelog: v0.5.0...v0.6.0
Happy New Year's Eve to all contributors 💙
v0.5.0
What's Changed
- Fix Dockerfile with modern PHP stack by @ajgarlag in #127
- Remove deprecated registration of entity namespace by @bjo3rnf in #136
- fix(120): Credential Revocation - (Pg)SQL error : Datatype mismatch by @jordyk in #131
- Fix Symfony 6.2 deprecation for Security helper by @RobertMe in #129
- Update firewall config in basic-setup.md by @heather817 in #113
- Allow custom table prefix by @ajgarlag in #126
- Decoupled models from managers issue by @pistej in #130
New Contributors
- @bjo3rnf made their first contribution in #136
- @jordyk made their first contribution in #131
- @RobertMe made their first contribution in #129
- @heather817 made their first contribution in #113
- @pistej made their first contribution in #130
Thanks a lot ❤️
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
What's Changed
- Exclude value objects from doctrine mapped classes by @chalasr in #89
- Fix docs links by @ajgarlag in #97
- Added password grant handling doc by @xterr in #87
- Fix continous integration checks by @ajgarlag in #98
- Test against Symfony 6.1 stable by @chalasr in #96
New Contributors
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Update docker environment and CONTRIBUTING.md instructions by @ajgarlag in #57
- Add ability to listen to League events via Symfony listeners/subscribers by @X-Coder264 in #65
- Fix debugging docs by @X-Coder264 in #66
- [CI] Fix composer installation by @chalasr in #70
- Make sure token is always authenticated by @yoshz in #72
- Add authorization tests by @X-Coder264 in #73
- add disable access token saving feature by @Orkin in #32
- Fix/disable access token saving by @Orkin in #75
- Update test matrix by @ajgarlag in #67
- Fix broken link to basic setup by @carlos-mg89 in #69
- Fixed wrong event name to league.oauth2_server.event.scope_resolve by @yoshz in #71
- Update setup doc specifying the type of imported routes by @tcheymol in #74
New Contributors
- @X-Coder264 made their first contribution in #65
- @Orkin made their first contribution in #32
- @carlos-mg89 made their first contribution in #69
- @tcheymol made their first contribution in #74
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Add OAuth Client ID to OAuth2Token by @robotjoosen in #60
- Add support for Symfony 5.4 & 6 by @chalasr in #59
- Fix authenticator registration with multiple user providers by @chalasr in #58
New Contributors
- @robotjoosen made their first contribution in #60
Full Changelog: v0.1.2...v0.2.0