Added the ability to create an authorization object from client secrets.
[arvados.git] / CHANGELOG.md
1 # 0.4.7
2
3 * Added the ability to convert client secrets to an authorization object
4
5 # 0.4.6
6
7 * Backwards compatibility for MultiJson
8
9 # 0.4.5
10
11 * Updated Launchy dependency
12 * Updated Faraday dependency
13 * Updated Addressable dependency
14 * Updated Autoparse dependency
15 * Removed Sinatra development dependency
16
17 # 0.4.4
18
19 * Added batch execution
20 * Added service accounts
21 * Can now supply authorization on a per-request basis.
22
23 # 0.4.3
24
25 * Added media upload capabilities
26 * Support serializing OAuth credentials to client_secrets.json
27 * Fixed OS name/version string on JRuby
28
29 # 0.4.2
30
31 * Fixed incompatibility with Ruby 1.8.7
32
33 # 0.4.1
34
35 * Fixed ancestor checking issue when assigning Autoparse identifiers
36 * Renamed discovery methods to avoid collisions with some APIs
37 * Updated autoparse dependency to avoid JSON bug
38
39 # 0.4.0
40
41 * Replaced httpadapter gem dependency with faraday
42 * Replaced json gem dependency with multi_json
43 * Fixed /dev/null issues on Windows
44 * Repeated parameters now work
45
46 # 0.3.0
47
48 * Updated to use v1 of the discovery API
49 * Updated to use httpadapter 1.0.0
50 * Added OAuth 2 support to the command line tool
51 * Renamed some switches in the command line tool
52 * Added additional configuration capabilities
53 * Fixed a few deprecation warnings from dependencies
54 * Added gemspec to source control
55
56 # 0.2.0
57
58 * Updated to use v1 of the discovery API
59 * Updated to use httpadapter 1.0.0
60 * Added OAuth 2 support to the command line tool
61 * Renamed some switches in the command line tool
62 * Added additional configuration capabilities
63
64 # 0.1.3
65
66 * Added support for manual overrides of the discovery URI
67 * Added support for manual overrides of the API base
68 * Added support for xoauth_requestor_id
69
70 # 0.1.2
71
72 * Added support for two-legged OAuth
73 * Moved some development dependencies into runtime
74
75 # 0.1.1
76
77 * Substantial improvements to the command line interface
78
79 # 0.1.0
80
81 * Initial release