2019-07-02 14:06:13 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-google-api-python-client: depend on py-google-auth; re-enable Python 2.7; use \
TEST_DEPENDS
|
2019-06-11 14:24:41 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-google-api-python-client: update to 1.7.9.
v1.7.9
Version 1.7.9
Bugfix release
- Remove Django Samples. \
([#657](https://github.com/googleapis/google-api-python-client/pull/657))
- Call request_orig with kwargs \
([#658](https://github.com/googleapis/google-api-python-client/pull/658))
|
2019-02-14 11:25:07 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-google-api-python-client: update to 1.7.8.
v1.7.8
Version 1.7.8
Bugfix release
- Convert '$' in method name to '_' \
([#616](https://github.com/googleapis/google-api-python-client/pull/616))
- Alias unitest2 import as unittest in test__auth.py \
([#613](https://github.com/googleapis/google-api-python-client/pull/613))
v1.7.7
Version 1.7.7
Bugfix release
- Change xrange to range \
([#601](https://github.com/google/google-api-python-client/pull/601))
- Typo in http.py exception message. \
([#602](https://github.com/google/google-api-python-client/pull/602))
- Announce deprecation of Python 2.7 \
([#603](https://github.com/google/google-api-python-client/pull/603))
- Updates documentation for stopping channel subscriptions \
([#598](https://github.com/google/google-api-python-client/pull/598))
- Adding example for searchAppearance \
([#414](https://github.com/google/google-api-python-client/pull/414))
- Add badges \
([#455](https://github.com/google/google-api-python-client/pull/455))
|
2018-12-10 12:01:17 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-google-api-python-client: update to 1.7.6.
v1.7.6
Version 1.7.6
Bugfix release
- Add client-side limit for batch requests (#585)
|
2018-12-03 13:55:07 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-google-api-python-client: update to 1.7.5.
v1.7.5
Version 1.7.5
Bugfix release
- Fix the client to respect the passed in developerKey and credentials
|
2018-08-16 14:40:10 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-google-api-python-client: update to 1.7.4.
Bugfix release
- Catch ServerNotFoundError to retry the request (#532)
|
2018-06-17 10:50:59 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-google-api-python-client: update to 1.7.3.
v1.7.3
Version 1.7.3
Bugfix release
- Make apiclient.sample_tools gracefully fail to import (#525).
v1.7.2
Version 1.7.2
Bugfix release
- Remove unnecessary check in apiclient/__ini__.py (#522).
|
2018-06-05 20:56:51 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-google-api-python-client: update to 1.7.1.
v1.7.1
Version 1.7.1
Bugfix release
- Remove unnecessary check in setup.py (#518).
v1.7.0
Version 1.7.0
This release drops the hard requirement on oauth2client and installs
google-auth by default instead. oauth2client is still supported but will
need to be explicitly installed.
- Drop oauth2client dependency (#499)
- Include tests in source distribution (#514)
|
2018-04-29 12:01:46 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
py-google-api-python-client: update to 1.6.7.
v1.6.7
Version 1.6.7
Bugfix release
**Note**: The next release of this library will no longer directly depend on
oauth2client. If you need to use oauth2client, you'll need to explicitly
install it.
- Make body optional for requests with no parameters. (#446)
- Fix retying on socket.timeout. (#495)
- Match travis matrix with tox testenv. (#498)
- Remove oauth2client._helpers dependency. (#493)
- Remove unused keyring test dependency. (#496)
- discovery.py: remove unused oauth2client import. (#492)
- Update README to reference GCP API client libraries. (#490)
|
2018-04-17 12:43:00 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-google-api-python-client: update to 1.6.6.
v1.6.6
Version 1.6.6
Bugfix release
- Warn when constructing BatchHttpRequest using the legacy batch URI (#488)
- Increase the default media chunksize to 100MB. (#482)
- Remove unnecessary parsing of mime headers in HttpRequest.__init__ (#467)
|