Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-translate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: googleapis/python-translate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Choose a head ref
  • 4 commits
  • 23 files changed
  • 4 contributors

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    29d10b9 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google-cloud-translate to v3 (#37)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [google-cloud-translate](https://togithub.com/googleapis/python-translate) | major | `==2.0.1` -> `==3.0.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-translate</summary>
    
    ### [`v3.0.0`](https://togithub.com/googleapis/python-translate/blob/master/CHANGELOG.md#&#8203;300-httpswwwgithubcomgoogleapispython-translatecomparev202v300-2020-08-05)
    
    [Compare Source](https://togithub.com/googleapis/python-translate/compare/v2.0.2...v3.0.0)
    
    ##### ⚠ BREAKING CHANGES
    
    -   migrate API to microgenerator ([#&#8203;31](https://togithub.com/googleapis/python-translate/issues/31))
    
    ##### Features
    
    -   migrate API to microgenerator ([#&#8203;31](https://www.github.com/googleapis/python-translate/issues/31)) ([1c5b6e8](https://www.github.com/googleapis/python-translate/commit/1c5b6e89a0a3b55c41c909e4ee27e0bd23e4b579))
    
    ##### [2.0.2](https://www.github.com/googleapis/python-translate/compare/v2.0.1...v2.0.2) (2020-08-03)
    
    ##### Bug Fixes
    
    -   refactored MP3 file creation test for Hybrid glossaries samples [(\[#&#8203;2379\](https://www.github.com/googleapis/python-translate/issues/2379))](https://togithub.com/GoogleCloudPlatform/python-docs-samples/issues/2379) ([b8b5101](https://www.github.com/googleapis/python-translate/commit/b8b5101be28d0d0d17a4d688eea81af6754a394c))
    -   translate test [(\[#&#8203;2671\](https://www.github.com/googleapis/python-translate/issues/2671))](https://togithub.com/GoogleCloudPlatform/python-docs-samples/issues/2671) ([a3d9f80](https://www.github.com/googleapis/python-translate/commit/a3d9f804576caeb4fdcdbbd4479caeb926efd8d0))
    -   update default retry config ([#&#8203;15](https://www.github.com/googleapis/python-translate/issues/15)) ([dddf0bf](https://www.github.com/googleapis/python-translate/commit/dddf0bf33463968932031cc0be5bc8a0d4a96455))
    
    ##### [2.0.1](https://www.github.com/googleapis/python-translate/compare/v2.0.0...v2.0.1) (2020-01-31)
    
    ##### Bug Fixes
    
    -   **translate:**  add py2 deprecation warning; bump copyright year to 2020; add 3.8 unit tests (via synth) ([#&#8203;9943](https://www.github.com/googleapis/python-translate/issues/9943)) ([b57f09a](https://www.github.com/googleapis/python-translate/commit/b57f09a5f804daca1a96918a29746f24ae7bc4a5))
    -   **translate:** update test assertion and core version pins ([#&#8203;10098](https://www.github.com/googleapis/python-translate/issues/10098)) ([74b7757](https://www.github.com/googleapis/python-translate/commit/74b77579a1770c743353bdafde3e1744cbbe7842))
    
    ### [`v2.0.2`](https://togithub.com/googleapis/python-translate/blob/master/CHANGELOG.md#&#8203;202-httpswwwgithubcomgoogleapispython-translatecomparev201v202-2020-08-03)
    
    [Compare Source](https://togithub.com/googleapis/python-translate/compare/v2.0.1...v2.0.2)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **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#googleapis/python-translate).
    renovate-bot authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    2a80f87 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. fix: update retry and timeout config (#39)

    * feat: regenerate library using Bazel
    adds additional module name overrides
    sets default timeout and retry config in base
    
    * chore: corrects module name in setup.py
    danoscarmike authored Aug 8, 2020
    Configuration menu
    Copy the full SHA
    a334317 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. chore: release 3.0.1 (#41)

    * chore: updated CHANGELOG.md [ci skip]
    
    * chore: updated setup.cfg [ci skip]
    
    * chore: updated setup.py
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    bb3720b View commit details
    Browse the repository at this point in the history
Loading