blob: 67a8509901db8e95de253f5ec3aacd6182bfc217 [file] [log] [blame]
Jon Wayne Parrottafe134b2017-02-08 10:20:57 -08001v1.6.2
2 Version 1.6.2
3
4 Bugfix release
5
6 - Fixed a bug where application default credentials would still be used even
7 when a developerKey was specified. (#347)
8 - Official support for Python 3.5 and 3.6. (#341)
9
Jon Wayne Parrott811d5702017-01-11 14:45:20 -080010v1.6.1
11 Version 1.6.1
12
13 Bugfix release
14
15 - Fixed a bug where using google-auth with scoped credentials would fail. (#328)
16
Jon Wayne Parrott692617a2017-01-06 09:58:29 -080017v1.6.0
18 Version 1.6.0
19
20 Release to drop support for Python 2.6 and add support for google-auth.
21
22 - Support for Python 2.6 has been dropped. (#319)
23 - The credentials argument to discovery.build and discovery.build_from_document
24 can be either oauth2client credentials or google-auth credentials. (#319)
25 - discovery.build and discovery.build_from_document now unambiguously use the
26 http argument to make all requests, including the request for the discovery
27 document. (#319)
28 - The http and credentials arguments to discovery.build and
29 discovery.build_from_document are now mutually exclusive, eliminating a
30 buggy edge case. (#319)
31 - If neither http or credentials is specified to discovery.build and
32 discovery.build_from_document, then Application Default Credentials will
33 be used. The library prefers google-auth for this if it is available, but
34 can also use oauth2client's implementation. (#319)
35 - Fixed resumable upload failure when receiving a 308 response. (#312)
36 - Clarified the support versions of Python 3. (#316)
37
Brian J. Watson0711b8b2016-10-31 17:55:50 -070038v1.5.5
39 Version 1.5.5
40
41 Bugfix release
42
43 - Allow explicit MIME type specification with media_mime_type keyword argument.
44 - Fix unprintable representation of BatchError with default constructor. (#165)
45 - Refresh all discovery docs, not just the preferred ones. (#298)
46 - Update minimum httplib2 dependency to >=0.9.2.
47
Jon Wayne Parrotte2ce0042016-10-14 11:02:09 -070048v1.5.4
49 Version 1.5.4
50
51 Bugfix release
52
53 - Properly handle errors when the API returns a mapping or sequence. (#289)
54 - Upgrade to unified uritemplate 3.0.0. (#293)
55 - Allow oauth2client 4.0.0, with the caveat that file-based discovery
56 caching is disabled.
57
Jon Wayne Parrottc4dca352016-08-29 10:16:34 -070058v1.5.3
59 Version 1.5.3
60
61 Bugfix release
62
63 - Fixed import error with oauth2client >= 3.0.0. (#270)
64
Jon Wayne Parrottbf7066e2016-08-16 12:41:22 -070065v1.5.2
66 Version 1.5.2
67
68 Bugfix release
69
70 - Allow using oauth2client >= 1.5.0, < 4.0.0. (#265)
71 - Fix project_id argument description. (#257)
72 - Retry chunk uploaded on rate limit exceeded errors. (#255)
73 - Obtain access token if necessary in BatchHttpRequest.execute(). (#232)
74 - Warn when running tests using HttpMock without having a cache. (#261)
75
Jon Wayne Parrott2aedb522016-05-19 11:03:33 -070076v1.5.1
77 Version 1.5.1
78
79 Bugfix release
80
81 - Allow using versions of oauth2client < 2.0.0. (#197)
82 - Check both current and new API discovery URL. (#202)
83 - Retry http requests on connection errors and timeouts. (#218)
84 - Retry http requests on rate limit responses. (#201)
85 - Import guards for ssl (for Google App Engine). (#220)
86 - Use named loggers instead of the root logger. (#206)
87 - New search console example. (#212)
88
Jon Wayne Parrottda3e6892016-02-19 15:42:07 -080089v1.5.0
90 Version 1.5.0
91
92 Release to support oauth2client >= 2.0.0.
93
94 - Fix file stream recognition in Python 3 (#141)
95 - Fix non-resumable binary uploads in Python 3 (#147)
96 - Default to 'octet-stream' if mimetype detection fails (#157)
97 - Handle SSL errors with retries (#160)
98 - Fix incompatibility with oauth2client v2.0.0 (#182)
99
Takashi Matsuo05f19322015-09-11 13:56:00 -0700100v1.4.2
101 Version 1.4.2
102
103 Add automatic caching for the discovery docs.
104
Nathaniel Manistadda86ad2015-06-15 17:24:11 +0000105v1.4.1
106 Version 1.4.1
107
108 Add the googleapiclient.discovery.Resource.new_batch_http_request method.
109
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000110v1.4.0
111 Version 1.4.0
112
113 Python 3 support.
114
Craig Citro326cd512015-03-02 13:24:09 -0800115v1.3.2
116 Version 1.3.2
117
118 Small bugfix release.
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000119
Craig Citro326cd512015-03-02 13:24:09 -0800120 - Fix an infinite loop for downloading small files.
121 - Fix a unicode error in error encoding.
122 - Better handling of `content-length` in media requests.
123 - Add support for methodPath entries containing colon.
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000124
Craig Citro49d45a62014-10-17 20:33:51 -0700125v1.3.1
126 Version 1.3.1
127
128 Quick release for a fix around aliasing in v1.3.
Nathaniel Manista31c47b82015-03-10 23:31:35 +0000129
Craig Citro0e5b9bf2014-10-15 10:26:14 -0700130v1.3
131 Version 1.3
132
133 Add support for the Google Application Default Credentials.
134 Require python 2.6 as a minimum version.
135 Update several API samples.
136 Finish splitting out oauth2client repo and update tests.
137 Various doc cleanup and bugfixes.
Craig Citrof756c682014-10-15 23:01:31 -0700138
139 Two important notes:
140 * We've added `googleapiclient` as the primary suggested import
141 name, and kept `apiclient` as an alias, in order to have a more
142 appropriate import name. At some point, we will remove `apiclient`
143 as an alias.
144 * Due to an issue around in-place upgrades for Python packages,
145 it's not possible to do an upgrade from version 1.2 to 1.3. Instead,
146 setup.py attempts to detect this and prevents it. Simply remove
147 the previous version and reinstall to fix this.
148
Joe Gregorioce67bc22013-07-02 13:50:31 -0400149v1.2
150 Version 1.2
151
152 The use of the gflags library is now deprecated, and is no longer a
153 dependency. If you are still using the oauth2client.tools.run() function
154 then include gflags as a dependency of your application or switch to
155 oauth2client.tools.run_flow.
156 Samples have been updated to use the new apiclient.sample_tools, and no
157 longer use gflags.
158 Added support for the experimental Object Change Notification, as found in
159 the Cloud Storage API.
160 The oauth2client App Engine decorators are now threadsafe.
161
162 - Use the following redirects feature of httplib2 where it returns the
163 ultimate URL after a series of redirects to avoid multiple hops for every
164 resumable media upload request.
165 - Updated AdSense Management API samples to V1.3
166 - Add option to automatically retry requests.
167 - Ability to list registered keys in multistore_file.
168 - User-agent must contain (gzip).
169 - The 'method' parameter for httplib2 is not positional. This would cause
170 spurious warnings in the logging.
171 - Making OAuth2Decorator more extensible. Fixes Issue 256.
172 - Update AdExchange Buyer API examples to version v1.2.
173
174
Joe Gregorio3cc9a452013-03-07 10:08:39 -0500175v1.1
176 Version 1.1
177
178 Add PEM support to SignedJWTAssertionCredentials (used to only support
179 PKCS12 formatted keys). Note that if you use PEM formatted keys you can use
180 PyCrypto 2.6 or later instead of OpenSSL.
181
182 Allow deserialized discovery docs to be passed to build_from_document().
183
184 - Make ResumableUploadError derive from HttpError.
185 - Many changes to move all the closures in apiclient.discovery into real
186 - classes and objects.
187 - Make from_json behavior inheritable.
188 - Expose the full token response in OAuth2Client and OAuth2Decorator.
189 - Handle reasons that are None.
190 - Added support for NDB based storing of oauth2client objects.
191 - Update grant_type for AssertionCredentials.
192 - Adding a .revoke() to Credentials. Closes issue 98.
193 - Modify oauth2client.multistore_file to store and retrieve credentials
194 using an arbitrary key.
195 - Don't accept 403 challenges by default for auth challenges.
196 - Set httplib2.RETRIES to 1.
197 - Consolidate handling of scopes.
198 - Upgrade to httplib2 version 0.8.
199 - Allow setting the response_type in OAuth2WebServerFlow.
200 - Ensure that dataWrapper feature is checked before using the 'data' value.
201 - HMAC verification does not use a constant time algorithm.
202
Joe Gregoriof4839b02012-09-06 13:47:24 -0400203v1.0
204 Version 1.0
205
206 - Changes to the code for running tests and building releases.
207
Joe Gregorio73774c52012-08-29 09:45:53 -0400208v1.0c3
209 Version 1.0 Release Candidate 3
210
211 - In samples and oauth2 decorator, escape untrusted content before displaying it.
212 - Do not allow credentials files to be symlinks.
213 - Add XSRF protection to oauth2decorator callback 'state'.
214 - Handle uploading chunked media by stream.
215 - Handle passing streams directly to httplib2.
216 - Add support for Google Compute Engine service accounts.
217 - Flows no longer need to be saved between uses.
218 - Change GET to POST if URI is too long. Fixes issue #96.
219 - Add a keyring based Storage.
220 - More robust picking up JSON error responses.
221 - Make batch errors align with normal errors.
222 - Add a Google Compute sample.
223 - Token refresh to work with 'old' GData API
224 - Loading of client_secrets JSON file backed by a cache.
225 - Switch to new discovery path parameters.
226 - Add support for additionalProperties when printing schema'd objects.
227 - Fix media upload parameter names. Reviewed in http://codereview.appspot.com/6374062/
228 - oauth2client support for URL-encoded format of exchange token response (e.g. Facebook)
229 - Build cleaner and easier to read docs for dynamic surfaces.
230
Joe Gregoriobf14cef2012-06-22 15:26:16 -0400231v1.0c2
232 Version 1.0 Release Candidate 2
233
234 - Parameter values of None should be treated as missing. Fixes issue #144.
235 - Distribute the samples separately from the library source. Fixes issue #155.
236 - Move all remaining samples over to client_secrets.json. Fixes issue #156.
237 - Make locked_file.py understand win32file primitives for better awesomeness.
238
Joe Gregorio1aaec4b2012-06-15 16:20:41 -0400239v1.0c1
240 Version 1.0 Release Candidate 1
241
Joe Gregorio638663c2012-06-15 14:40:47 -0400242 - Documentation for the library has switched to epydoc:
243 http://google-api-python-client.googlecode.com/hg/docs/epy/index.html
244 - Many improvements for media support:
245 * Added media download support, including resumable downloads.
246 * Better handling of streams that report their size as 0.
247 * Update Media Upload to include io.Base and also fix some bugs.
248 - OAuth bug fixes and improvements.
249 * Remove OAuth 1.0 support.
250 * Added credentials_from_code and credentials_from_clientsecrets_and_code.
251 * Make oauth2client support Windows-friendly locking.
252 * Fix bug in StorageByKeyName.
253 * Fix None handling in Django fields. Reviewed in http://codereview.appspot.com/6298084/. Fixes issue #128.
254 - Add epydoc generated docs. Reviewed in http://codereview.appspot.com/6305043/
255 - Move to PEP386 compliant version numbers.
256 - New and updated samples
257 * Ad Exchange Buyer API v1 code samples.
258 * Automatically generate Samples wiki page from README files.
259 * Update Google Prediction samples.
260 * Add a Tasks sample that demonstrates Service accounts.
261 * new analytics api samples. Reviewed here: http://codereview.appspot.com/5494058/
262 - Convert all inline samples to the Farm API for consistency.
263
Joe Gregoriod02bf5e2012-03-02 13:21:32 -0800264v1.0beta8
265 - Updated meda upload support.
266 - Many fixes for batch requests.
267 - Better handling for requests that don't require a body.
268 - Fix issues with Google App Engine Python 2.7 runtime.
269 - Better support for proxies.
270 - All Storages now have a .delete() method.
271 - Important changes which might break your code:
272 * apiclient.anyjson has moved to oauth2client.anyjson.
273 * Some calls, for example, taskqueue().lease() used to require a parameter
274 named body. In this new release only methods that really need to send a body
275 require a body parameter, and so you may get errors about an unknown
276 'body' parameter in your call. The solution is to remove the unneeded
277 body={} parameter.
278
Joe Gregorio205a0612011-12-14 11:38:16 -0500279v1.0beta7
280 - Support for batch requests. http://code.google.com/p/google-api-python-client/wiki/Batch
281 - Support for media upload. http://code.google.com/p/google-api-python-client/wiki/MediaUpload
282 - Better handling for APIs that return something other than JSON.
283 - Major cleanup and consolidation of the samples.
284 - Bug fixes and other enhancements:
285 72 Defect Appengine OAuth2Decorator: Convert redirect address to string
286 22 Defect Better error handling for unknown service name or version
287 48 Defect StorageByKeyName().get() has side effects
288 50 Defect Need sample client code for Admin Audit API
289 28 Defect better comments for app engine sample Nov 9
290 63 Enhancement Let OAuth2Decorator take a list of scope