-
Notifications
You must be signed in to change notification settings - Fork 45
Comparing changes
Open a pull request
base repository: googleapis/python-translate
base: v3.3.2
head repository: googleapis/python-translate
compare: v3.4.0
- 12 commits
- 29 files changed
- 7 contributors
Commits on Jul 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 547b751 - Browse repository at this point
Copy the full SHA 547b751View commit details -
chore(deps): update dependency google-cloud-translate to v3.3.2 (#220)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-cloud-translate](https://togithub.com/googleapis/python-translate) | `==3.3.1` -> `==3.3.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-translate</summary> ### [`v3.3.2`](https://togithub.com/googleapis/python-translate/blob/master/CHANGELOG.md#​332-httpswwwgithubcomgoogleapispython-translatecomparev331v332-2021-07-29) [Compare Source](https://togithub.com/googleapis/python-translate/compare/v3.3.1...v3.3.2) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-translate).
Configuration menu - View commit details
-
Copy full SHA for becacf6 - Browse repository at this point
Copy the full SHA becacf6View commit details
Commits on Aug 3, 2021
-
chore: require CODEOWNER review and up to date branches (#224)
These two lines bring the rules on this repo in line with the defaults: https://github.com/googleapis/repo-automation-bots/blob/63c858e539e1f4d9bb8ea66e12f9c0a0de5fef55/packages/sync-repo-settings/src/required-checks.json#L40-L50
Configuration menu - View commit details
-
Copy full SHA for f133fd2 - Browse repository at this point
Copy the full SHA f133fd2View commit details
Commits on Aug 11, 2021
-
chore: fix INSTALL_LIBRARY_FROM_SOURCE in noxfile.py (#226)
Source-Link: googleapis/synthtool@6252f2c Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:50e35228649c47b6ca82aa0be3ff9eb2afce51c82b66c4a03fe4afeb5ff6c0fc
Configuration menu - View commit details
-
Copy full SHA for 13b5cb9 - Browse repository at this point
Copy the full SHA 13b5cb9View commit details
Commits on Aug 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3c4e919 - Browse repository at this point
Copy the full SHA 3c4e919View commit details -
chore(python): avoid
.nox
directories when building docs (#227)Source-Link: googleapis/synthtool@7e1f6da Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:a1a891041baa4ffbe1a809ac1b8b9b4a71887293c9101c88e8e255943c5aec2d
Configuration menu - View commit details
-
Copy full SHA for dcc5d85 - Browse repository at this point
Copy the full SHA dcc5d85View commit details
Commits on Aug 13, 2021
-
chore: drop mention of Python 2.7 from templates (#229)
Source-Link: googleapis/synthtool@facee4c Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:9743664022bd63a8084be67f144898314c7ca12f0a03e422ac17c733c129d803 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b6bc410 - Browse repository at this point
Copy the full SHA b6bc410View commit details
Commits on Aug 25, 2021
-
fix: add missing annotation for batch document translation (#231)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 392949968 Source-Link: googleapis/googleapis@41e44ac Source-Link: https://github.com/googleapis/googleapis-gen/commit/2a89e1166976d1d910103bc9a967e2596123a19f
Configuration menu - View commit details
-
Copy full SHA for a1297ba - Browse repository at this point
Copy the full SHA a1297baView commit details
Commits on Aug 29, 2021
-
feat: add translate_document and batch_translate_document (#234)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 393656336 Source-Link: googleapis/googleapis@17d3fb2 Source-Link: https://github.com/googleapis/googleapis-gen/commit/00ca50bdde80906d6f62314ef4f7630b8cdb6e15 feat(v3beta1): add format_conversions
Configuration menu - View commit details
-
Copy full SHA for b5962d6 - Browse repository at this point
Copy the full SHA b5962d6View commit details -
chore: Increase Batch Translate Text timeout (#225)
Change-Id: I0230ae19a14112009058100c0bb789a7d7a1543a Fixes #199 🦕
Configuration menu - View commit details
-
Copy full SHA for f7e69b2 - Browse repository at this point
Copy the full SHA f7e69b2View commit details -
chore: fix broken link in sample (#223)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-translate/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x ] Ensure the tests and linter pass - [x ] Code coverage does not decrease (if any source code was changed) - [x ] Appropriate docs were updated (if necessary) Fixes #222 🦕
Configuration menu - View commit details
-
Copy full SHA for 0e533f1 - Browse repository at this point
Copy the full SHA 0e533f1View commit details
Commits on Aug 30, 2021
-
🤖 I have created a release \*beep\* \*boop\* --- ## [3.4.0](https://www.github.com/googleapis/python-translate/compare/v3.3.2...v3.4.0) (2021-08-29) ### Features * add translate_document and batch_translate_document ([#234](https://www.github.com/googleapis/python-translate/issues/234)) ([b5962d6](https://www.github.com/googleapis/python-translate/commit/b5962d68051d7dc6e4213c78d21ab3bbea1411f5)) * **v3beta1:** add format_conversions ([b5962d6](https://www.github.com/googleapis/python-translate/commit/b5962d68051d7dc6e4213c78d21ab3bbea1411f5)) ### Bug Fixes * add missing annotation for batch document translation ([#231](https://www.github.com/googleapis/python-translate/issues/231)) ([a1297ba](https://www.github.com/googleapis/python-translate/commit/a1297ba6079524f82588c3fe79ec3f5c433a7606)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 41b0eda - Browse repository at this point
Copy the full SHA 41b0edaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.3.2...v3.4.0