|
4 | 4 |
|
5 | 5 | [1]: https://pypi.org/project/google-cloud-spanner/#history
|
6 | 6 |
|
| 7 | +## 1.10.0 |
| 8 | + |
| 9 | +07-24-2019 17:32 PDT |
| 10 | + |
| 11 | + |
| 12 | +### Implementation Changes |
| 13 | +- Add backoff for `run_in_transaction' when backend does not provide 'RetryInfo' in response. ([#8461](https://github.com/googleapis/google-cloud-python/pull/8461)) |
| 14 | +- Adjust gRPC timeouts (via synth). ([#8445](https://github.com/googleapis/google-cloud-python/pull/8445)) |
| 15 | +- Allow kwargs to be passed to create_channel (via synth). ([#8403](https://github.com/googleapis/google-cloud-python/pull/8403)) |
| 16 | + |
| 17 | +### New Features |
| 18 | +- Add 'options_' argument to clients' 'get_iam_policy'; pin black version (via synth). ([#8659](https://github.com/googleapis/google-cloud-python/pull/8659)) |
| 19 | +- Add 'client_options' support, update list method docstrings (via synth). ([#8522](https://github.com/googleapis/google-cloud-python/pull/8522)) |
| 20 | + |
| 21 | +### Dependencies |
| 22 | +- Bump minimum version for google-api-core to 1.14.0. ([#8709](https://github.com/googleapis/google-cloud-python/pull/8709)) |
| 23 | +- Update pin for 'grpc-google-iam-v1' to 0.12.3+. ([#8647](https://github.com/googleapis/google-cloud-python/pull/8647)) |
| 24 | + |
| 25 | +### Documentation |
| 26 | +- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705)) |
| 27 | +- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288)) |
| 28 | + |
| 29 | +### Internal / Testing Changes |
| 30 | +- Fixes [#8545](https://github.com/googleapis/google-cloud-python/pull/8545) by removing typing information for kwargs to not conflict with type checkers ([#8546](https://github.com/googleapis/google-cloud-python/pull/8546)) |
| 31 | +- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464)) |
| 32 | +- Declare encoding as utf-8 in pb2 files (via synth). ([#8363](https://github.com/googleapis/google-cloud-python/pull/8363)) |
| 33 | +- Add disclaimer to auto-generated template files (via synth). ([#8327](https://github.com/googleapis/google-cloud-python/pull/8327)) |
| 34 | +- Suppress checking 'cov-fail-under' in nox default session (via synth). ([#8251](https://github.com/googleapis/google-cloud-python/pull/8251)) |
| 35 | +- Blacken noxfile.py, setup.py (via synth). ([#8131](https://github.com/googleapis/google-cloud-python/pull/8131)) |
| 36 | +- Harden synth replacement against template adding whitespace. ([#8103](https://github.com/googleapis/google-cloud-python/pull/8103)) |
| 37 | + |
7 | 38 | ## 1.9.0
|
8 | 39 |
|
9 | 40 | 05-16-2019 12:54 PDT
|
|
0 commit comments