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

Bump prima_auth0_ex from 0.6.4 to 0.7.1 #130

Merged
merged 2 commits into from
Mar 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps prima_auth0_ex from 0.6.4 to 0.7.1.

Release notes

Sourced from prima_auth0_ex's releases.

0.7.1

Added

  • Server config validation: if :audience is not string, an error is raised

Changed

  • Fix redis cache config warnings (and related documentation)

Commits

  • bump for release (#207) by Cristiano Piemontese
  • [PLATFORM-1452]: When audience is atom, validation fails (#206) by Cristiano Piemontese
  • [CMSSE-730]: Fix docs and warning for redis cache config (#204) by Angus Findlay
  • Bump plug from 1.15.2 to 1.15.3 (#205) by dependabot[bot]
  • Bump ex_doc from 0.31.0 to 0.31.1 (#203) by dependabot[bot]
  • Bump credo from 1.7.2 to 1.7.3 (#202) by dependabot[bot]
  • Bump credo from 1.7.1 to 1.7.2 (#200) by dependabot[bot]
  • Bump dialyxir from 1.4.2 to 1.4.3 (#201) by dependabot[bot]

0.7.0

What's Changed

New Contributors

Full Changelog: primait/auth0_ex@0.6.4...0.7.0

0.7.0-pre.0

  • Prepare prelease (#196) by MaeIsBad
  • Document new caching behaviors (#195) by MaeIsBad
  • [PLATFORM-1195]: rfc8414 compliance (#185) by MaeIsBad
  • [PLATFORM-1356]: Add support for ets based cache (#189) by MaeIsBad
Changelog

Sourced from prima_auth0_ex's changelog.

[0.7.1] - 2024-02-06

Added

  • Server config validation: if :audience is not string, an error is raised

Changed

  • Fix redis cache config warnings (and related documentation)

[0.7.0] - 2023-12-22


[0.7.0-pre.0] - 2023-11-27

Changed

  • Deprecate the :prima_auth0_ex, :redis, :enabled option in favor of :prima_auth0_ex, :token_cache

To migrate set :prima_auth0_ex, :token_cache to EncryptedRedisTokenCache, NoopCache or MemoryCache(default)

  • Tokens are now cached by default using the MemoryCache backend

You can disable it by setting :prima_auth0_ex, :token_cache to NoopCache.

  • Use the rfc8414 metadata endpoint to fetch information about the auth server.

This allows auth0_ex to be used with other compliant openid servers, like okta.

Note that if you're using localauth0, you will need to update to version 0.6.2 or later(public.ecr.aws/c6i9l4r6/localauth0:0.6.2).

Changed

  • Use the rfc8414 metadata endpoint to fetch information about the auth server

This allows auth0_ex to be used with other compliant openid servers, like okta.

Note that if you're using localauth0, you will need to update to version 0.6.2 or later(public.ecr.aws/c6i9l4r6/localauth0:0.6.2).


Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner February 12, 2024 09:56
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 12, 2024
Bumps [prima_auth0_ex](https://github.com/primait/auth0_ex) from 0.6.4 to 0.7.1.
- [Release notes](https://github.com/primait/auth0_ex/releases)
- [Changelog](https://github.com/primait/auth0_ex/blob/master/CHANGELOG.md)
- [Commits](primait/auth0_ex@0.6.4...0.7.1)

---
updated-dependencies:
- dependency-name: prima_auth0_ex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/hex/prima_auth0_ex-0.7.1 branch from 5f613e4 to 0660863 Compare March 11, 2024 11:57
MaeIsBad
MaeIsBad previously approved these changes Mar 18, 2024
@MaeIsBad MaeIsBad merged commit 13af1b5 into master Mar 18, 2024
5 checks passed
@MaeIsBad MaeIsBad deleted the dependabot/hex/prima_auth0_ex-0.7.1 branch March 18, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant