Skip to content

Releases: EmbarkStudios/tame-oauth

Release 0.5.2

18 Jun 09:34
Compare
Choose a tag to compare

Added

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

Release 0.5.1

05 Jun 07:55
Compare
Choose a tag to compare

Removed

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

Release 0.5.0

05 Jun 07:49
Compare
Choose a tag to compare

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.

Release 0.4.7

05 Jun 07:49
Compare
Choose a tag to compare

Changed

  • Updated base64 to 0.13, matching the version used by rustls

Release 0.4.6

05 Jun 07:49
Compare
Choose a tag to compare

Changed

  • Updated url to 2.2

Release 0.4.5

05 Jun 07:48
Compare
Choose a tag to compare

Added

  • Added ServiceAccountAccess::get_account_info.

Release 0.4.4

05 Jun 07:48
Compare
Choose a tag to compare

Fixed

  • #21 Fixed a rather serious bug #20 due to a terribly implemented spinlock. Thanks for the report @fasterthanlime!

Release 0.4.3

05 Jun 07:47
Compare
Choose a tag to compare

Changed

  • Updated dependencies

Release 0.4.2

05 Jun 07:47
Compare
Choose a tag to compare

Changed

  • Updated dependencies
  • Made svc_account example async

Release 0.4.1

05 Jun 07:46
Compare
Choose a tag to compare

Removed

  • Removed bytes dependency which was only used by the svc_account example