2020-08-07 08:42:14 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-google-api-python-client: updated to 1.10.0
1.10.0
Features
allow to use 'six.moves.collections_abc.Mapping' in 'client_options.from_dict()'
Build universal wheels
discovery supports retries
Documentation
consolidating and updating the Contribution Guide
|
2020-06-12 08:09:28 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-google-api-python-client: updated to 1.9.3
1.9.3:
Bug Fixes
update GOOGLE_API_USE_MTLS values
1.9.2:
Bug Fixes
bump api-core version
1.9.1:
Bug Fixes
fix python-api-core dependency issue
1.9.0:
Features
add mtls feature
add templates for python samples projects
1.8.4:
Bug Fixes
don't try to import GAE API in other environments
the turn down date for global batch uri
|
2020-05-13 07:07:31 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-google-api-python-client: updated to 1.8.3
1.8.3:
Bug Fixes
downgrade repetitive logging calls to debug
|
2020-04-28 19:43:55 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-google-api-python-client: update to 1.8.2.
1.8.2
Bug Fixes
Remove apiclient.__version__ (#871) (c7516a2), closes googleapis#870
1.8.1
Bug Fixes
Adding ConnectionError to retry mechanism (#822) (c7516a2), closes googleapis#558
replace '-' in method names with '_' (#863) (8ed729f)
|
2020-03-16 15:35:30 by Thomas Klausner | Files touched by this commit (1) |  |
Log message:
py-google-api-python-client: update to 1.8.0nb1.
Add two missing dependencies.
|
2020-03-15 21:05:15 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-google-api-python-client: update to 1.8.0.
Release to support API endpoint override.
New Features
Add api endpoint override. (#829)
Implementation Changes
Don't set http.redirect_codes if the attr doesn't exist and allow more \
httplib2 versions. (#841)
|
2020-03-12 17:23:31 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-google-api-python-client: updated to 1.17.12
Version 1.7.12
Bugfix release
Implementation Changes
- Look for field 'detail' in error message.
- Exclude 308s from httplib2 redirect codes list
Documentation
- Remove oauth2client from docs
- Fix typo.
- Remove compatibility badges.
- Fix TypeError: search_analytics_api_sample.py
- Correct response access
- Fix link to API explorer
- Fix argument typo in oauth2 code example
- Recommend install with virtualenv
- Fix capitalization in docs/README.md
- Remove compatibility badges
- Remove mentions of pycrypto
- Fix typo in model.py
- Add note about Google Ads llibrary
Internal / Testing Changes
- Blacken
- Move kokoro configs
|
2020-01-09 15:21:06 by Thomas Klausner | Files touched by this commit (4) |
Log message:
*: py-cachetools only supports python 3.x now, pass down to dependencies
|
2019-08-13 14:43:13 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-google-api-python-client: updated to 1.7.11
v1.7.11
Implementation Changes
- Pass library and Python version in x-goog-api-client header
Documentation
- Fix typo in filename used in 'docs/auth.md'
|
2019-08-03 08:45:08 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-google-api-python-client: updated to 1.7.10
Version 1.7.10
Bugfix release
Implementation Changes
- Decode service to utf-8
- Use print() function in both Python2 and Python 3
- Make http.MediaFileUpload close its file descriptor
- Never make 'body' required
Documentation
- Add compatability check badges to README
- Regenerate docs
- Create index file for dynamically generated docs
- Add docs folder with guides from developers.google.com
Internal / Testing Changes
- Fix http.py, lint errors, unit test
- tox.ini: Look for Python syntax errors and undefined names
|