2021-01-26 07:18:18 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-google-api-core: updated to 1.25.1
1.25.1
Bug Fixes
add operation name to x-goog-request-params
Documentation
fix spelling errors in retry
|
2021-01-19 11:33:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-google-api-core: updated to 1.25.0
1.25.0
Features
allow gRPC metadata to be passed to operations client
Documentation
python: document adding Python 3.9 support, dropping 3.5 support
|
2021-01-03 23:43:16 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-google-api-core: updated to 1.24.1
1.24.1
Bug Fixes
support 'retry' for ops built from HTTP/gRPC responses
|
2020-12-15 09:55:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-google-api-core: updated to 1.24.0
1.24.0
Features
add support for Python 3.9, drop support for Python 3.5
Documentation
explain how to create credentials from dict
|
2020-11-09 14:13:26 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-google-api-core: updated to 1.23.0
1.23.0:
Features
api-core: pass retry from result() to done()
Bug Fixes
map LRO errors to library exception types
harden install to use full paths, and windows separators on windows
update out-of-date comment in exceptions.py
|
2020-10-05 23:12:19 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-google-api-core: updated to 1.22.4
1.22.4
Bug Fixes
use version.py instead of pkg_resources.get_distribution
1.22.3
Bug Fixes
deps: require six >= 1.13.0
|
2020-09-11 11:57:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-google-api-core: updated to 1.22.2
1.22.2:
Bug Fixes
only add quota project id if supported
|
2020-09-01 01:07:07 by Thomas Klausner | Files touched by this commit (62) |
Log message:
*: switch to versioned_dependencies.mk for py-setuptools
|
2020-08-24 10:40:18 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-google-api-core: update to 1.22.1.
fix spelling errors for amount in retry (#69) (7bb713d)
|
2020-07-27 10:26:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-google-api-core: updated to 1.22.0
1.22.0
Features
allow quota project to be passed to create_channel
Bug Fixes
_determine_timeout problem handling float type timeout
Documentation
change the documentation for using 'six.moves.collections_abc.Mapping' instead \
of 'dict' in 'client_options.from_dict()'
|