Files
yup-oauth2/changelog.md
Sebastian Thiel 4141c39bd6 chore(clog): add clog config and changelog
That way, making good commit-first-lines is incentivised more,
reading the changelog helps to get a better feel for everything
as well.

[skip ci]
2015-05-02 15:20:13 +02:00

5.9 KiB

v0.4.3 (2015-05-02)

Bug Fixes

  • JsonError make error field non-optional (a395fe89, closes #6)

v0.4.2 (2015-05-02)

Bug Fixes

  • json assure we understand json errors (b08b239e)

v0.4.1 (2015-05-02)

Bug Fixes

  • TokenStorage set() returns Result<(), _> (f95bb816, closes #5)

v0.4.0 (2015-05-02)

Features

  • serde use serde instead of rustc_serialize (e05e5553, closes #2)

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
    • review Result types and adapt code (2481c75c, closes #4)
    • overall improved error handling (2cdf8bbf)

v0.3.3 (2015-05-02)

Bug Fixes

v0.3.2 (2015-05-02)

Bug Fixes

  • update-dependencies rustup + dep-up (2489b813)
  • common
    • Default trait for ApplicationSecret (445675db)
    • AuthenticationType implements Str (aa030e89)
  • example-auth convert UTC to local time (b23bb245)
  • device DeviceFlowHelper fails by default ... (646a94ac)
  • cargo
  • rustup
    • update to latest rustc (3d1678da)
    • switch to using io where possible (437a6095)
  • refresh BorrowMut for & and owned Client (88d4bf8c)

Features

  • header Authorization Scheme for Oauth (feba2d0e)
  • auth
    • Authenticator support GetToken trait (fb0c3ff5)
    • open verification url automatically (515e128c)
  • common
    • Token type serialization support (1f655b4e)
    • ConsoleApplicationSecret (aedc9b66)
  • refresh &mut Client instead of Client (4486bd59)
  • api_key GetToken.api_key() (0710d310)
  • helper full implementation of Authenticator (c227c161)
  • util new MemoryStorage and NullStorage (091f1c07)
  • device BorrowMut for client (3f965c8f)