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