File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud-speech/#history
66
7+ ## 1.1.0
8+
9+ 06-27-2019 16:55 PDT
10+
11+ ### Implementation Changes
12+ - Allow kwargs to be passed to 'create_channel' (via synth). ([ #8428 ] ( https://github.com/googleapis/google-cloud-python/pull/8428 ) )
13+ - Remove classifier for Python 3.4 for end-of-life. ([ #7535 ] ( https://github.com/googleapis/google-cloud-python/pull/7535 ) )
14+
15+ ### New Features
16+ - Increase speech max received msg size to 256 MiB ([ #8338 ] ( https://github.com/googleapis/google-cloud-python/pull/8338 ) )
17+ - Add MP3 to Audio Encoding and add boost to Speech Context (via synth). ([ #8109 ] ( https://github.com/googleapis/google-cloud-python/pull/8109 ) )
18+ - Add Recognition Metadata (via synth). ([ #7961 ] ( https://github.com/googleapis/google-cloud-python/pull/7961 ) )
19+
20+ ### Documentation
21+ - Update to show 'google-cloud-speech' is GA. ([ #8453 ] ( https://github.com/googleapis/google-cloud-python/pull/8453 ) )
22+ - Tweak 'SpeechContext' docstring (via synth). ([ #8223 ] ( https://github.com/googleapis/google-cloud-python/pull/8223 ) )
23+
24+ ### Internal / Testing Changes
25+ - All: Add docs job to publish to googleapis.dev. ([ #8464 ] ( https://github.com/googleapis/google-cloud-python/pull/8464 ) )
26+ - (Re)-blacken (via synth). ([ #8446 ] ( https://github.com/googleapis/google-cloud-python/pull/8446 ) )
27+ - Add disclaimer to auto-generated template files (via synth). ([ #8328 ] ( https://github.com/googleapis/google-cloud-python/pull/8328 ) )
28+ - Suppress checking 'cov-fail-under' in nox default session (via synth). ([ #8252 ] ( https://github.com/googleapis/google-cloud-python/pull/8252 ) )
29+ - Fix coverage in 'types.py' (via synth). ([ #8164 ] ( https://github.com/googleapis/google-cloud-python/pull/8164 ) )
30+ - Blacken noxfile.py, setup.py (via synth). ([ #8132 ] ( https://github.com/googleapis/google-cloud-python/pull/8132 ) )
31+ - Add empty lines. ([ #8072 ] ( https://github.com/googleapis/google-cloud-python/pull/8072 ) )
32+ - Update noxfile (via synth). ([ #7836 ] ( https://github.com/googleapis/google-cloud-python/pull/7836 ) )
33+ - Add nox session ` docs ` (via synth). ([ #7782 ] ( https://github.com/googleapis/google-cloud-python/pull/7782 ) )
34+
735## 1.0.0
836
93703-18-2019 08:05 PDT
Original file line number Diff line number Diff line change 2222
2323name = "google-cloud-speech"
2424description = "Google Cloud Speech API client library"
25- version = "1.0 .0"
25+ version = "1.1 .0"
2626# Should be one of:
2727# 'Development Status :: 3 - Alpha'
2828# 'Development Status :: 4 - Beta'
You can’t perform that action at this time.
0 commit comments