This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
Releases: googleapis/python-speech
Releases · googleapis/python-speech
v0.36.0
v0.35.0
v0.34.0
Implementation Changes
- Regenerate GAPIC to account for the removal of GoogleDataCollectionConfig and google_data_collection_opt_in (#5235)
v0.33.0
v0.32.1
v0.32.0
v0.31.0
Release Candidate
- This is the (hopefully) final release candidate before 1.0.
⚠️ Breaking Changes!
- 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.v1
moved togoogle.cloud.speech_v1.gapic
, in accordance with more recent clients.google.cloud.proto.speech.v1
moved togoogle.cloud.speech_v1.proto
, in accordance with more recent clients.
Dependencies
- Removed dependency on
google-gax
. - Added dependency on
google-api-core
, its replacement.
v0.30.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 ongoogle-api-core
(#4221, #4280) - Deferring to
google-api-core
forgrpcio
andgoogleapis-common-protos
dependencies (#4096, #4098)
v0.29.0
Docs
- Stop referring to
stable/
docs, they are defunct (#3766) - Fix broken link in Speech README, h/t to @jybaek (#3821)
Dependencies
- Updating
google-cloud-core ~= 0.27
(#3864) - Bump
google-gax >= 0.15.14
. (#3752)
v0.28.0
Dependencies
- Updating to
google-cloud-core ~= 0.26
, in particular, the underlying HTTP transport switched fromhttplib2
torequests
(#3654, #3674)
Packaging
- Fix inclusion of
tests
(vs.unit_tests
) inMANIFEST.in
(#3552) - Updating
author_email
insetup.py
togoogleapis-publisher@google.com
. (#3598)