Releases: EmbarkStudios/tame-oauth
Releases · EmbarkStudios/tame-oauth
Release 0.5.2
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::InvalidRsaKeyRejectedvariant - PR#37 Added new feature
wasm-web, which enables additional features inchronoandringto allowtame-oauthto be used in a wasm browser context, as part of a fix for #36.
Changed
- Changed name of
Error::AuthErrortoError::Auth - PR#37 replaced the usage of
parking_lot::Mutexwith just regularstd::sync::Mutexas part of the fix for #36, this includes addingError::Poisoned.
Removed
- Removed
Error:Ioas it was never actually used.
Release 0.4.7
Changed
- Updated
base64to0.13, matching the version used by rustls
Release 0.4.6
Changed
- Updated url to 2.2
Release 0.4.5
Added
- Added
ServiceAccountAccess::get_account_info.
Release 0.4.4
Fixed
- #21 Fixed a rather serious bug #20 due to a terribly implemented spinlock. Thanks for the report @fasterthanlime!
Release 0.4.3
Changed
- Updated dependencies
Release 0.4.2
Changed
- Updated dependencies
- Made
svc_accountexample async
Release 0.4.1
Removed
- Removed
bytesdependency which was only used by the svc_account example