# Changelog [PyPI History][1] [1]: https://pypi.org/project/google-cloud-error-reporting/#history ## 0.32.0 07-24-2019 16:17 PDT ### Implementation Changes - Allow kwargs to be passed to create_channel (via synth). ([#8389](https://github.com/googleapis/google-cloud-python/pull/8389)) - Fix typo in non-gRPC import. ([#8028](https://github.com/googleapis/google-cloud-python/pull/8028)) ### New Features - Add 'client_options' support, update list method docstrings (via synth). ([#8508](https://github.com/googleapis/google-cloud-python/pull/8508)) ### Documentation - Fix docs navigation issues. ([#8723](https://github.com/googleapis/google-cloud-python/pull/8723)) - Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705)) - Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288)) - Fix mistake in documentation ([#8271](https://github.com/googleapis/google-cloud-python/pull/8271)) ### Internal / Testing Changes - Pin black version (via synth). ([#8582](https://github.com/googleapis/google-cloud-python/pull/8582)) - Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464)) - Declare encoding as utf-8 in pb2 files (via synth). ([#8351](https://github.com/googleapis/google-cloud-python/pull/8351)) - Add disclaimer to auto-generated template files (via synth). ([#8313](https://github.com/googleapis/google-cloud-python/pull/8313)) - Suppress checking 'cov-fail-under' in nox default session (via synth). ([#8240](https://github.com/googleapis/google-cloud-python/pull/8240)) - Blacken noxfile.py, setup.py (via synth). ([#8122](https://github.com/googleapis/google-cloud-python/pull/8122)) - Add empty lines (via synth). ([#8057](https://github.com/googleapis/google-cloud-python/pull/8057)) ## 0.31.0 05-17-2019 08:23 PDT ### Implementation Changes - Add routing header to method metadata (via synth). ([#7594](https://github.com/googleapis/google-cloud-python/pull/7594)) - Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535)) ### New Features - Add `client_info` support to Client. ([#7903](https://github.com/googleapis/google-cloud-python/pull/7903)) ### Dependencies - Pin `google-cloud-logging >= 1.11.0`. ([#8015](https://github.com/googleapis/google-cloud-python/pull/8015)) ### Documentation - Update client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307)) ### Internal / Testing Changes - Add nox session `docs` (via synth). ([#7770](https://github.com/googleapis/google-cloud-python/pull/7770)) - Fix docstring replace in synth ([#7458](https://github.com/googleapis/google-cloud-python/pull/7458)) - Copy lintified proto files (via synth). ([#7447](https://github.com/googleapis/google-cloud-python/pull/7447)) - Add clarifying comment to blacken nox target (via synth). ([#7391](https://github.com/googleapis/google-cloud-python/pull/7391)) - Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205)) - Update copyright headers. ([#7144](https://github.com/googleapis/google-cloud-python/pull/7144)) - Protoc-generated serialization update. ([#7082](https://github.com/googleapis/google-cloud-python/pull/7082)) - Pick up stub docstring fix in GAPIC generator. ([#6970](https://github.com/googleapis/google-cloud-python/pull/6970)) - Fix formatting ([#7002](https://github.com/googleapis/google-cloud-python/pull/7002)) ## 0.30.1 12-17-2018 18:17 PST ### Implementation Changes - Pick up fixes to GAPIC generator. ([#6522](https://github.com/googleapis/google-cloud-python/pull/6522)) - Fix `client_info` bug, update docstrings via synth. ([#6442](https://github.com/googleapis/google-cloud-python/pull/6442)) ### Documentation - Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910)) - Fix [#6321](https://github.com/googleapis/google-cloud-python/pull/6321) Update README service links in quickstart guides. ([#6322](https://github.com/googleapis/google-cloud-python/pull/6322)) - Prep docs for repo split. ([#6155](https://github.com/googleapis/google-cloud-python/pull/6155)) - Replace links to `/stable/` with `/latest/`. ([#5901](https://github.com/googleapis/google-cloud-python/pull/5901)) ### Internal / Testing Changes - Update noxfile. - Blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792)) - Omit local deps ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701)) - Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698)) - Run Black on Generated libraries ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666)) - Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642)) - Add synth metadata. ([#6566](https://github.com/googleapis/google-cloud-python/pull/6566)) - Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175)) - Add 'synth.py'. ([#6082](https://github.com/googleapis/google-cloud-python/pull/6082)) - Use Nox inplace installs ([#5865](https://github.com/googleapis/google-cloud-python/pull/5865)) ## 0.30.0 ### Implementation Changes - Make dependency on logging less restrictive in error_reporting (#5345) ### Internal / Testing Changes - Modify system tests to use prerelease versions of grpcio (#5304) - Add Test runs for Python 3.7 and remove 3.4 (#5295) - Fix bad trove classifier ## 0.29.1 ### Dependencies - Update dependency range for api-core to include v1.0.0 releases (#4944) - Fix missing extra in api-core dependency (#4764) ### Testing and internal changes - Install local dependencies when running lint (#4936) - Re-enable lint for tests, remove usage of pylint (#4921) - Normalize all setup.py files (#4909) ## 0.29.0 ### Breaking changes - The underlying autogenerated client library was re-generated to pick up new features and resolve bugs, this may change the exceptions raised from various methods. (#4695) ## 0.28.0 ### Documentation - Added link to "Python Development Environment Setup Guide" in project README (#4187, h/t to @michaelawyu) ### Dependencies - Upgrading to `google-cloud-core >= 0.28.0` and adding dependency on `google-api-core` (#4221, #4280) - Upgrading to `google-cloud-logging >= 1.4.0` (#4296) PyPI: https://pypi.org/project/google-cloud-error-reporting/0.28.0/