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 tame-oauth from 0.4.7 to 0.8.1 #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 16, 2023

Bumps tame-oauth from 0.4.7 to 0.8.1.

Release notes

Sourced from tame-oauth's releases.

Release 0.8.1

Fixed

  • PR#54 re-adds get_account_info to the outer ServiceAccountProvider implementation. It was accidentally removed in #51.

Release 0.8.0

Changed

  • PR#51 moved the token cache out of ServiceAccountProvider into a public type, and added a cached token provider that can wrap any other token provider. This wrapper now wrapps all the current gcp token providers, making them cached by default.
  • PR#53 changed the cache lock from a Mutex into a RwLock.

Release 0.7.0

Changed

  • PR#47 removed the dependency upon chrono as it was overkill and brought in multiple security advisories and is only lightly maintained.

Release 0.6.0

Added

  • PR#40 added support for Metadata Server Auth so that you can obtain oauth tokens when running inside GCP. Thanks @​boulos!
  • PR#42 resolved #39 by adding support for the same default credentials flow as the the Go oauth2 implementation for Google oauth. This included adding support for EndUserCredentials. Thanks @​boulos!

Release 0.5.2

Added

  • PR#38 added ServiceAccountAccess::get_token_with_subject to allow control over the JWT subject field. Thanks @​fosskers!

Release 0.5.1

Removed

  • Removed unused depdendency on lock_api, which was lingering after PR#21.

Release 0.5.0

Added

  • Added new field to Error::InvalidRsaKey
  • Added Error::InvalidRsaKeyRejected variant
  • PR#37 Added new feature wasm-web, which enables additional features in chrono and ring to allow tame-oauth to be used in a wasm browser context, as part of a fix for #36.

Changed

  • Changed name of Error::AuthError to Error::Auth
  • PR#37 replaced the usage of parking_lot::Mutex with just regular std::sync::Mutex as part of the fix for #36, this includes adding Error::Poisoned.

Removed

  • Removed Error:Io as it was never actually used.
Changelog

Sourced from tame-oauth's changelog.

[0.8.1] - 2023-01-10

Fixed

  • PR#54 re-adds get_account_info to the outer ServiceAccountProvider implementation. It was accidentally removed in #51.

[0.8.0] - 2023-01-10

Changed

  • PR#51 moved the token cache out of ServiceAccountProvider into a public type, and added a cached token provider that can wrap any other token provider. This wrapper now wrapps all the current gcp token providers, making them cached by default.
  • PR#53 changed the cache lock from a Mutex into a RwLock.

[0.7.0] - 2022-02-02

Changed

  • PR#47 removed the dependency upon chrono as it was overkill and brought in multiple security advisories and is only lightly maintained.

[0.6.0] - 2021-08-07

Added

  • PR#40 added support for Metadata Server Auth so that you can obtain oauth tokens when running inside GCP. Thanks @​boulos!
  • PR#42 resolved #39 by adding support for the same default credentials flow as the the Go oauth2 implementation for Google oauth. This included adding support for EndUserCredentials. Thanks @​boulos!

[0.5.2] - 2021-06-18

Added

  • PR#38 added ServiceAccountAccess::get_token_with_subject to allow control over the JWT subject field. Thanks @​fosskers!

[0.5.1] - 2021-06-05

Removed

  • Removed unused dependency on lock_api, which was lingering after PR#21.

[0.5.0] - 2021-06-05

Added

  • Added new field to Error::InvalidRsaKey
  • Added Error::InvalidRsaKeyRejected variant
  • PR#37 Added new feature wasm-web, which enables additional features in chrono and ring to allow tame-oauth to be used in a wasm browser context, as part of a fix for #36.

Changed

  • Changed name of Error::AuthError to Error::Auth
  • PR#37 replaced the usage of parking_lot::Mutex with just regular std::sync::Mutex as part of the fix for #36, this includes adding Error::Poisoned.

Removed

  • Removed Error:Io as it was never actually used.
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 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)

Bumps [tame-oauth](https://github.com/EmbarkStudios/tame-oauth) from 0.4.7 to 0.8.1.
- [Release notes](https://github.com/EmbarkStudios/tame-oauth/releases)
- [Changelog](https://github.com/EmbarkStudios/tame-oauth/blob/main/CHANGELOG.md)
- [Commits](EmbarkStudios/tame-oauth@0.4.7...0.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 16, 2023
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.

0 participants