Changelog#
1.1.0#
06-27-2019 16:55 PDT
Implementation Changes#
New Features#
Documentation#
Internal / Testing Changes#
All: Add docs job to publish to googleapis.dev. (#8464)
(Re)-blacken (via synth). (#8446)
Add disclaimer to auto-generated template files (via synth). (#8328)
Suppress checking ‘cov-fail-under’ in nox default session (via synth). (#8252)
Fix coverage in ‘types.py’ (via synth). (#8164)
Blacken noxfile.py, setup.py (via synth). (#8132)
Add empty lines. (#8072)
Update noxfile (via synth). (#7836)
Add nox session
docs
(via synth). (#7782)
1.0.0#
03-18-2019 08:05 PDT
0.36.3#
01-31-2019 09:57 PST
0.36.2#
01-10-2019 15:36 PST
0.36.1#
12-18-2018 09:46 PST
Implementation Changes#
Documentation#
Internal / Testing Changes#
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)
0.36.0#
0.35.0#
Implementation Changes#
Re-generated the library to pick up new API features. (#5577)
Internal / Testing Changes#
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)
0.34.0#
Implementation Changes#
Regenerate GAPIC to account for the removal of GoogleDataCollectionConfig and google_data_collection_opt_in (#5235)
0.33.0#
New Features#
Add Audio Logging and Recognition Metadata. (#5123)
Internal / Testing Changes#
Fix bad trove classifier
0.32.1#
Dependencies#
Update dependency range for api-core to include v1.0.0 releases (#4944)
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.31.0#
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.
0.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)
PyPI: https://pypi.org/project/google-cloud-speech/0.30.0/