3.19.0 (2024-12-12)
- Add support for opt-in debug logging (cf4d0e0)
- Fix typing issue with gRPC metadata when key ends in -bin (cf4d0e0)
3.18.0 (2024-11-11)
- Adds Contextual Glossary support for Translation and AdaptiveMt (ae4acf3)
3.17.0 (2024-10-24)
3.16.0 (2024-08-08)
- Adds AdaptiveMt HTML/Glossary support (edebf70)
- Adds protos for Custom Translation API (AutoML) (edebf70)
- Adds protos for Romanization APIs (edebf70)
- Adds protos for Transliteration in V3 Advanced translate text (edebf70)
- Fixes typos in docs (edebf70)
3.15.5 (2024-07-30)
- Retry and timeout values do not propagate in requests during pagination (9cdac77)
3.15.4 (2024-07-08)
3.15.3 (2024-03-05)
3.15.2 (2024-02-22)
- deps: [Many APIs] Require
google-api-core>=1.34.1
(#12310) (41821da) - fix ValueError in test__validate_universe_domain (2451e88)
3.15.1 (2024-02-06)
- Add google-auth as a direct dependency (e16032f)
- Add staticmethod decorator to
_get_client_cert_source
and_get_api_endpoint
(e16032f) - Resolve AttributeError 'Credentials' object has no attribute 'universe_domain' (e16032f)
3.15.0 (2024-02-01)
3.14.0 (2024-01-04)
- Add Adaptive MT API (e063fa9)
- Fixes a typo in docs (e063fa9)
3.13.0 (2023-12-07)
- Add support for python 3.12 (f920d22)
- Introduce compatibility with native namespace packages (f920d22)
3.12.1 (2023-10-19)
- Require google-cloud-core >= 1.4.4 (8542583)
- Minor formatting (21cd6f6)
3.12.0 (2023-08-08)
- Added shadow removal and rotation correction options to Document Translation and Batch Document Translation API (#511) (285059a)
3.11.3 (2023-07-28)
3.11.2 (2023-07-04)
3.11.1 (2023-03-23)
3.11.0 (2023-02-28)
- Add supported fields in document translation request and refresh translation v3 GA service proto documentation (cb63888)
- Enable "rest" transport in Python for services supporting numeric enums (cb63888)
3.10.1 (2023-01-23)
- Add context manager return types (e20fa00)
- Add documentation for enums (e20fa00)
3.10.0 (2023-01-10)
3.9.0 (2022-12-15)
- Add typing to proto.Message based class attributes (60573e6)
- Add dict typing for client_options (60573e6)
- deps: Require google-api-core >=1.34.0, >=2.11.0 (60573e6)
- Drop usage of pkg_resources (60573e6)
- Fix timeout default values (60573e6)
- samples: Snippetgen handling of repeated enum field (60573e6)
- samples: Snippetgen should call await on the operation coroutine before calling result (60573e6)
3.8.4 (2022-10-07)
3.8.3 (2022-10-03)
3.8.2 (2022-09-06)
3.8.1 (2022-08-11)
3.8.0 (2022-07-14)
- add audience parameter (b665051)
3.7.4 (2022-06-06)
3.7.3 (2022-05-19)
- fix type in docstring for map fields (3b845d6)
3.7.2 (2022-03-05)
- deps: require google-api-core>=1.31.5, >=2.3.2 (#348) (fe3ac1e)
- deps: require proto-plus>=1.15.0 (fe3ac1e)
3.7.1 (2022-02-26)
3.7.0 (2022-02-03)
- 290 added a create glossary line before each call using bistro-glossary (#302) (742e414)
- resolve DuplicateCredentialArgs error when using credentials_file (26791c2)
3.6.1 (2021-11-04)
- list oneofs in docstring (7924322)
- samples: Add Cloud Code tags for API Explorer pilot (#282) (3e8df68)
3.6.0 (2021-10-18)
3.5.0 (2021-10-11)
3.4.1 (2021-09-30)
3.4.0 (2021-08-29)
- add translate_document and batch_translate_document (#234) (b5962d6)
- v3beta1: add format_conversions (b5962d6)
3.3.2 (2021-07-29)
3.3.1 (2021-07-21)
3.3.0 (2021-07-19)
- add always_use_jwt_access (778878d)
3.2.1 (2021-06-21)
3.2.0 (2021-05-28)
- support self-signed JWT flow for service accounts (959a35c)
3.1.0 (2021-03-31)
- add
from_service_account_info
(a397eff) - v3beta1: add online and batch document translation (a397eff)
- v3beta1: add online and batch document translation (#121) (a397eff)
3.0.2 (2020-12-09)
- add w/ glossary and model (1e030d4)
3.0.1 (2020-08-08)
3.0.0 (2020-08-05)
- migrate API to microgenerator (#31)
2.0.2 (2020-08-03)
- refactored MP3 file creation test for Hybrid glossaries samples [(#2379)](GoogleCloudPlatform/python-docs-samples#2379) (b8b5101)
- translate test [(#2671)](GoogleCloudPlatform/python-docs-samples#2671) (a3d9f80)
- update default retry config (#15) (dddf0bf)
2.0.1 (2020-01-31)
- translate: add py2 deprecation warning; bump copyright year to 2020; add 3.8 unit tests (via synth) (#9943) (b57f09a)
- translate: update test assertion and core version pins (#10098) (74b7757)
10-23-2019 11:13 PDT
- Make v3 the default client. (#9498)
- Add VPC-SC system tests. (#9272)
10-07-2019 14:57 PDT
- Update docstrings, client confg (via synth). (#9411)
- Remove send / receive message size limit (via synth). (#8974)
- Add support for V3 of the API. (#9020)
- Make
parent
argument required for all client methods in v3beta1; addlabels
argument (via synth). (#9354) - Add client options to translate_v2. (#8737)
- Bump minimum version for google-api-core to 1.14.0. (#8709)
- Fix links to reference documentation. (#8884)
- Link to googleapis.dev documentation in READMEs. (#8705)
- Update
ListGlossaries
method annotation (via synth) (#9385) - Fix intersphinx reference to requests (#9294)
- Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085)
- Update intersphinx mapping for requests. (#8805)
07-09-2019 13:13 PDT
- Allow kwargs to be passed to create_channel (via synth). (#8409)
- Update service descriptions and add additional rpc bindings for Translate (#8267)
- Add 'client_options' support, update list method docstrings (via synth). (#8527)
- Pin black version (via synth). (#8600)
- Add docs job to publish to googleapis.dev. (#8464)
- Declare encoding as utf-8 in pb2 files (via synth). (#8369)
- Add disclaimer to auto-generated template files (via synth). (#8333)
- Blacken (via synth). (#8282)
- Suppress checking 'cov-fail-under' in nox default session (via synth). (#8255)
- Fix coverage in 'types.py' (via synth). (#8168)
- Blacken noxfile.py, setup.py (via synth). (#8135)
- Add empty lines (via synth). (#8076)
05-16-2019 13:05 PDT
- Add routing header to method metadata, fix docstring (via synth). (#7660)
- Add
client_info
support to client / connection. (#7873)
- Pin
google-cloud-core >= 1.0.0, < 2.0dev
. (#7993)
- Add docs for v3beta1. (#7681)
- Harden system test against back-end changes. (#7987)
- Exclude
docs/conf.py
in synth. (#7943) - Update
docs/conf.py
(via synth). (#7837) - Add nox session
docs
, reorder methods (via synth). (#7785)
04-02-2019 14:24 PDT
- Remove classifier for Python 3.4 for end-of-life. (#7535)
- Add Translate v3 (#7637)
- Updated client library documentation URLs. (#7307)
12-17-2018 17:07 PST
- Document Python 2 deprecation (#6910)
12-10-2018 13:33 PST
- Import
iam.policy
fromgoogle.api_core
. (#6741) - Fix rtype for
Client.detect_language
for single values (#5397)
- Update dependency to google-cloud-core (#6835)
- Bump minimum
api_core
version for all GAPIC libs to 1.4.1. (#6391)
- Fix installation package in README.rst (#6426)
- Fix #6321 Update README service links in quickstart guides. (#6322)
- Docs: normalize use of support level badges (#6159)
- Restore detailed usage docs. (#5999)
- Redirect renamed 'usage.html'/'client.html' -> 'index.html'. (#5996)
- Prep translate docs for repo split. (#5941)
- Add blacken to noxfile (#6795)
- Blackening Continued... (#6667)
- Add templates for flake8, coveragerc, noxfile, and black. (#6642)
- Adapt system test to updated back-end translation. (#6427)
- Use new Nox (#6175)
- Nox: use inplace installs (#5865)
- Modify system tests to use prerelease versions of grpcio (#5304)
- Add Test runs for Python 3.7 and remove 3.4 (#5295)
- Fix bad trove classifier
- Update dependency range for api-core to include v1.0.0 releases (#4944)
- Fixing "Fore" -> "For" typo in README docs. (#4317)
- Install local dependencies when running lint (#4936)
- Re-enable lint for tests, remove usage of pylint (#4921)
- Normalize all setup.py files (#4909)
- Making a
nox -s default
session for all packages. (#4324) - Shorten test names (#4321)
- Use POST (rather than GET) for API
translate
requests (#4095, h/t to @Maerig)
- Added link to "Python Development Environment Setup Guide" in project README (#4187, h/t to @michaelawyu)
- Fix example in
Config.get_variable()
(#3910)
- Upgrading to
google-cloud-core >= 0.28.0
and adding dependency ongoogle-api-core
(#4221, #4280)
PyPI: https://pypi.org/project/google-cloud-translate/1.3.0/