release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 1 | # Changelog |
| 2 | |
Bu Sun Kim | bd58139 | 2020-04-21 13:05:36 -0700 | [diff] [blame^] | 3 | ### [1.8.2](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.1...v1.8.2) (2020-04-21) |
| 4 | |
| 5 | |
| 6 | ### Bug Fixes |
| 7 | |
| 8 | * Remove `apiclient.__version__` ([#871](https://www.github.com/googleapis/google-api-python-client/issues/871)) ([c7516a2](https://github.com/googleapis/google-api-python-client/commit/1d8ec6874e1c6081893de7cd7cbc86d1f6580320d)), closes [googleapis#870](https://www.github.com/googleapis/googleapis/issues/870) |
| 9 | |
| 10 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 11 | ### [1.8.1](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.0...v1.8.1) (2020-04-20) |
| 12 | |
| 13 | |
| 14 | ### Bug Fixes |
| 15 | |
| 16 | * Adding ConnectionError to retry mechanism ([#822](https://www.github.com/googleapis/google-api-python-client/issues/822)) ([c7516a2](https://www.github.com/googleapis/google-api-python-client/commit/c7516a2ea2c229479633690c109f8763dc0b30ed)), closes [googleapis#558](https://www.github.com/googleapis/googleapis/issues/558) |
| 17 | * replace '-' in method names with '_' ([#863](https://www.github.com/googleapis/google-api-python-client/issues/863)) ([8ed729f](https://www.github.com/googleapis/google-api-python-client/commit/8ed729f1d868a8713ab442bf0bf59e77ba36afb6)) |
| 18 | |
| 19 | ### v1.8.0 |
Bu Sun Kim | 26823fa | 2020-03-13 14:33:58 -0700 | [diff] [blame] | 20 | Version 1.8.0 |
| 21 | |
| 22 | Release to support API endpoint override. |
| 23 | |
| 24 | New Features |
| 25 | - Add api endpoint override. ([#829](https://github.com/googleapis/google-api-python-client/pull/829)) |
| 26 | |
| 27 | Implementation Changes |
| 28 | - Don't set http.redirect_codes if the attr doesn't exist and allow more httplib2 versions. ([#841](https://github.com/googleapis/google-api-python-client/pull/841)) |
| 29 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 30 | ### v1.7.12 |
Bu Sun Kim | 814c282 | 2020-03-11 13:26:36 -0700 | [diff] [blame] | 31 | Version 1.7.12 |
| 32 | |
| 33 | Bugfix release |
| 34 | |
| 35 | Implementation Changes |
| 36 | - Look for field 'detail' in error message. ([#739](https://github.com/googleapis/google-api-python-client/pull/739)) |
| 37 | - Exclude 308s from httplib2 redirect codes list ([#813](https://github.com/googleapis/google-api-python-client/pull/813)) |
| 38 | |
| 39 | Documentation |
| 40 | - Remove oauth2client from docs ([#738](https://github.com/googleapis/google-api-python-client/pull/738)) |
| 41 | - Fix typo. ([#745](https://github.com/googleapis/google-api-python-client/pull/745)) |
| 42 | - Remove compatibility badges. ([#746](https://github.com/googleapis/google-api-python-client/pull/746)) |
| 43 | - Fix TypeError: search_analytics_api_sample.py #732 ([#742](https://github.com/googleapis/google-api-python-client/pull/742)) |
| 44 | - Correct response access ([#750](https://github.com/googleapis/google-api-python-client/pull/750)) |
| 45 | - Fix link to API explorer ([#760](https://github.com/googleapis/google-api-python-client/pull/760)) |
| 46 | - Fix argument typo in oauth2 code example ([#763](https://github.com/googleapis/google-api-python-client/pull/763)) |
| 47 | - Recommend install with virtualenv ([#768](https://github.com/googleapis/google-api-python-client/pull/768)) |
| 48 | - Fix capitalization in docs/README.md ([#770](https://github.com/googleapis/google-api-python-client/pull/770)) |
| 49 | |
| 50 | - Remove compatibility badges ([#796](https://github.com/googleapis/google-api-python-client/pull/796)) |
| 51 | - Remove mentions of pycrypto ([#799](https://github.com/googleapis/google-api-python-client/pull/799)) |
| 52 | - Fix typo in model.py |
| 53 | - Add note about Google Ads llibrary ([#814](https://github.com/googleapis/google-api-python-client/pull/814)) |
| 54 | |
| 55 | |
| 56 | Internal / Testing Changes |
| 57 | - Blacken ([#772](https://github.com/googleapis/google-api-python-client/pull/722)) |
| 58 | - Move kokoro configs ([#832](https://github.com/googleapis/google-api-python-client/pull/832)) |
| 59 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 60 | ### v1.7.11 |
Bu Sun Kim | bce1b1d | 2019-08-12 10:40:09 -0700 | [diff] [blame] | 61 | Version 1.7.11 |
| 62 | |
| 63 | Bugfix release |
| 64 | |
| 65 | Implementation Changes |
| 66 | - Pass library and Python version in x-goog-api-client header ([#734](https://github.com/googleapis/google-api-python-client/pull/734)) |
| 67 | |
| 68 | Documentation |
| 69 | - Fix typo in filename used in 'docs/auth.md' ([#736](https://github.com/googleapis/google-api-python-client/pull/736)) |
| 70 | |
| 71 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 72 | ### v1.7.10 |
Bu Sun Kim | c2936e1 | 2019-07-24 15:15:16 -0700 | [diff] [blame] | 73 | Version 1.7.10 |
| 74 | |
| 75 | Bugfix release |
| 76 | |
| 77 | Implementation Changes |
| 78 | - Decode service to utf-8 ([#723](https://github.com/googleapis/google-api-python-client/pull/723)) |
| 79 | - Use print() function in both Python2 and Python 3 ([#722](https://github.com/googleapis/google-api-python-client/pull/722)) |
| 80 | - Make http.MediaFileUpload close its file descriptor ([#600](https://github.com/googleapis/google-api-python-client/pull/600)) |
| 81 | - Never make 'body' required ([#718](https://github.com/googleapis/google-api-python-client/pull/718)) |
| 82 | |
| 83 | Documentation |
| 84 | - Add compatability check badges to README ([#691](https://github.com/googleapis/google-api-python-client/pull/691)) |
| 85 | - Regenerate docs ([#696](https://github.com/googleapis/google-api-python-client/pull/696), [#700](https://github.com/googleapis/google-api-python-client/pull/700)) |
| 86 | - Create index file for dynamically generated docs ([#702](https://github.com/googleapis/google-api-python-client/pull/702)) |
| 87 | - Add docs folder with guides from developers.google.com ([#706](https://github.com/googleapis/google-api-python-client/pull/706), [#710](https://github.com/googleapis/google-api-python-client/pull/710)) |
| 88 | |
| 89 | Internal / Testing Changes |
| 90 | - Fix http.py, lint errors, unit test ([#724](https://github.com/googleapis/google-api-python-client/pull/724)) |
| 91 | - tox.ini: Look for Python syntax errors and undefined names ([#721](https://github.com/googleapis/google-api-python-client/pull/721)) |
| 92 | |
| 93 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 94 | ### v1.7.9 |
Bu Sun Kim | ffea1a7 | 2019-05-22 16:38:55 -0700 | [diff] [blame] | 95 | Version 1.7.9 |
| 96 | |
| 97 | Bugfix release |
| 98 | - Remove Django Samples. ([#657](https://github.com/googleapis/google-api-python-client/pull/657)) |
| 99 | - Call request_orig with kwargs ([#658](https://github.com/googleapis/google-api-python-client/pull/658)) |
| 100 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 101 | ### v1.7.8 |
Bu Sun Kim | 9a25cc8 | 2019-01-28 14:21:05 -0800 | [diff] [blame] | 102 | Version 1.7.8 |
| 103 | |
| 104 | Bugfix release |
| 105 | - Convert '$' in method name to '_' ([#616](https://github.com/googleapis/google-api-python-client/pull/616)) |
| 106 | - Alias unitest2 import as unittest in test__auth.py ([#613](https://github.com/googleapis/google-api-python-client/pull/613)) |
Christopher Wilcox | 6ed8dbb | 2018-12-18 15:44:15 -0800 | [diff] [blame] | 107 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 108 | ### v1.7.7 |
Christopher Wilcox | 6ed8dbb | 2018-12-18 15:44:15 -0800 | [diff] [blame] | 109 | Version 1.7.7 |
| 110 | |
| 111 | Bugfix release |
| 112 | - Change xrange to range ([#601](https://github.com/google/google-api-python-client/pull/601)) |
| 113 | - Typo in http.py exception message. ([#602](https://github.com/google/google-api-python-client/pull/602)) |
| 114 | |
| 115 | - Announce deprecation of Python 2.7 ([#603](https://github.com/google/google-api-python-client/pull/603)) |
| 116 | - Updates documentation for stopping channel subscriptions ([#598](https://github.com/google/google-api-python-client/pull/598)) |
| 117 | - Adding example for searchAppearance ([#414](https://github.com/google/google-api-python-client/pull/414)) |
| 118 | |
| 119 | - Add badges ([#455](https://github.com/google/google-api-python-client/pull/455)) |
| 120 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 121 | ### v1.7.6 |
Bu Sun Kim | b274355 | 2018-12-06 13:13:43 -0800 | [diff] [blame] | 122 | Version 1.7.6 |
| 123 | |
| 124 | Bugfix release |
| 125 | |
| 126 | - Add client-side limit for batch requests (#585) |
| 127 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 128 | ### v1.7.5 |
Bu Sun Kim | fef743a | 2018-11-30 11:23:11 -0800 | [diff] [blame] | 129 | Version 1.7.5 |
| 130 | |
| 131 | Bugfix release |
| 132 | |
| 133 | - Fix the client to respect the passed in developerKey and credentials |
| 134 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 135 | ### v1.7.4 |
Christopher Wilcox | a97f2b2 | 2018-07-11 12:49:54 -0700 | [diff] [blame] | 136 | Version 1.7.4 |
Bu Sun Kim | b274355 | 2018-12-06 13:13:43 -0800 | [diff] [blame] | 137 | |
Christopher Wilcox | a97f2b2 | 2018-07-11 12:49:54 -0700 | [diff] [blame] | 138 | Bugfix release |
| 139 | |
| 140 | - Catch ServerNotFoundError to retry the request (#532) |
| 141 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 142 | ### v1.7.3 |
Thea Flowers | b0b1c1d | 2018-06-04 12:21:32 -0700 | [diff] [blame] | 143 | Version 1.7.3 |
| 144 | |
| 145 | Bugfix release |
| 146 | |
| 147 | - Make apiclient.sample_tools gracefully fail to import (#525). |
| 148 | |
| 149 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 150 | ### v1.7.2 |
Thea Flowers | 5529b42 | 2018-06-04 09:31:44 -0700 | [diff] [blame] | 151 | Version 1.7.2 |
| 152 | |
| 153 | Bugfix release |
| 154 | |
| 155 | - Remove unnecessary check in apiclient/__ini__.py (#522). |
| 156 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 157 | ### v1.7.1 |
Thea Flowers | 081d2a3 | 2018-06-01 10:22:59 -0700 | [diff] [blame] | 158 | Version 1.7.1 |
| 159 | |
| 160 | Bugfix release |
| 161 | |
| 162 | - Remove unnecessary check in setup.py (#518). |
| 163 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 164 | ### v1.7.0 |
Thea Flowers | a737c75 | 2018-05-31 16:04:34 -0700 | [diff] [blame] | 165 | Version 1.7.0 |
| 166 | |
| 167 | This release drops the hard requirement on oauth2client and installs |
| 168 | google-auth by default instead. oauth2client is still supported but will |
| 169 | need to be explicitly installed. |
| 170 | |
| 171 | - Drop oauth2client dependency (#499) |
| 172 | - Include tests in source distribution (#514) |
| 173 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 174 | ### v1.6.7 |
Jon Wayne Parrott | 504a6e5 | 2018-04-27 13:58:27 -0700 | [diff] [blame] | 175 | Version 1.6.7 |
| 176 | |
| 177 | Bugfix release |
| 178 | |
| 179 | **Note**: The next release of this library will no longer directly depend on |
| 180 | oauth2client. If you need to use oauth2client, you'll need to explicitly |
| 181 | install it. |
| 182 | |
| 183 | - Make body optional for requests with no parameters. (#446) |
| 184 | - Fix retying on socket.timeout. (#495) |
| 185 | - Match travis matrix with tox testenv. (#498) |
| 186 | - Remove oauth2client._helpers dependency. (#493) |
| 187 | - Remove unused keyring test dependency. (#496) |
| 188 | - discovery.py: remove unused oauth2client import. (#492) |
| 189 | - Update README to reference GCP API client libraries. (#490) |
| 190 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 191 | ### v1.6.6 |
Jon Wayne Parrott | 9cdb2e2 | 2018-03-28 13:09:46 -0700 | [diff] [blame] | 192 | Version 1.6.6 |
| 193 | |
| 194 | Bugfix release |
| 195 | |
| 196 | - Warn when constructing BatchHttpRequest using the legacy batch URI (#488) |
| 197 | - Increase the default media chunksize to 100MB. (#482) |
| 198 | - Remove unnecessary parsing of mime headers in HttpRequest.__init__ (#467) |
| 199 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 200 | ### v1.6.5 |
Jon Wayne Parrott | 6436741 | 2018-01-18 09:38:27 -0800 | [diff] [blame] | 201 | Version 1.6.5 |
| 202 | |
| 203 | Bugfix release |
| 204 | |
| 205 | - Proactively refresh credentials when applying and treat a missing |
| 206 | `access_token` as invalid. Note: This change reveals surprising behavior |
| 207 | between default credentials and batches. If you allow |
| 208 | `googleapiclient.discovery.build` to use default credentials *and* specify |
| 209 | different credentials by providing `batch.execut()` with an explicit `http` |
| 210 | argument, your individual requests will use the default credentials and |
| 211 | *not* the credentials specified to the batch http. To avoid this, tell |
| 212 | `build` explicitly not to use default credentials by specifying |
| 213 | `build(..., http=httplib2.Http()`. (#469) |
| 214 | - Remove mutual exclusivity check for developerKey and credentials (#465) |
| 215 | - Handle unknown media length. (#406) |
| 216 | - Handle variant error format gracefully. (#459) |
| 217 | - Avoid testing against Django >= 2.0.0 on Python 2. (#460) |
| 218 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 219 | ### v1.6.4 |
Jon Wayne Parrott | af67669 | 2017-09-20 08:53:28 -0700 | [diff] [blame] | 220 | Version 1.6.4 |
| 221 | |
| 222 | Bugfix release |
| 223 | |
| 224 | - Warn when google-auth credentials are used but google-auth-httplib2 isn't available. (#443) |
| 225 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 226 | ### v1.6.3 |
Jon Wayne Parrott | b63a71d | 2017-08-29 09:15:16 -0700 | [diff] [blame] | 227 | Version 1.6.3 |
| 228 | |
| 229 | Bugfix release |
| 230 | |
| 231 | - Add notification of maintenance mode to README. (#410) |
| 232 | - Fix generation of methods with abnormal page token conventions. (#338) |
| 233 | - Raise ValueError is credentials and developerKey are both specified. (#358) |
| 234 | - Re-generate documentation. (#364, #373, #401) |
| 235 | - Fix method signature documentation for multiline required parameters. (#374) |
| 236 | - Fix ZeroDivisionError in MediaDownloadProgress.progress. (#377) |
| 237 | - Fix dead link to WebTest in README. (#378) |
| 238 | - Fix details missing in googleapiclient.errors.HttpError. (#412) |
| 239 | - Don't treat httplib2.Credentials as oauth credentials. (#425) |
| 240 | - Various fixes to the Django sample. (#413) |
| 241 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 242 | ### v1.6.2 |
Jon Wayne Parrott | afe134b | 2017-02-08 10:20:57 -0800 | [diff] [blame] | 243 | Version 1.6.2 |
| 244 | |
| 245 | Bugfix release |
| 246 | |
| 247 | - Fixed a bug where application default credentials would still be used even |
| 248 | when a developerKey was specified. (#347) |
| 249 | - Official support for Python 3.5 and 3.6. (#341) |
| 250 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 251 | ### v1.6.1 |
Jon Wayne Parrott | 811d570 | 2017-01-11 14:45:20 -0800 | [diff] [blame] | 252 | Version 1.6.1 |
| 253 | |
| 254 | Bugfix release |
| 255 | |
| 256 | - Fixed a bug where using google-auth with scoped credentials would fail. (#328) |
| 257 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 258 | ### v1.6.0 |
Jon Wayne Parrott | 692617a | 2017-01-06 09:58:29 -0800 | [diff] [blame] | 259 | Version 1.6.0 |
| 260 | |
| 261 | Release to drop support for Python 2.6 and add support for google-auth. |
| 262 | |
| 263 | - Support for Python 2.6 has been dropped. (#319) |
| 264 | - The credentials argument to discovery.build and discovery.build_from_document |
| 265 | can be either oauth2client credentials or google-auth credentials. (#319) |
| 266 | - discovery.build and discovery.build_from_document now unambiguously use the |
| 267 | http argument to make all requests, including the request for the discovery |
| 268 | document. (#319) |
| 269 | - The http and credentials arguments to discovery.build and |
| 270 | discovery.build_from_document are now mutually exclusive, eliminating a |
| 271 | buggy edge case. (#319) |
| 272 | - If neither http or credentials is specified to discovery.build and |
| 273 | discovery.build_from_document, then Application Default Credentials will |
| 274 | be used. The library prefers google-auth for this if it is available, but |
| 275 | can also use oauth2client's implementation. (#319) |
| 276 | - Fixed resumable upload failure when receiving a 308 response. (#312) |
| 277 | - Clarified the support versions of Python 3. (#316) |
| 278 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 279 | ### v1.5.5 |
Brian J. Watson | 0711b8b | 2016-10-31 17:55:50 -0700 | [diff] [blame] | 280 | Version 1.5.5 |
| 281 | |
| 282 | Bugfix release |
| 283 | |
| 284 | - Allow explicit MIME type specification with media_mime_type keyword argument. |
| 285 | - Fix unprintable representation of BatchError with default constructor. (#165) |
| 286 | - Refresh all discovery docs, not just the preferred ones. (#298) |
| 287 | - Update minimum httplib2 dependency to >=0.9.2. |
| 288 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 289 | ### v1.5.4 |
Jon Wayne Parrott | e2ce004 | 2016-10-14 11:02:09 -0700 | [diff] [blame] | 290 | Version 1.5.4 |
| 291 | |
| 292 | Bugfix release |
| 293 | |
| 294 | - Properly handle errors when the API returns a mapping or sequence. (#289) |
| 295 | - Upgrade to unified uritemplate 3.0.0. (#293) |
| 296 | - Allow oauth2client 4.0.0, with the caveat that file-based discovery |
| 297 | caching is disabled. |
| 298 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 299 | ### v1.5.3 |
Jon Wayne Parrott | c4dca35 | 2016-08-29 10:16:34 -0700 | [diff] [blame] | 300 | Version 1.5.3 |
| 301 | |
| 302 | Bugfix release |
| 303 | |
| 304 | - Fixed import error with oauth2client >= 3.0.0. (#270) |
| 305 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 306 | ### v1.5.2 |
Jon Wayne Parrott | bf7066e | 2016-08-16 12:41:22 -0700 | [diff] [blame] | 307 | Version 1.5.2 |
| 308 | |
| 309 | Bugfix release |
| 310 | |
| 311 | - Allow using oauth2client >= 1.5.0, < 4.0.0. (#265) |
| 312 | - Fix project_id argument description. (#257) |
| 313 | - Retry chunk uploaded on rate limit exceeded errors. (#255) |
| 314 | - Obtain access token if necessary in BatchHttpRequest.execute(). (#232) |
| 315 | - Warn when running tests using HttpMock without having a cache. (#261) |
| 316 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 317 | ### v1.5.1 |
Jon Wayne Parrott | 2aedb52 | 2016-05-19 11:03:33 -0700 | [diff] [blame] | 318 | Version 1.5.1 |
| 319 | |
| 320 | Bugfix release |
| 321 | |
| 322 | - Allow using versions of oauth2client < 2.0.0. (#197) |
| 323 | - Check both current and new API discovery URL. (#202) |
| 324 | - Retry http requests on connection errors and timeouts. (#218) |
| 325 | - Retry http requests on rate limit responses. (#201) |
| 326 | - Import guards for ssl (for Google App Engine). (#220) |
| 327 | - Use named loggers instead of the root logger. (#206) |
| 328 | - New search console example. (#212) |
| 329 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 330 | ### v1.5.0 |
Jon Wayne Parrott | da3e689 | 2016-02-19 15:42:07 -0800 | [diff] [blame] | 331 | Version 1.5.0 |
| 332 | |
| 333 | Release to support oauth2client >= 2.0.0. |
| 334 | |
| 335 | - Fix file stream recognition in Python 3 (#141) |
| 336 | - Fix non-resumable binary uploads in Python 3 (#147) |
| 337 | - Default to 'octet-stream' if mimetype detection fails (#157) |
| 338 | - Handle SSL errors with retries (#160) |
| 339 | - Fix incompatibility with oauth2client v2.0.0 (#182) |
| 340 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 341 | ### v1.4.2 |
Takashi Matsuo | 05f1932 | 2015-09-11 13:56:00 -0700 | [diff] [blame] | 342 | Version 1.4.2 |
| 343 | |
| 344 | Add automatic caching for the discovery docs. |
| 345 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 346 | ### v1.4.1 |
Nathaniel Manista | dda86ad | 2015-06-15 17:24:11 +0000 | [diff] [blame] | 347 | Version 1.4.1 |
| 348 | |
| 349 | Add the googleapiclient.discovery.Resource.new_batch_http_request method. |
| 350 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 351 | ### v1.4.0 |
Nathaniel Manista | 31c47b8 | 2015-03-10 23:31:35 +0000 | [diff] [blame] | 352 | Version 1.4.0 |
| 353 | |
| 354 | Python 3 support. |
| 355 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 356 | ### v1.3.2 |
Craig Citro | 326cd51 | 2015-03-02 13:24:09 -0800 | [diff] [blame] | 357 | Version 1.3.2 |
| 358 | |
| 359 | Small bugfix release. |
Nathaniel Manista | 31c47b8 | 2015-03-10 23:31:35 +0000 | [diff] [blame] | 360 | |
Craig Citro | 326cd51 | 2015-03-02 13:24:09 -0800 | [diff] [blame] | 361 | - Fix an infinite loop for downloading small files. |
| 362 | - Fix a unicode error in error encoding. |
| 363 | - Better handling of `content-length` in media requests. |
| 364 | - Add support for methodPath entries containing colon. |
Nathaniel Manista | 31c47b8 | 2015-03-10 23:31:35 +0000 | [diff] [blame] | 365 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 366 | ### v1.3.1 |
Craig Citro | 49d45a6 | 2014-10-17 20:33:51 -0700 | [diff] [blame] | 367 | Version 1.3.1 |
| 368 | |
| 369 | Quick release for a fix around aliasing in v1.3. |
Nathaniel Manista | 31c47b8 | 2015-03-10 23:31:35 +0000 | [diff] [blame] | 370 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 371 | ### v1.3 |
Craig Citro | 0e5b9bf | 2014-10-15 10:26:14 -0700 | [diff] [blame] | 372 | Version 1.3 |
| 373 | |
| 374 | Add support for the Google Application Default Credentials. |
| 375 | Require python 2.6 as a minimum version. |
| 376 | Update several API samples. |
| 377 | Finish splitting out oauth2client repo and update tests. |
| 378 | Various doc cleanup and bugfixes. |
Craig Citro | f756c68 | 2014-10-15 23:01:31 -0700 | [diff] [blame] | 379 | |
| 380 | Two important notes: |
| 381 | * We've added `googleapiclient` as the primary suggested import |
| 382 | name, and kept `apiclient` as an alias, in order to have a more |
| 383 | appropriate import name. At some point, we will remove `apiclient` |
| 384 | as an alias. |
| 385 | * Due to an issue around in-place upgrades for Python packages, |
| 386 | it's not possible to do an upgrade from version 1.2 to 1.3. Instead, |
| 387 | setup.py attempts to detect this and prevents it. Simply remove |
| 388 | the previous version and reinstall to fix this. |
| 389 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 390 | ### v1.2 |
Joe Gregorio | ce67bc2 | 2013-07-02 13:50:31 -0400 | [diff] [blame] | 391 | Version 1.2 |
| 392 | |
| 393 | The use of the gflags library is now deprecated, and is no longer a |
| 394 | dependency. If you are still using the oauth2client.tools.run() function |
| 395 | then include gflags as a dependency of your application or switch to |
| 396 | oauth2client.tools.run_flow. |
| 397 | Samples have been updated to use the new apiclient.sample_tools, and no |
| 398 | longer use gflags. |
| 399 | Added support for the experimental Object Change Notification, as found in |
| 400 | the Cloud Storage API. |
| 401 | The oauth2client App Engine decorators are now threadsafe. |
| 402 | |
| 403 | - Use the following redirects feature of httplib2 where it returns the |
| 404 | ultimate URL after a series of redirects to avoid multiple hops for every |
| 405 | resumable media upload request. |
| 406 | - Updated AdSense Management API samples to V1.3 |
| 407 | - Add option to automatically retry requests. |
| 408 | - Ability to list registered keys in multistore_file. |
| 409 | - User-agent must contain (gzip). |
| 410 | - The 'method' parameter for httplib2 is not positional. This would cause |
| 411 | spurious warnings in the logging. |
| 412 | - Making OAuth2Decorator more extensible. Fixes Issue 256. |
| 413 | - Update AdExchange Buyer API examples to version v1.2. |
| 414 | |
| 415 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 416 | ### v1.1 |
Joe Gregorio | 3cc9a45 | 2013-03-07 10:08:39 -0500 | [diff] [blame] | 417 | Version 1.1 |
| 418 | |
| 419 | Add PEM support to SignedJWTAssertionCredentials (used to only support |
| 420 | PKCS12 formatted keys). Note that if you use PEM formatted keys you can use |
| 421 | PyCrypto 2.6 or later instead of OpenSSL. |
| 422 | |
| 423 | Allow deserialized discovery docs to be passed to build_from_document(). |
| 424 | |
| 425 | - Make ResumableUploadError derive from HttpError. |
| 426 | - Many changes to move all the closures in apiclient.discovery into real |
| 427 | - classes and objects. |
| 428 | - Make from_json behavior inheritable. |
| 429 | - Expose the full token response in OAuth2Client and OAuth2Decorator. |
| 430 | - Handle reasons that are None. |
| 431 | - Added support for NDB based storing of oauth2client objects. |
| 432 | - Update grant_type for AssertionCredentials. |
| 433 | - Adding a .revoke() to Credentials. Closes issue 98. |
| 434 | - Modify oauth2client.multistore_file to store and retrieve credentials |
| 435 | using an arbitrary key. |
| 436 | - Don't accept 403 challenges by default for auth challenges. |
| 437 | - Set httplib2.RETRIES to 1. |
| 438 | - Consolidate handling of scopes. |
| 439 | - Upgrade to httplib2 version 0.8. |
| 440 | - Allow setting the response_type in OAuth2WebServerFlow. |
| 441 | - Ensure that dataWrapper feature is checked before using the 'data' value. |
| 442 | - HMAC verification does not use a constant time algorithm. |
| 443 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 444 | ### v1.0 |
Joe Gregorio | f4839b0 | 2012-09-06 13:47:24 -0400 | [diff] [blame] | 445 | Version 1.0 |
| 446 | |
| 447 | - Changes to the code for running tests and building releases. |
| 448 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 449 | ### v1.0c3 |
Joe Gregorio | 73774c5 | 2012-08-29 09:45:53 -0400 | [diff] [blame] | 450 | Version 1.0 Release Candidate 3 |
| 451 | |
| 452 | - In samples and oauth2 decorator, escape untrusted content before displaying it. |
| 453 | - Do not allow credentials files to be symlinks. |
| 454 | - Add XSRF protection to oauth2decorator callback 'state'. |
| 455 | - Handle uploading chunked media by stream. |
| 456 | - Handle passing streams directly to httplib2. |
| 457 | - Add support for Google Compute Engine service accounts. |
| 458 | - Flows no longer need to be saved between uses. |
| 459 | - Change GET to POST if URI is too long. Fixes issue #96. |
| 460 | - Add a keyring based Storage. |
| 461 | - More robust picking up JSON error responses. |
| 462 | - Make batch errors align with normal errors. |
| 463 | - Add a Google Compute sample. |
| 464 | - Token refresh to work with 'old' GData API |
| 465 | - Loading of client_secrets JSON file backed by a cache. |
| 466 | - Switch to new discovery path parameters. |
| 467 | - Add support for additionalProperties when printing schema'd objects. |
| 468 | - Fix media upload parameter names. Reviewed in http://codereview.appspot.com/6374062/ |
| 469 | - oauth2client support for URL-encoded format of exchange token response (e.g. Facebook) |
| 470 | - Build cleaner and easier to read docs for dynamic surfaces. |
| 471 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 472 | ### v1.0c2 |
Joe Gregorio | bf14cef | 2012-06-22 15:26:16 -0400 | [diff] [blame] | 473 | Version 1.0 Release Candidate 2 |
| 474 | |
| 475 | - Parameter values of None should be treated as missing. Fixes issue #144. |
| 476 | - Distribute the samples separately from the library source. Fixes issue #155. |
| 477 | - Move all remaining samples over to client_secrets.json. Fixes issue #156. |
| 478 | - Make locked_file.py understand win32file primitives for better awesomeness. |
| 479 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 480 | ### v1.0c1 |
Joe Gregorio | 1aaec4b | 2012-06-15 16:20:41 -0400 | [diff] [blame] | 481 | Version 1.0 Release Candidate 1 |
| 482 | |
Joe Gregorio | 638663c | 2012-06-15 14:40:47 -0400 | [diff] [blame] | 483 | - Documentation for the library has switched to epydoc: |
| 484 | http://google-api-python-client.googlecode.com/hg/docs/epy/index.html |
| 485 | - Many improvements for media support: |
| 486 | * Added media download support, including resumable downloads. |
| 487 | * Better handling of streams that report their size as 0. |
| 488 | * Update Media Upload to include io.Base and also fix some bugs. |
| 489 | - OAuth bug fixes and improvements. |
| 490 | * Remove OAuth 1.0 support. |
| 491 | * Added credentials_from_code and credentials_from_clientsecrets_and_code. |
| 492 | * Make oauth2client support Windows-friendly locking. |
| 493 | * Fix bug in StorageByKeyName. |
| 494 | * Fix None handling in Django fields. Reviewed in http://codereview.appspot.com/6298084/. Fixes issue #128. |
| 495 | - Add epydoc generated docs. Reviewed in http://codereview.appspot.com/6305043/ |
| 496 | - Move to PEP386 compliant version numbers. |
| 497 | - New and updated samples |
| 498 | * Ad Exchange Buyer API v1 code samples. |
| 499 | * Automatically generate Samples wiki page from README files. |
| 500 | * Update Google Prediction samples. |
| 501 | * Add a Tasks sample that demonstrates Service accounts. |
| 502 | * new analytics api samples. Reviewed here: http://codereview.appspot.com/5494058/ |
| 503 | - Convert all inline samples to the Farm API for consistency. |
| 504 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 505 | ### v1.0beta8 |
Joe Gregorio | d02bf5e | 2012-03-02 13:21:32 -0800 | [diff] [blame] | 506 | - Updated meda upload support. |
| 507 | - Many fixes for batch requests. |
| 508 | - Better handling for requests that don't require a body. |
| 509 | - Fix issues with Google App Engine Python 2.7 runtime. |
| 510 | - Better support for proxies. |
| 511 | - All Storages now have a .delete() method. |
| 512 | - Important changes which might break your code: |
| 513 | * apiclient.anyjson has moved to oauth2client.anyjson. |
| 514 | * Some calls, for example, taskqueue().lease() used to require a parameter |
| 515 | named body. In this new release only methods that really need to send a body |
| 516 | require a body parameter, and so you may get errors about an unknown |
| 517 | 'body' parameter in your call. The solution is to remove the unneeded |
| 518 | body={} parameter. |
| 519 | |
release-please[bot] | df4aa2b | 2020-04-20 14:32:47 -0700 | [diff] [blame] | 520 | ### v1.0beta7 |
Joe Gregorio | 205a061 | 2011-12-14 11:38:16 -0500 | [diff] [blame] | 521 | - Support for batch requests. http://code.google.com/p/google-api-python-client/wiki/Batch |
| 522 | - Support for media upload. http://code.google.com/p/google-api-python-client/wiki/MediaUpload |
| 523 | - Better handling for APIs that return something other than JSON. |
| 524 | - Major cleanup and consolidation of the samples. |
| 525 | - Bug fixes and other enhancements: |
| 526 | 72 Defect Appengine OAuth2Decorator: Convert redirect address to string |
| 527 | 22 Defect Better error handling for unknown service name or version |
| 528 | 48 Defect StorageByKeyName().get() has side effects |
| 529 | 50 Defect Need sample client code for Admin Audit API |
| 530 | 28 Defect better comments for app engine sample Nov 9 |
| 531 | 63 Enhancement Let OAuth2Decorator take a list of scope |