Skip to content

Latest commit

 

History

History
224 lines (124 loc) · 9.98 KB

CHANGELOG.md

File metadata and controls

224 lines (124 loc) · 9.98 KB

Change Log

4.0.0 (2021-03-23)

Full Changelog

This release introduces PHP 8.0 support and upgrades the bundle to use Auth0's PHP SDK 7.x branch. It also includes expanded JWT validation options, upgraded caching support, a simplified configuration format, and other improvements.

This release includes potential breaking changes that may require minor changes to host applications to support. Please review UPGRADING.md for guidance on updating your application.

Added

  • Introduce PHP 8.0 support #108 (olix21)
  • Update to latest Auth0 PHP SDK version #108 (evansims)
    • Configuration format updated. See README for example.
    • Cache support updated to support PSR-6 or PSR-16 caches. This cache is handed off to the Auth0 PHP SDK for use in JWK fetching.
    • Added opt-in JWT validation checks around nonce, azp, org_id, and aud claims, and support for max_age and leeway checks.
    • Enforces strict typing and expands type hinting.
    • Upgrades to PHPUnit 9, and updates unit tests to support syntax changes.
    • Adds unit tests for new helper classes.
    • Adds phpcs and phpstan checks.
  • Adds support for Auth0 Organizations, currently in closed beta testing

Changed

  • Use Symfony PSR-6 > PSR-16 cache adapter #110 (darthf1)

3.4.0 (2020-06-22)

Full Changelog

Added

  • Add support for autowiring #94 (dunglas)
  • Give access to the raw JWT in the user provider #97 (dunglas)

Changed

  • Remove unused argument, and unused property #95 (dunglas)

3.3.1 (2019-12-10)

Full Changelog

Fixed

  • Configuration authorized_issuer string or array compatibility #89 (antzo)

3.3.0 (2019-12-05)

Full Changelog

Closed issues

  • new release #86
  • Remove SimplePreAuthenticatorInterface? #80

Added

Fixed

3.2.0 (2019-09-26)

Full Changelog

Added

  • GuardAuthenticator implementation for Symfony 2.8 and later #75 (niels-nijens)

3.1.0 (2018-07-12)

Full Changelog

Closed issues

  • Support Symfony4 #55
  • Allow multiple audiences in config #54

Added

  • Add multiple audiences capability to JWT verification #57 (joshcanhelp)
  • Allow symfony/framework-bundle 4.x #56 (ricbra)

3.0.2 (2017-07-19)

Full Changelog

Added

2.0.0 (2016-01-29)

Full Changelog

Closed issues:

  • Symfony 3.0 Upgrade #24
  • ... but is not mandatory #20

Merged pull requests:

1.2.8 (2016-01-29)

Full Changelog

Merged pull requests:

1.2.7 (2016-01-18)

Full Changelog

Merged pull requests:

  • updated auth0-php dependency #21 (glena)

1.2.6 (2015-11-17)

Full Changelog

Closed issues:

  • Setting secret_base64_encoded as false causes an exception #18
  • Installation method is incorrect #15

Merged pull requests:

  • [#18] Remove "cannotBeEmpty" property of secret_base64_encoded #19 (mickadoo)
  • Replaces scope: 'openid profile' #17 (aguerere)

1.2.5 (2015-10-29)

Full Changelog

Closed issues:

  • Deps are wrong #16

Merged pull requests:

1.2.4 (2015-07-17)

Full Changelog

Merged pull requests:

1.2.3 (2015-05-15)

Full Changelog

Merged pull requests:

  • New info headers scheme #9 (glena)

1.2.2 (2015-05-13)

Full Changelog

Merged pull requests:

  • Added optional domain config + support for auth0-php 1.0.2 #8 (glena)

1.2.1 (2015-05-12)

Full Changelog

Closed issues:

  • SDK Client headers spec compliant #6

Merged pull requests:

  • SDK Client headers spec compliant #6 #7 (glena)

1.2.0 (2015-05-08)

Full Changelog

Implemented enhancements:

  • Use auth0-php instead of custom implementation no Auth0Service #4
  • Auth0 settings should be optional #3
  • Remove auth0 dependency from the project #2

Closed issues:

  • Update readme #1

Merged pull requests:

  • Api v2 + SDK 1.0 support #5 (glena)

1.0.0 (2015-01-30)

Full Changelog

0.0.3 (2015-01-28)

Full Changelog

0.0.2 (2015-01-27)

Full Changelog

0.0.1 (2015-01-27)

* This Change Log was automatically generated by github_changelog_generator