Changelog

PyPI History

2.10.2 (2022-03-05)

Bug Fixes

  • deps:require google-api-core>=1.31.5, >=2.3.2 ( #261 ) ( f993058 )

  • deps:require proto-plus>=1.15.0 ( f993058 )

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

  • update comments for ListVoicesRequest ( #244 ) ( bc5b73f )

2.9.1 (2022-01-08)

Documentation

  • Added virtualenv comment for clarity ( #225 ) ( 61a7fce )

  • update comments for ListVoicesRequest ( #229 ) ( 9ea340c )

2.9.0 (2021-11-16)

Features

2.8.0 (2021-11-13)

Features

Documentation

2.7.1 (2021-11-01)

Bug Fixes

  • deps:drop packaging dependency ( 99ac70b )

  • deps:require google-api-core >= 1.28.0 ( 99ac70b )

Documentation

  • list oneofs in docstring ( 99ac70b )

2.7.0 (2021-10-18)

Features

2.6.0 (2021-10-07)

Features

  • add context manager support in client ( #196 ) ( 73d9290 )

2.5.3 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ ( e74b994 )

2.5.2 (2021-07-28)

Bug Fixes

Documentation

  • add Samples section to CONTRIBUTING.rst ( #166 ) ( 053abe3 )

Miscellaneous Chores

2.5.1 (2021-07-20)

Bug Fixes

  • deps:pin ‘google-{api,cloud}-core’, ‘google-auth’ to allow 2.x versions ( #165 ) ( d78b384 )

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

  • add from_service_account_info to clients ( 139e6e8 )

  • Add ALAW support on client library and improve the ListVoiceRequest message’s documentation ( #113 ) ( 8bbd380 )

  • add common resource helper methods ( 139e6e8 )

  • support custom client info ( #82 ) ( 0612793 )

Bug Fixes

  • change default retry and timeout settings ( 139e6e8 )

Documentation

  • use sphinx-1.5.5 for sphinx-docfx-yaml ( #89 ) ( feb04c5 )

2.2.0 (2020-08-10)

Features

  • incorporate upstream changes ( #73 ) ( 8ee5447 )

    • support MULAW audio encoding

    • support MP3_64_KBPS audio encoding

    • support timepointing via SSML tag

    • support quota_project_id

2.1.0 (2020-06-20)

Features

Documentation

  • change relative URLs to absolute URLs to fix broken links ( #40 ) ( b68df44 )

2.0.0 (2020-06-01)

⚠ BREAKING CHANGES

Features

  • regenerate with microgenerator ( #30 ) ( 3181b55 )

Bug Fixes

1.0.1 (2020-02-28)

Bug Fixes

1.0.0 (2020-02-28)

Features

  • bump release status to GA ( #9 ) ( 03a639e )

0.5.0

07-24-2019 17:48 PDT

Implementation Changes

  • Allow kwargs to be passed to create_channel (via synth). ( #8407 )

  • Reformat protos, update nox session docs (via synth). ( #7941 )

  • Remove classifier for Python 3.4 for end-of-life. ( #7535 )

New Features

  • Add ‘client_options’ support (via synth). ( #8525 )

Dependencies

  • Bump minimum version for google-api-core to 1.14.0. ( #8709 )

Documentation

  • Link to googleapis.dev documentation in READMEs. ( #8705 )

  • Add compatibility check badges to READMEs. ( #8288 )

  • Repair top-level API reference page. ( #8435 )

  • Updated client library documentation URLs. ( #7307 )

Internal / Testing Changes

  • Pin black version (via synth). ( #8599 )

  • Add docs job to publish to googleapis.dev. ( #8464 )

  • Declare encoding as utf-8 in pb2 files (via synth). ( #8367 )

  • Add disclaimer to auto-generated template files (via synth). ( #8331 )

  • Blacken (via synth). ( #8281 )

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

  • Import iam.policy from google.api_core . ( #6741 )

  • Pick up fixes to GAPIC generator. ( #6510 )

  • Fix client_info bug, update docstrings. ( #6423 )

  • Re-generate library using texttospeech/synth.py ( #5981 )

  • Add gRPC Transport layer. ( #5959 )

Dependencies

  • Bump minimum api_core version for all GAPIC libs to 1.4.1. ( #6391 )

  • Avoid broken ‘google-common-apis 1.5.4’ release. ( #6355 )

Documentation

  • Document Python 2 deprecation ( #6910 )

  • Docs: normalize use of support level badges ( #6159 )

  • Docs: Replace links to /stable/ with /latest/ . ( #5901 )

  • Fix docs links for TTS. ( #5483 )

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)
Create a Mobile Website
View Site in Mobile | Classic
Share by: