Skip to content
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-spanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.8.0
Choose a base ref
...
head repository: googleapis/python-spanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.9.0
Choose a head ref
  • 8 commits
  • 19 files changed
  • 8 contributors

Commits on Aug 16, 2021

  1. chore(deps): update dependency google-cloud-spanner to v3.8.0 (#522)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-spanner](https://togithub.com/googleapis/python-spanner) | `==3.7.0` -> `==3.8.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-spanner/3.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-spanner/3.8.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-spanner/3.8.0/compatibility-slim/3.7.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-spanner/3.8.0/confidence-slim/3.7.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-spanner</summary>
    
    ### [`v3.8.0`](https://togithub.com/googleapis/python-spanner/blob/master/CHANGELOG.md#&#8203;380-httpswwwgithubcomgoogleapispython-spannercomparev370v380-2021-08-15)
    
    [Compare Source](https://togithub.com/googleapis/python-spanner/compare/v3.7.0...v3.8.0)
    
    ##### Features
    
    -   use DML batches in `executemany()` method ([#&#8203;412](https://www.togithub.com/googleapis/python-spanner/issues/412)) ([cbb4ee3](https://www.github.com/googleapis/python-spanner/commit/cbb4ee3eca9ac878b4f3cd78cfcfe8fc1acb86f9))
    
    ##### Bug Fixes
    
    -   **samples:** batch_update() results processing error ([#&#8203;484](https://www.togithub.com/googleapis/python-spanner/issues/484)) ([bdd5f8b](https://www.github.com/googleapis/python-spanner/commit/bdd5f8b201d1b442837d4fca1d631fe171e276b9))
    
    </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-spanner).
    renovate-bot authored Aug 16, 2021
    Configuration menu
    Copy the full SHA
    492ad09 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. tests: bump instance operation timeout to 240 seconds (#525)

    * tests: bump instance operation timeout to 120 seconds
    
    Toward #524.
    
    * tests: bump instance operation timeout to 240 seconds
    
    Likewise for samples instance creation.
    tseaver authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    1f343a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. tests: revert testing against prerelease deps on Python 3.9 (#527)

    Consensus from today's meeting is that testing against prereleases needs to happen outside the normal presubmit path.
    
    Reverts only part of PR #479.
    tseaver authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    33f00ab View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. ci: make separate systest job required for merge (#530)

    Follow-on to PR #481.
    tseaver authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    b294dbf View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. tests: use datetime.now() with timezone to handle DST correctly (#531)

    * tests: use datetime.now() to ensure DST is handled correctly
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * test: change fixture scope
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: larkee <larkee@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    098a786 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. test: adjust version time to avoid future timestamp error (#538)

    * test: adjust version time to avoid future timestamp error
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix: use None when encryption config is empty
    
    Co-authored-by: larkee <larkee@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    0bd17bb View commit details
    Browse the repository at this point in the history
  2. feat: add support for JSON type (#353)

    * add support for JSON- proto changes
    
    * adding json support-synth tool
    
    * deleting synth.metadata
    
    * Revert "add support for JSON- proto changes"
    
    This reverts commit a2f111c.
    
    * json changes
    
    * json changes
    
    * json changes
    
    * sorting keys and adding separators
    
    * adding changes to system test case
    
    * removing extra spaces
    
    * lint changes
    
    * changes to test_session
    
    * changes for lint
    
    Co-authored-by: Zoe <zoc@google.com>
    Co-authored-by: larkee <31196561+larkee@users.noreply.github.com>
    3 people authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    b1dd04d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. chore: release 3.9.0 (#540)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 29, 2021
    Configuration menu
    Copy the full SHA
    6cd4561 View commit details
    Browse the repository at this point in the history
Loading