Releases: thephpleague/oauth2-server-bundle
Releases · thephpleague/oauth2-server-bundle
v1.0.0
Time to move!
What's Changed
- Update branch-alias to 1.x-dev by @chalasr in #232
- test: Fix incorrect class name by @theofidry in #233
- fix: Fix the configuration of the extension when DBAL is not configured by @theofidry in #141
- Remove BC layer for the legacy directory structure by @ajgarlag in #230
- [RFC] Move doctrine packages to suggest section by @ajgarlag in #235
- Remove polyfill requirement by @ajgarlag in #234
Full Changelog: v0.11...v1.0.0
v0.11
What's Changed
- Remove unused code by @ajgarlag in #221
- feat: Add jwt leeway configuration option by @frankdekker in #214
- Migrate from vimeo/psalm to phpstan/phpstan by @ajgarlag in #223
- feat: allow configuring revocation of refresh tokens by @fschmtt in #213
- New directory structure by @ajgarlag in #228
- Fix branch alias for v0.11 by @chalasr in #231
New Contributors
Full Changelog: v0.10...v0.11
v0.10
📢 LAST RELEASE BEFORE v1.0
What's Changed
- Fix tests by @chalasr in #215
- Require
league/oauth2-server:^9.2
by @ajgarlag in #216 - Rename
NullUser
toClientCredentialsUser
by @ajgarlag in #217 - Remove useless BC layer by @ajgarlag in #219
- Drop support for Symfony < 6.4 by @ajgarlag in #218
- Remove authenticator BC layer by @ajgarlag in #220
Full Changelog: v0.9.1...v0.10
v0.9.1
What's Changed
- Fix Ci by @ajgarlag in #202
- Document the requirement for logged-in users by @ajgarlag in #201
- Fix tests compatibility with
league/oauth2-server:^9.1
by @ajgarlag in #203 - Update tests matrix by @ajgarlag in #205
- fix: Fix the command GenerateKeyPair by @oharzallah-greenbull in #197
- Fix typo in command registration for GenerateKeyPairCommand by @rvanginneken in #204
- Fix client credentials comparing
oauth_user_id
andoauth_client_id
by @ajgarlag in #209
New Contributors
- @oharzallah-greenbull made their first contribution in #197
- @rvanginneken made their first contribution in #204
Full Changelog: v0.9.0...v0.9.1
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