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::InvalidRsaKeyRejected
variant - PR#37 Added new feature
wasm-web
, which enables additional features inchrono
andring
to allowtame-oauth
to be used in a wasm browser context, as part of a fix for #36.
Changed
- Changed name of
Error::AuthError
toError::Auth
- PR#37 replaced the usage of
parking_lot::Mutex
with just regularstd::sync::Mutex
as part of the fix for #36, this includes addingError::Poisoned
.
Removed
- Removed
Error:Io
as it was never actually used.
Release 0.4.7
Changed
- Updated
base64
to0.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_account
example async
Release 0.4.1
Removed
- Removed
bytes
dependency which was only used by the svc_account example