03-18-2019 08:05 PDT
- Remove unused message exports. (#7275)
- Promote google-cloud-speech to GA (#7525)
- Updated client library documentation URLs. (#7307)
- Speech: copy lintified proto files (via synth).
- Add clarifying comment to blacken nox target. (#7404)
- Copy proto files alongside protoc versions. Remove unneeded utf-8 header.
01-31-2019 09:57 PST
- Add 'RecognitionConfig.audio_channel_count' field via synth. (#7240)
- Modify file headers. (#7158)
- Add protos as an artifact to library (#7205)
01-10-2019 15:36 PST
- Protoc-generated serialization update. (#7106)
- Regenerate speech to change quote chars in docstr.
- Pick up stub docstring fix in GAPIC generator. (#6982)
12-18-2018 09:46 PST
- Import
iam.policyfromgoogle.api_core. (#6741) - Pick up fixes to GAIPC generator. (#6508)
- Add
result_end_time, docstring changes via synth. (#6462) - Assorted synth fixups / cleanups (#6400)
- Fix
client_infobug, update docstrings and timeouts. (#6421) - Re-generate library using speech/synth.py (#5979)
- Bump minimum
api_coreversion for all GAPIC libs to 1.4.1. (#6391)
- Document Python 2 deprecation (#6910)
- Clarify passed arguments in speech examples. (#6857)
- Docs: normalize use of support level badges (#6159)
- Fix client library URL. (#6052)
- Prep docs for repo split. (#6017)
- Synth.metadata. (#6868)
- Update noxfile.
- Blacken all gen'd libs (#6792)
- Omit local deps (#6701)
- Run black at end of synth.py (#6698)
- Run Black on Generated libraries (#6666)
- Add templates for flake8, coveragerc, noxfile, and black. (#6642)
- Add / fix badges for PyPI / versions. (#6158)
- Use new Nox (#6175)
- Re-generate the library to pick up changes and new features in the underlying API. (#5915)
- Fix broken links to description of 'Beta' (#5917)
- Replace links to '/stable/' with '/latest/'. (#5901)
- Re-generated the library to pick up new API features. (#5577)
- Add Test runs for Python 3.7 and remove 3.4 (#5295)
- Avoid overwriting 'module' of messages from shared modules. (#5364)
- Modify system tests to use prerelease versions of grpcio (#5304)
- Regenerate GAPIC to account for the removal of GoogleDataCollectionConfig and google_data_collection_opt_in (#5235)
- Add Audio Logging and Recognition Metadata. (#5123)
- Fix bad trove classifier
- Update dependency range for api-core to include v1.0.0 releases (#4944)
- Install local dependencies when running lint (#4936)
- Re-enable lint for tests, remove usage of pylint (#4921)
- Normalize all setup.py files (#4909)
- Fix speech helpers to properly pass retry and timeout args. (#4828, #4830)
This is the (hopefully) final release candidate before 1.0.
- The deprecated Speech layer (deprecated since 0.27.0) has been removed. If you are still using it, the migration guide is still available.
- The following changes are technically breaking but very unlikely to affect you directly:
google.cloud.gapic.speech.v1moved togoogle.cloud.speech_v1.gapic, in accordance with more recent clients.google.cloud.proto.speech.v1moved togoogle.cloud.speech_v1.proto, in accordance with more recent clients.
- Removed dependency on
google-gax. - Added dependency on
google-api-core, its replacement.
- Added link to "Python Development Environment Setup Guide" in project README (#4187, h/t to @michaelawyu)
- Upgrading to
google-cloud-core >= 0.28.0and adding dependency ongoogle-api-core(#4221, #4280) - Deferring to
google-api-coreforgrpcioandgoogleapis-common-protosdependencies (#4096, #4098)