Changelog¶
2.21.1 (2024-11-11)¶
Bug Fixes¶
2.21.0 (2024-10-31)¶
Features¶
add multi-speaker markup, which allows generating dialogue between multiple speakers (b01d99d)
2.20.0 (2024-10-24)¶
Features¶
2.19.0 (2024-10-23)¶
Features¶
2.18.0 (2024-10-10)¶
Features¶
2.17.2 (2024-08-26)¶
Documentation¶
2.17.1 (2024-08-20)¶
Documentation¶
2.17.0 (2024-08-19)¶
Features¶
A new method
StreamingSynthesize
is added to serviceTextToSpeech
(973e48a)
Documentation¶
2.16.5 (2024-07-30)¶
Bug Fixes¶
Retry and timeout values do not propagate in requests during pagination (9cdac77)
2.16.4 (2024-07-08)¶
Bug Fixes¶
2.16.3 (2024-03-05)¶
Bug Fixes¶
2.16.2 (2024-02-22)¶
Bug Fixes¶
2.16.1 (2024-02-06)¶
Bug Fixes¶
2.16.0 (2024-02-01)¶
Features¶
2.15.1 (2024-01-04)¶
Bug Fixes¶
correct long audio synthesis HTTP binding (a748565)
Documentation¶
Deprecate the custom voice usage field (a748565)
2.15.0 (2023-12-07)¶
Features¶
Bug Fixes¶
2.14.2 (2023-09-30)¶
Documentation¶
2.14.1 (2023-01-20)¶
Bug Fixes¶
Add context manager return types (6415162)
Documentation¶
Add documentation for enums (6415162)
2.14.0 (2023-01-10)¶
Features¶
2.13.0 (2022-12-15)¶
Features¶
Bug Fixes¶
Documentation¶
2.12.3 (2022-10-07)¶
Bug Fixes¶
2.12.2 (2022-10-03)¶
Bug Fixes¶
2.12.1 (2022-08-11)¶
Bug Fixes¶
2.12.0 (2022-07-16)¶
Features¶
add audience parameter (f450551)
Bug Fixes¶
2.11.1 (2022-06-06)¶
Bug Fixes¶
Documentation¶
2.11.0 (2022-03-10)¶
Features¶
2.10.2 (2022-03-05)¶
Bug Fixes¶
2.10.1 (2022-02-26)¶
Documentation¶
2.10.0 (2022-02-03)¶
Features¶
Bug Fixes¶
resolve DuplicateCredentialArgs error when using credentials_file (4c11b12)
Documentation¶
2.9.1 (2022-01-08)¶
Documentation¶
2.9.0 (2021-11-16)¶
Features¶
2.8.0 (2021-11-13)¶
Features¶
Documentation¶
2.7.1 (2021-11-01)¶
Bug Fixes¶
Documentation¶
list oneofs in docstring (99ac70b)
2.7.0 (2021-10-18)¶
Features¶
2.6.0 (2021-10-07)¶
Features¶
2.5.3 (2021-09-24)¶
Bug Fixes¶
add ‘dict’ annotation type to ‘request’ (e74b994)
2.5.2 (2021-07-28)¶
Bug Fixes¶
Documentation¶
Miscellaneous Chores¶
2.5.1 (2021-07-20)¶
Bug Fixes¶
2.5.0 (2021-07-01)¶
Features¶
Bug Fixes¶
Documentation¶
2.4.0 (2021-05-28)¶
Features¶
support self-signed JWT flow for service accounts (8a08836)
Bug Fixes¶
add async client to %name_%version/init.py (8a08836)
2.3.0 (2021-03-31)¶
Features¶
Bug Fixes¶
change default retry and timeout settings (139e6e8)
Documentation¶
2.2.0 (2020-08-10)¶
Features¶
2.1.0 (2020-06-20)¶
Features¶
Documentation¶
2.0.0 (2020-06-01)¶
⚠ BREAKING CHANGES¶
This release has breaking changes. See the 2.0.0 Migration Guide for details.
Features¶
Bug Fixes¶
address PR comments (65f903b)
1.0.1 (2020-02-28)¶
Bug Fixes¶
1.0.0 (2020-02-28)¶
Features¶
0.5.0¶
07-24-2019 17:48 PDT
Implementation Changes¶
New Features¶
Add ‘client_options’ support (via synth). (#8525)
Dependencies¶
Bump minimum version for google-api-core to 1.14.0. (#8709)
Documentation¶
Internal / Testing Changes¶
0.4.0¶
02-07-2019 15:21 PST
Implementation Changes¶
Pick up stub docstring fix in GAPIC generator. (#6984)
New Features¶
Protoc updates to include effects_profile_id. (#7097)
Documentation¶
Fix
Client Library Documentation
link (#7109)
Internal / Testing Changes¶
Copy proto files alongside protoc versions.
Add protos as an artifact to library (#7205)
Update copyright headers and docstring quoting
0.3.0¶
12-18-2018 09:54 PST
Implementation Changes¶
Dependencies¶
Documentation¶
Internal / Testing Changes¶
Add synth.metadata. (#6870)
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 ‘mock’ to unit test dependencies for autogen libs. (#6402)
Add / fix badges for PyPI / versions. (#6158)
Use new Nox (#6175)
0.2.0¶
New Features¶
Add the text-to-speech v1 API surface. (#5468)
Re-generate the text-to-speech v1beta1 API surface. (#5468)
Documentation¶
Rename releases to changelog and include from CHANGELOG.md (#5191)
Internal / Testing Changes¶
Add Test runs for Python 3.7 and remove 3.4 (#5295)
0.1.0¶
Interface additions¶
Added text-to-speech v1beta1. (#5049)