44d67b01a5fe056516aa353a4a6d6ee1e4bad2ba
[arvados.git] / CHANGELOG.md
1 # 0.6.1
2
3 * Fix impersonation with service accounts
4
5 # 0.6
6
7 * Apps strongly encouraged to set :application_name & :application_version when
8   initializing a client
9 * JWT/service accounts moved to signet
10 * Added helper class for installed app OAuth flows, updated samples & CLI
11 * Initial logging support for client
12 * Fix PKCS12 loading on windows
13 * Allow disabling auto-refresh of OAuth 2 access tokens
14 * Compatibility with MultiJson >= 1.0.0 & Rails 3.2.8
15 * Fix for body serialization when body doesn't respond to to_json
16 * Remove OAuth 1.0 logins from CLI
17
18
19 # 0.5.0
20
21 * Beta candidate, potential incompatible changes with how requests are processed. 
22     * All requests should be made using execute() or execute!()
23     * :api_method in request can no longer be a string
24     * Deprecated ResumableUpload.send_* methods.
25 * Reduce memory utilization when uploading large files
26 * Automatic refresh of OAuth 2 credentials & retry of request when 401 errors
27   are returned
28 * Simplify internal request processing.
29
30 # 0.4.7
31
32 * Added the ability to convert client secrets to an authorization object
33
34 # 0.4.6
35
36 * Backwards compatibility for MultiJson
37
38 # 0.4.5
39
40 * Updated Launchy dependency
41 * Updated Faraday dependency
42 * Updated Addressable dependency
43 * Updated Autoparse dependency
44 * Removed Sinatra development dependency
45
46 # 0.4.4
47
48 * Added batch execution
49 * Added service accounts
50 * Can now supply authorization on a per-request basis.
51
52 # 0.4.3
53
54 * Added media upload capabilities
55 * Support serializing OAuth credentials to client_secrets.json
56 * Fixed OS name/version string on JRuby
57
58 # 0.4.2
59
60 * Fixed incompatibility with Ruby 1.8.7
61
62 # 0.4.1
63
64 * Fixed ancestor checking issue when assigning Autoparse identifiers
65 * Renamed discovery methods to avoid collisions with some APIs
66 * Updated autoparse dependency to avoid JSON bug
67
68 # 0.4.0
69
70 * Replaced httpadapter gem dependency with faraday
71 * Replaced json gem dependency with multi_json
72 * Fixed /dev/null issues on Windows
73 * Repeated parameters now work
74
75 # 0.3.0
76
77 * Updated to use v1 of the discovery API
78 * Updated to use httpadapter 1.0.0
79 * Added OAuth 2 support to the command line tool
80 * Renamed some switches in the command line tool
81 * Added additional configuration capabilities
82 * Fixed a few deprecation warnings from dependencies
83 * Added gemspec to source control
84
85 # 0.2.0
86
87 * Updated to use v1 of the discovery API
88 * Updated to use httpadapter 1.0.0
89 * Added OAuth 2 support to the command line tool
90 * Renamed some switches in the command line tool
91 * Added additional configuration capabilities
92
93 # 0.1.3
94
95 * Added support for manual overrides of the discovery URI
96 * Added support for manual overrides of the API base
97 * Added support for xoauth_requestor_id
98
99 # 0.1.2
100
101 * Added support for two-legged OAuth
102 * Moved some development dependencies into runtime
103
104 # 0.1.1
105
106 * Substantial improvements to the command line interface
107
108 # 0.1.0
109
110 * Initial release