Skip to content
This repository was archived by the owner on Mar 20, 2018. It is now read-only.

Tags: googleapis/gax-python

Tags

0.16.0

Toggle 0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Deprecate this library (#209)

v0.15.16

Toggle v0.15.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Releave v0.15.16 (#206)

Changelog:
- Relax grpcio dependency version.

v0.14.1

Toggle v0.14.1's commit message
Bump version number

v0.12.4

Toggle v0.12.4's commit message
Bump the version (#121)

Forgot to do this last commit.

v0.11.0

Toggle v0.11.0's commit message
Update construct_settings overrides (#103)

* Update construct_settings overrides

Based on the discussion of #95 and googleapis/gapic-generator#70 --
this changes the interface of construct_settings a bit.

The new interface does not have the override parameters for
retrying and bundling anymore. Instead, it has a single
config_override that has the same strucure as client_config has.

API users can specify a copy of default config data with a few
modifications, but if the user-supplied config does not specify
some data, this will fall back to the default config, so
users can safely supply a part of the client config, just for
their edits.

* Style fix.

This needs to split override_config into a few functions due to
code complexity warning by PEP8.

* Update the overriding strategy.

Based on the discussion, now overriding config can override
the specified methods only, and does not merge the configurations
between the default ones and the user-provided ones.

* More merges of method configs.

* Fixes

v0.10.2

Toggle v0.10.2's commit message
Merge pull request #94 from geigerj/master

Change page-streaming behavior

v.0.10.2

Toggle v.0.10.2's commit message
Make page_token agnostic to type

Previously, assumed page_token was a string. Now it can have any type.