Skip to content

Commit

Permalink
Prepare release 0.8.0 (#52)
Browse files Browse the repository at this point in the history
* Prepare release 0.8.0

* show that we support beta 3
  • Loading branch information
Nyholm authored Sep 10, 2021
1 parent 12cb091 commit cf3ecb8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee

## 0.8.0

### Added

- Updated `UserInfo` to reflect the [Auth0 user model](https://auth0.com/docs/users/user-profile-structure)

### Changed

- [BC break] The `UserInfo::getUserId()` does not verify `"sub"` anymore. It goes directly to `"user_id"`.
- [BC break] The `UserInfo::getUserId()` does not use `"sub"` anymore. It goes directly to `"user_id"`. Consider using `UserInfo::getLoginIdentifier()` instead
- [BC break] The configuration has moved around to directly pass config values to the SDK. See readme or dump configuration reference.

### Removed

- [BC break] Removed `ManagementFactory`.
- [BC break] DI container parameters

## 0.7.0

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=7.4",
"auth0/auth0-php": "^8.0.0-BETA2",
"auth0/auth0-php": "^8.0.0-BETA3",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/log": "^1.0",
"symfony/config": "^5.2",
Expand Down

0 comments on commit cf3ecb8

Please sign in to comment.