python-google-cloud-translate/python-google-cloud-translate.changes
Robert Schweikert 10310beab3 Accepting request 969832 from home:glaubitz:branches:devel:languages:python
- Update to version 3.7.2
  Bug Fixes
  * **deps:** require google-api-core>=1.31.5, >=2.3.2 (#348) (fe3ac1e)
  * **deps:** require proto-plus>=1.15.0 (fe3ac1e)
- from version 3.7.1
  Documentation
  * add generated snippets (#336) (36c4483)
- from version 3.7.0
  Features
  * add api key support (#329) (4b08cd5)
  Bug Fixes
  * 290 added a create glossary line before each call using bistro-glossary (#302) (742e414)
  * resolve DuplicateCredentialArgs error when using credentials_file (26791c2)
- from version 3.6.1
  Bug Fixes
  * **deps:** drop packaging dependency (7924322)
  * **deps:** require google-api-core >= 1.28.0 (7924322)
  Documentation
  * list oneofs in docstring (7924322)
  * **samples:** Add Cloud Code tags for API Explorer pilot (#282) (3e8df68)
- from version 3.6.0
  Features
  * add support for python 3.10 (#275) (381fc15)
  Bug Fixes
  * add model signature for batch document translation (#276) (be0b01b)
- from version 3.5.0
  Features
  * add context manager support in client (#267) (6e750e8)
  Bug Fixes
  * (#254) by increasing timeout, use backoff module instead of flaky (#271) (0cff0f2)

OBS-URL: https://build.opensuse.org/request/show/969832
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-translate?expand=0&rev=5
2022-04-13 11:44:13 +00:00

106 lines
3.7 KiB
Plaintext

-------------------------------------------------------------------
Wed Apr 13 10:40:56 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 3.7.2
Bug Fixes
* **deps:** require google-api-core>=1.31.5, >=2.3.2 (#348) (fe3ac1e)
* **deps:** require proto-plus>=1.15.0 (fe3ac1e)
- from version 3.7.1
Documentation
* add generated snippets (#336) (36c4483)
- from version 3.7.0
Features
* add api key support (#329) (4b08cd5)
Bug Fixes
* 290 added a create glossary line before each call using bistro-glossary (#302) (742e414)
* resolve DuplicateCredentialArgs error when using credentials_file (26791c2)
- from version 3.6.1
Bug Fixes
* **deps:** drop packaging dependency (7924322)
* **deps:** require google-api-core >= 1.28.0 (7924322)
Documentation
* list oneofs in docstring (7924322)
* **samples:** Add Cloud Code tags for API Explorer pilot (#282) (3e8df68)
- from version 3.6.0
Features
* add support for python 3.10 (#275) (381fc15)
Bug Fixes
* add model signature for batch document translation (#276) (be0b01b)
- from version 3.5.0
Features
* add context manager support in client (#267) (6e750e8)
Bug Fixes
* (#254) by increasing timeout, use backoff module instead of flaky (#271) (0cff0f2)
- from version 3.4.1
Bug Fixes
* add 'dict' annotation type to 'request' (6bbf390)
* improper types in pagers generation (cd70523)
- from version 3.4.0
Features
* add translate_document and batch_translate_document (#234) (b5962d6)
* **v3beta1:** add format_conversions (b5962d6)
Bug Fixes
* add missing annotation for batch document translation (#231) (a1297ba)
- from version 3.3.2
Bug Fixes
* enable self signed jwt for grpc (#215) (2f1bc32)
Documentation
* add Samples section to CONTRIBUTING.rst (#206) (6f1df67)
Miscellaneous Chores
* release as 3.3.2 (#218) (e14de99)
- from version 3.3.1
Bug Fixes
* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to
allow 2.x versions (#205) (3a11025)
- from version 3.3.0
Features
* add always_use_jwt_access (778878d)
Bug Fixes
* disable always_use_jwt_access (#186) (778878d)
- from version 3.2.1
Documentation
* omit mention of Python 2.7 in 'CONTRIBUTING.rst' (#1127) (#175) (7ef5f04)
- from 3.2.0
Features
* support self-signed JWT flow for service accounts (959a35c)
Bug Fixes
* add async client to %name_%version/init.py (959a35c)
* **deps:** add packaging requirement (959a35c)
Documentation
* connect Python Translate client library to nebulous serverless example (#162) (2986864)
- from version 3.1.0
Features
* add `from_service_account_info` (a397eff)
* **v3beta1:** add online and batch document translation (a397eff)
* **v3beta1:** add online and batch document translation (#121) (a397eff)
Bug Fixes
* moves region tags (#103) (e161eb5)
* use correct retry deadlines (a397eff)
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Fri Mar 12 12:21:41 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>
- Update to version 3.0.2
* add w/ glossary and model
- Install alternative binary files for different Python versions
- Reenable tests
-------------------------------------------------------------------
Tue Oct 20 13:30:16 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>
- Update to version 3.0.1
* update retry and timeout config
- Update to version 3.0.0
* migrate API to microgenerator
- New requirements
* python-libcst >= 0.2.5
* python-proto-plus >= 0.4.0
* python-pytest-asyncio
- Disable not working tests for now
-------------------------------------------------------------------
Tue Jun 16 12:58:12 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Initial commit, needed by weblate