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.3.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.4.0
Choose a head ref
  • 15 commits
  • 68 files changed
  • 12 contributors

Commits on Mar 29, 2021

  1. chore: loosen opentelemetry dependencies (#298)

    * chore: loosen opentelemetry dependencies
    
    * test: fix opentelemetry test skip
    
    * test: fix skipUnless call
    
    Co-authored-by: larkee <larkee@users.noreply.github.com>
    larkee and larkee authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    7766f24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75f8340 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. feat: add samples for CMEK support (#275)

    * feat: add samples for CMEK support
    
    * test: fix backups cleanup
    
    * test: correctly use database id for cmek restore
    
    * test: add clean up for databases
    
    * refactor: remove version time from sample
    
    * refactor: use user-provided key for creating encrypted backup message
    
    Co-authored-by: larkee <larkee@users.noreply.github.com>
    larkee and larkee authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    f8d9bd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    7ae8e0b View commit details
    Browse the repository at this point in the history
  2. chore: add RequestOptions proto; add optimizer_statistics_package to …

    …QueryOptions (#288)
    
    * changes without context
    
            autosynth cannot find the source of changes triggered by earlier changes in this
            repository, or by version upgrades to tools such as linters.
    
    * chore: update gapic-generator-python to 0.40.11
    
    PiperOrigin-RevId: 359562873
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Thu Feb 25 10:52:32 2021 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: 07932bb995e7dc91b43620ea8402c6668c7d102c
    Source-Link: googleapis/googleapis@07932bb
    
    * feat(spanner): add `optimizer_statistics_package` field in `QueryOptions`
    
    PiperOrigin-RevId: 360758638
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Wed Mar 3 14:32:33 2021 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: dff6e4625d4ea0a16fc44d3b9be115219c403f07
    Source-Link: googleapis/googleapis@dff6e46
    
    * chore: upgrade gapic-generator-python to 0.42.2
    
    PiperOrigin-RevId: 361662015
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon Mar 8 14:47:18 2021 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: 28a591963253d52ce3a25a918cafbdd9928de8cf
    Source-Link: googleapis/googleapis@28a5919
    
    * chore: upgrade gapic-generator-python to 0.43.1
    
    PiperOrigin-RevId: 364411656
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon Mar 22 14:40:22 2021 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 149a3a84c29c9b8189576c7442ccb6dcf6a8f95b
    Source-Link: googleapis/googleapis@149a3a8
    
    * feat: add RPC Priority request options
    
    PiperOrigin-RevId: 364449524
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon Mar 22 17:39:37 2021 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 6598bb829c9e9a534be674649ffd1b4671a821f9
    Source-Link: googleapis/googleapis@6598bb8
    
    * feat: add tagging request options
    
    PiperOrigin-RevId: 365498709
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Sun Mar 28 20:54:25 2021 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 6ce40ff8faf68226782f507ca6b2d497a77044de
    Source-Link: googleapis/googleapis@6ce40ff
    
    * fix: fix dependencies
    
    * chore: revert changes taht break tests
    
    * style: fix lint
    
    Co-authored-by: Bu Sun Kim <busunkim@google.com>
    Co-authored-by: larkee <larkee@users.noreply.github.com>
    3 people authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    83adb1e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. fix: support INSERT from SELECT clause with args (#306)

    * fix: support INSERT from SELECT clause with args
    
    * the fix itself
    
    * update docstrings
    Ilya Gurov authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    0dcda5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    403ed94 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. chore: prevent normalization of semver versioning (#309)

    * chore: prevent normalization of semver versioning
    
    * chore: update workaround to make sic work
    dandhlee authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    7015fd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. feat: added support for numeric field for python decimal value (#316)

    * feat: updated googleapis proto changes for request tags
    
    * feat: added support for numberic for python decimal value
    
    * feat: added support for numberic for python decimal value
    vi3k6i5 authored Apr 23, 2021
    Configuration menu
    Copy the full SHA
    070a171 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. feat(dbapi): remove string conversion for numeric fields (#317)

    * feat: updated googleapis proto changes for request tags
    
    * feat: added support for numberic for python decimal value
    
    * feat: added support for converting decimal field to numeric field and removed it's conversion to string
    vi3k6i5 authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    772aa3c View commit details
    Browse the repository at this point in the history
  2. fix: correctly set resume token when restarting streams (#314)

    * fix: correctly set resume token for restarting streams
    
    * style: fix lint
    
    * docs: update docstring
    
    * test: fix assertion
    
    Co-authored-by: larkee <larkee@users.noreply.github.com>
    larkee and larkee authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    0fcfc23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bddb81 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. chore: migrate to owl bot (#319)

    This PR migrates from autosynth to [owl bot](https://github.com/googleapis/repo-automation-bots/tree/master/packages/owl-bot).  owl bot will save time for maintainers as it will automatically open PRs when there are updates in [googleapis-gen](https://github.com/googleapis/googleapis-gen/tree/master/google) without requiring maintainers to run `synthtool` to build the client from protos. Additionally, similar to autosynth, PRs will be automatically opened when there are template updates. With owl bot, on every PR, a post-processor image will run so that we won't have to ask contributors to run [blacken](https://github.com/googleapis/python-spanner/blob/master/synth.py#L88).
    parthea authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    eccbd0d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. perf: use protobuf for metadata to reduce type conversions (#325)

    * perf: use protobuf for metadata to reduce type conversions
    
    * fix: ensure the metadata return type remains the same
    
    * fix: only wrap non-None metadata pbs
    
    Co-authored-by: larkee <larkee@users.noreply.github.com>
    larkee and larkee authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    5110b9b View commit details
    Browse the repository at this point in the history
  2. chore: release 3.4.0 (#299)

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