Releases: thephpleague/oauth2-server-bundle
Releases · thephpleague/oauth2-server-bundle
v1.1.0
What's Changed
- fix: Test for availability of doctrine in bundle configuration by @frankdekker in #246
- Fix Coding Standards by @ajgarlag in #250
- Update CONTRIBUTING.md by @ajgarlag in #242
- Fix default symfony required version by @ajgarlag in #245
- fix(docs): code block typo by @bernard-ng in #241
- Deprecate eraseCredentials (symfony 7.3 compatibility) by @fxbt in #240
- fix redirect uri validation to allow apps like: com.my.app:/ by @MarvinG92 in #243
- Drop docker related stuff by @ajgarlag in #253
- Unlink cleaned up access tokens from refresh tokens by @frankdekker in #252
- Allow testing against
doctrine/doctrine-bundle:^3.0by @ajgarlag in #254 - Add support for Symfony 8 by @ajgarlag in #255
- Fix clients filtering when using
doctrinepersistence by @ajgarlag in #257 - Update unit tests configuration by @ajgarlag in #258
- Add PHP 8.5 support by @ajgarlag in #262
- Allow user override on auth request resolve event by @X-Coder264 in #263
- Fix coding standards and static analysis workflows by @ajgarlag in #265
- Remove legacy stuff by @ajgarlag in #264
- Fix redirection URLs when implicit grant is denied by @ajgarlag in #256
- enable_authenticator_manager is deprecated by @melroy89 in #261
New Contributors
- @bernard-ng made their first contribution in #241
- @fxbt made their first contribution in #240
- @MarvinG92 made their first contribution in #243
- @melroy89 made their first contribution in #261
New maintainer
Warm welcome to @ajgarlag who is joining the maintainer board of this bundle. Antonio does an excellent job improving and maintaining this bundle for years now, so it's time to recognize his huge impact on the project. Make sure to thank him if you use this package btw!
Full Changelog: v1.0.0...v1.1.0
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.2by @ajgarlag in #216 - Rename
NullUsertoClientCredentialsUserby @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.1by @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_idandoauth_client_idby @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:^9by @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