Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 7.9.0 #411

Merged
merged 2 commits into from
Jun 16, 2023
Merged

Release 7.9.0 #411

merged 2 commits into from
Jun 16, 2023

Conversation

evansims
Copy link
Member

Added

  • SDK configuration (config/auth0.php) now supports a configurationPath property for specifying a custom search path for .auth0.*.json and .env* files. (#407)
  • Auth0\Laravel\Guards\GuardAbstract now extends Illuminate\Contracts\Auth\Guard. (#410)

Fixed

  • Resolved host environment variables not being loaded as expected when a .env file is also used. (#408)
  • Resolved surrounding quote characters not being trimmed from environment variables and .env files during processing. (#409)

@evansims evansims requested a review from a team as a code owner June 15, 2023 16:53
@evansims evansims added the Scope: Release Proposed new release of the library. label Jun 15, 2023
@codecov
Copy link

codecov bot commented Jun 15, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (e33686e) 100.00% compared to head (495ef1e) 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##                main      #411   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       502       502           
===========================================
  Files             31        31           
  Lines           1279      1279           
===========================================
  Hits            1279      1279           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/ServiceAbstract.php 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@evansims evansims enabled auto-merge June 15, 2023 17:04
@dutsik-p
Copy link

Hi @evansims when do you expect 7.9.0 live. I am about to setup an integration of auth0 into our project. and these changes are crucial for our project, I don't want to stick with 7.7 and then migrate the setup to 7.9
thanks.

@evansims evansims added this pull request to the merge queue Jun 16, 2023
Merged via the queue into main with commit e556649 Jun 16, 2023
@evansims evansims deleted the release/7.9.0 branch June 16, 2023 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Release Proposed new release of the library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants