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