python-google-cloud-translate/python-google-cloud-translate.changes

142 lines
5.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Oct 17 09:52:07 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 3.8.4
* **deps:** Allow protobuf 3.19.5 (#457)
- from version 3.8.3
* **deps:** Require protobuf >= 3.20.2 (#452)
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Mon Sep 12 16:02:14 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 3.8.2
* **samples:** Fixing file saving for local documents translation (#419)
- from version 3.8.1
* **deps:** allow protobuf < 5.0.0 (#425)
* **deps:** require proto-plus >= 1.22.0 (ba884c6)
- from version 3.8.0
* add audience parameter (b665051)
* **deps:** require google-api-core>=1.32.0,>=2.8.0 (#409)
* require python 3.7+ (#411)
- Drop patches for issues fixed upstream
* python-google-cloud-translate-no-mock.patch
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Thu Jun 9 07:57:58 UTC 2022 - pgajdos@suse.com
- version update to 3.7.4
* deps: require protobuf <4.0.0dev (#395) (6747720)
* fix changelog header to consistent size (#396) (d4d2825)
* fix type in docstring for map fields (3b845d6)
- added patches
fix https://github.com/googleapis/python-translate/issues/403
+ python-google-cloud-translate-no-mock.patch
-------------------------------------------------------------------
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