mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2025-12-26 16:27:25 +01:00
9.4 KiB
9.4 KiB
v0.6.0 (2016-05-20)
Features
Bug Fixes
- DiskTokenStorage: make DiskTokenStorage::new() return a Result<> (ae5e94bf)
- dependencies:
- installed: Genericize token/auth URI (9b31070e)
v0.5.6 (2016-04-10)
Bug Fixes
- serde: go back to serde 0.6 (1f2f5b8f)
v0.5.5 (2016-02-07)
Improvements
- crates: remove
timecrate
v0.5.4 (2016-01-30)
Bug Fixes
- secret: allow project_id field (c039db56)
Improvements
- duration: use std::time::Duration everywhere (c18ae07b)
v0.5.2 (2015-08-08)
Bug Fixes
- tests assure tests actually work (ad0bde30)
v0.5.1 (2015-08-08)
- compatibility with serde 0.5.x
v0.5.0 (2015-06-18)
This release essentially make yup-oauth2 work on rustc stable.
Features
- syntex basic infrastructure (9b2f9e77)
Bug Fixes
- lib
- syntex cleanup, build works on stable (0901497d)
v0.4.5 (2015-05-11)
Bug Fixes
- rustup workaround rustlang bug (47b68cf4)
v0.4.4 (2015-05-08)
Features
- testing use travis-cargo (dd711b6e)
Bug Fixes
- hyper update to hyper v0.4.0 (7383f5ef)
v0.4.3 (2015-05-02)
Bug Fixes
v0.4.2 (2015-05-02)
Bug Fixes
- json assure we understand json errors (b08b239e)
v0.4.1 (2015-05-02)
Bug Fixes
v0.4.0 (2015-05-02)
Features
v0.3.10 (2015-05-02)
Bug Fixes
- rustup 1.1.0-nightly (97d4e76c2 2015-04-27) (3ca51ccf)
v0.3.9 (2015-05-02)
Bug Fixes
- rustup replace sleep with sleep_ms (727c1d80)
v0.3.8 (2015-05-02)
Bug Fixes
- common remove obsolete marker trait (2a1247ba)
v0.3.7 (2015-05-02)
Bug Fixes
- helper unset stored token on refresh failure (690bcdb6)
v0.3.6 (2015-05-02)
Bug Fixes
- refresh use correct URL for refresh flow (1ce4147d)
v0.3.5 (2015-05-02)
Bug Fixes
- rustup (abf0548b5 2015-04-15) (built 2015-04-15) (84454d17)
- API
v0.3.3 (2015-05-02)
Bug Fixes
v0.3.2 (2015-05-02)
Bug Fixes
- update-dependencies rustup + dep-up (2489b813)
- common
- example-auth convert UTC to local time (b23bb245)
- device DeviceFlowHelper fails by default ... (646a94ac)
- cargo
- rustup
- refresh BorrowMut for & and owned Client (88d4bf8c)