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.12.1
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.13.0
Choose a head ref
  • 15 commits
  • 54 files changed
  • 8 contributors

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    312435b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. chore(spanner): Add benchwrapper. (#657)

    * chore(spanner): Add benchwrapper.
    
    * Add README.md to run the benchwrapper
    
    * Add README for regenerating protos for benchmarking
    
    * Small change to benchwrapper README
    
    * Update README.md for benchwrapper.
    
    * chore(spanner): Incorporate review comments.
    
    * chore(spanner): Incorporate review comments.
    
    * chore(spanner): accommodate review comments.
    
    -   Add script docstring with usage instructions.
    
    -   Modify copyright in spanner.proto.
    rajatbhatta authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    1c4aeca View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. chore: use gapic-generator-python 0.58.4 (#656)

    * chore: use gapic-generator-python 0.58.4
    
    fix: provide appropriate mock values for message body fields
    
    committer: dovs
    PiperOrigin-RevId: 419025932
    
    Source-Link: googleapis/googleapis@73da669
    
    Source-Link: googleapis/googleapis-gen@46df624
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDZkZjYyNGE1NGI5ZWQ0N2MxYTdlZWZiN2E0OTQxM2NmN2I4MmY5OCJ9
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 8, 2022
    Configuration menu
    Copy the full SHA
    d47129b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. chore(samples): Add check for tests in directory (#661)

    Source-Link: googleapis/synthtool@52aef91
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:36a95b8f494e4674dc9eee9af98961293b51b86b3649942aac800ae6c1f796d4
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 11, 2022
    Configuration menu
    Copy the full SHA
    1eb86a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    a7e6eb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. chore(python): update release.sh to use keystore (#663)

    Source-Link: googleapis/synthtool@69fda12
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ae600f36b6bc972b368367b6f83a1d91ec2c82a4a116b383d67d547c56fe6de3
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    7019060 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    e1eda04 View commit details
    Browse the repository at this point in the history
  2. chore(python): Noxfile recognizes that tests can live in a folder (#665)

    Source-Link: googleapis/synthtool@4760d8d
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f0e4b51deef56bed74d3e2359c583fc104a8d6367da3984fc5c66938db738828
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    7115d78 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. chore(python): exclude templated GH action workflows (#666)

    * ci(python): run lint / unit tests / docs as GH actions
    
    Source-Link: googleapis/synthtool@57be0cd
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ed1f9983d5a935a89fe8085e8bb97d94e41015252c5b6c9771257cf8624367e6
    
    * exclude templated github actions
    
    * revert workflows
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    86d3390 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. chore: update supported python versions in README to >= 3.6 (#668)

    * chore: update supported python versions in README to >= 3.6
    
    Update supported python versions in README to >= 3.6, in line with setup.py which indicates python_requires=">=3.6".
    
    * chore: update the deprecated python versions in readme file
    
    Python 3.5 has been deprecated. So, adding it to the list of deprecated versions.
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    rajatbhatta and parthea authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    9329a10 View commit details
    Browse the repository at this point in the history
  2. chore: make samples 3.6 check optional (#669)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    busunkim96 and parthea authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    979442c View commit details
    Browse the repository at this point in the history
  3. feat: add database dialect (#671)

    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 423930262
    
    Source-Link: googleapis/googleapis@b0c104f
    
    Source-Link: googleapis/googleapis-gen@4289d82
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDI4OWQ4MjAwMGQ1NTQ1NjM1N2YwNWJlMDFiNzc2MzA4MmJiNzdiNiJ9
    
    feat: add api key support
    gcf-owl-bot[bot] authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    819be92 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. fix: resolve DuplicateCredentialArgs error when using credentials_file (

    #676)
    
    
    committer: parthea
    PiperOrigin-RevId: 425964861
    
    Source-Link: googleapis/googleapis@84b1a5a
    
    Source-Link: googleapis/googleapis-gen@4fb761b
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGZiNzYxYmJkODUwNmFjMTU2ZjQ5YmFjNWYxODMwNmFhOGViM2FhOCJ9
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    39ff137 View commit details
    Browse the repository at this point in the history
  2. fix: add support for row_count in cursor. (#675)

    * fix: add support for row_count
    
    * docs: update rowcount property doc
    
    * fix: updated tests for cursor to check row_count
    
    * refactor: lint fixes
    
    * test: add test for do_batch_update
    
    * refactor: Empty commit
    vi3k6i5 authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    d431339 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. chore(main): release 3.13.0 (#673)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    31b91a5 View commit details
    Browse the repository at this point in the history
Loading