2 * Do not put CR/LF in http headers
5 * Lock activesupport version to < 5.0
8 * Use discovered 'rootUrl' as base URI for services
9 * Respect discovered methods with colons in path
12 * Corrects the regression Rails 4 support in the 0.8.4 release.
15 * Fixes a file permission issues with the 0.8.3 release
16 * Fixes warnings when the library is used
19 * Adds support for authorization via Application Default Credentials.
20 # Adds support for tracking coverage on coveralls.io
23 * Fixes for file storage and missing cacerts file
29 * Refactored credential storage, added support for redis
30 * Update gem depdendencies
31 * Fixed retry logic to allow for auth retries independent of the overall number of retries
32 * Added `:force_encoding` option to set body content encoding based on the Content-Type header
33 * Batch requests with the service interface now inherit the service's connection
34 * `register_discover_document` now returns the API instance
35 * Added `:proxy` option to set Faraday's HTTP proxy setting
36 * Added `:faraday_options` option to allow passthrough settings to Faraday connection
38 * This will be the last release with 1.9.x support
41 * Minor fix to update gem dependencies
45 * Support for automatic retires & backoff. Off by default, enable by setting `retries` on `APIClient`
46 * Experimental new interface (see `Google::APIClient::Service`)
47 * Fix warnings when using Faraday separately
48 * Support Google Compute Engine service accounts
49 * Enable gzip compression for responses
50 * Upgrade to Faraday 0.9.0. Resolves multiple issues with query parameter encodings.
51 * Use bundled root certificates for verifying SSL certificates
52 * Rewind media when retrying uploads
55 * Pin signet version to 0.4.x
59 * Update autoparse to 0.3.3 to fix cases where results aren't correctly parsed.
60 * Fix railtie loading for compatibility with rails < 3.0
61 * Fix refresh of access token when passing credentials as parameter to execute
62 * Fix URI processing in batch requests to allow query parameters
66 * Update signet to 0.4.6 to support server side continuation of postmessage
71 * Fix impersonation with service accounts
75 * Apps strongly encouraged to set :application_name & :application_version when
77 * JWT/service accounts moved to signet
78 * Added helper class for installed app OAuth flows, updated samples & CLI
79 * Initial logging support for client
80 * Fix PKCS12 loading on windows
81 * Allow disabling auto-refresh of OAuth 2 access tokens
82 * Compatibility with MultiJson >= 1.0.0 & Rails 3.2.8
83 * Fix for body serialization when body doesn't respond to to_json
84 * Remove OAuth 1.0 logins from CLI
89 * Beta candidate, potential incompatible changes with how requests are processed.
90 * All requests should be made using execute() or execute!()
91 * :api_method in request can no longer be a string
92 * Deprecated ResumableUpload.send_* methods.
93 * Reduce memory utilization when uploading large files
94 * Automatic refresh of OAuth 2 credentials & retry of request when 401 errors
96 * Simplify internal request processing.
100 * Added the ability to convert client secrets to an authorization object
104 * Backwards compatibility for MultiJson
108 * Updated Launchy dependency
109 * Updated Faraday dependency
110 * Updated Addressable dependency
111 * Updated Autoparse dependency
112 * Removed Sinatra development dependency
116 * Added batch execution
117 * Added service accounts
118 * Can now supply authorization on a per-request basis.
122 * Added media upload capabilities
123 * Support serializing OAuth credentials to client_secrets.json
124 * Fixed OS name/version string on JRuby
128 * Fixed incompatibility with Ruby 1.8.7
132 * Fixed ancestor checking issue when assigning Autoparse identifiers
133 * Renamed discovery methods to avoid collisions with some APIs
134 * Updated autoparse dependency to avoid JSON bug
138 * Replaced httpadapter gem dependency with faraday
139 * Replaced json gem dependency with multi_json
140 * Fixed /dev/null issues on Windows
141 * Repeated parameters now work
145 * Updated to use v1 of the discovery API
146 * Updated to use httpadapter 1.0.0
147 * Added OAuth 2 support to the command line tool
148 * Renamed some switches in the command line tool
149 * Added additional configuration capabilities
150 * Fixed a few deprecation warnings from dependencies
151 * Added gemspec to source control
155 * Updated to use v1 of the discovery API
156 * Updated to use httpadapter 1.0.0
157 * Added OAuth 2 support to the command line tool
158 * Renamed some switches in the command line tool
159 * Added additional configuration capabilities
163 * Added support for manual overrides of the discovery URI
164 * Added support for manual overrides of the API base
165 * Added support for xoauth_requestor_id
169 * Added support for two-legged OAuth
170 * Moved some development dependencies into runtime
174 * Substantial improvements to the command line interface