Skip to content

Commit fbda2b5

Browse files
authored
Release 1.1.0 (#8496)
1 parent e5e7d79 commit fbda2b5

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

google-cloud-speech/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@
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

937
03-18-2019 08:05 PDT

google-cloud-speech/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-speech"
2424
description = "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'

0 commit comments

Comments
 (0)