- 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)