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