- serde: use proc_macros and serde-derive (59584b24)
- deps: Fix dependency problems and openssl test failure. (567ff12c)
- openssl: Update to 0.9.x (fe0a094b)
- deps:
- example: Use crates.io version of google-pubsub1 for examples (80b21bdd)
- review comments: Implement @Byron's suggestions on #34 (bb6ce78b)
- service_account: Use correct base64 encoding (b143033a)
- tests: A deactivated key leads to "Signature errors" (08d79de3)
- device: Make the Device flow independent of Google (a8479b8d, breaks #)
- examples: Add example for service accounts + Cloud Pubsub (4ba43532)
- service_account: Enable service account oauth with other providers (970d1887)
- dependencies: use latest version of serde_codegen (7a907eb3)
- helper: Parse app secrets into right type (a4532f27)
- test: Add missing import to authenticator tests (cb667379)
- travis:
- actually it should already work this way (9283db02)
- see all environment variables (d1189d98)
- use actual feature matrix (30fc78cb)
- try again without env: matrix: (361856ba)
- env: matrix is required it seems (f404fcd7)
- try without explicit inclusion (3fb8d0fe)
- try without env: matrix (136b5752)
- another attempt to get env-config right (17c344c9)
- remove matrix code (0fc5d693)
- helpers: Add helpers for reading/parsing JSON (c4231e94)
- flows: save Token properly (57a3151d)
- DiskTokenStorage: make DiskTokenStorage::new() return a Result<> (ae5e94bf)
- dependencies:
- installed: Genericize token/auth URI (9b31070e)
- serde: go back to serde 0.6 (1f2f5b8f)
- crates: remove
time
crate
- secret: allow project_id field (c039db56)
- duration: use std::time::Duration everywhere (c18ae07b)
- tests assure tests actually work (ad0bde30)
- compatibility with serde 0.5.x
This release essentially make yup-oauth2 work on rustc stable.
- syntex basic infrastructure (9b2f9e77)
- lib
- syntex cleanup, build works on stable (0901497d)
- rustup workaround rustlang bug (47b68cf4)
- testing use travis-cargo (dd711b6e)
- hyper update to hyper v0.4.0 (7383f5ef)
- json assure we understand json errors (b08b239e)
- rustup 1.1.0-nightly (97d4e76c2 2015-04-27) (3ca51ccf)
- rustup replace sleep with sleep_ms (727c1d80)
- common remove obsolete marker trait (2a1247ba)
- helper unset stored token on refresh failure (690bcdb6)
- refresh use correct URL for refresh flow (1ce4147d)
- rustup (abf0548b5 2015-04-15) (built 2015-04-15) (84454d17)
- API
- 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)