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.4.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.5.0
Choose a head ref
  • 15 commits
  • 108 files changed
  • 8 contributors

Commits on Apr 29, 2021

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

    [![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.3.0` -> `==3.4.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-spanner/3.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-spanner/3.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-spanner/3.4.0/compatibility-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-spanner/3.4.0/confidence-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-spanner</summary>
    
    ### [`v3.4.0`](https://togithub.com/googleapis/python-spanner/blob/master/CHANGELOG.md#&#8203;340-httpswwwgithubcomgoogleapispython-spannercomparev330v340-2021-04-29)
    
    [Compare Source](https://togithub.com/googleapis/python-spanner/compare/v3.3.0...v3.4.0)
    
    ##### Features
    
    -   add samples for CMEK support ([#&#8203;275](https://www.github.com/googleapis/python-spanner/issues/275)) ([f8d9bd3](https://www.github.com/googleapis/python-spanner/commit/f8d9bd33e04675a8dca148c2fae4a9133beebbca))
    -   added support for numeric field for python decimal value ([#&#8203;316](https://www.github.com/googleapis/python-spanner/issues/316)) ([070a171](https://www.github.com/googleapis/python-spanner/commit/070a1712dc34afb68105194060bb2fe6177fbac5))
    -   **dbapi:** remove string conversion for numeric fields ([#&#8203;317](https://www.github.com/googleapis/python-spanner/issues/317)) ([772aa3c](https://www.github.com/googleapis/python-spanner/commit/772aa3c2ffbdf3f863c09db176697b3ad70adbcf))
    
    ##### Bug Fixes
    
    -   correctly set resume token when restarting streams ([#&#8203;314](https://www.github.com/googleapis/python-spanner/issues/314)) ([0fcfc23](https://www.github.com/googleapis/python-spanner/commit/0fcfc2301246d3f20b6fbffc1deae06f16721ec7))
    -   support INSERT from SELECT clause with args ([#&#8203;306](https://www.github.com/googleapis/python-spanner/issues/306)) ([0dcda5e](https://www.github.com/googleapis/python-spanner/commit/0dcda5e21f8fb30ee611fddf0829684d86ced0ef))
    
    ##### Performance Improvements
    
    -   use protobuf for metadata to reduce type conversions ([#&#8203;325](https://www.github.com/googleapis/python-spanner/issues/325)) ([5110b9b](https://www.github.com/googleapis/python-spanner/commit/5110b9bc31804db9777a23fca60360119840640c))
    
    </details>
    
    ---
    
    ### 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#github/googleapis/python-spanner).
    renovate-bot authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    439b809 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    71b7a32 View commit details
    Browse the repository at this point in the history
  2. chore: add SECURITY.md (#329)

    Co-authored-by: google-cloud-policy-bot[bot] <80869356+google-cloud-policy-bot[bot]@users.noreply.github.com>
    google-cloud-policy-bot[bot] authored May 11, 2021
    Configuration menu
    Copy the full SHA
    bf2791d View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. feat: add decimal validation for numeric precision and scale supporte…

    …d by Spanner (#340)
    
    * feat: updated googleapis proto changes for request tags
    
    * feat: added support for numberic for python decimal value
    
    * feat: add decimal validation for numeric precission and scale supported by spanner
    
    * fix: moved decimal validation from  spanner_dbapi to spanner_v1/helper function
    vi3k6i5 authored May 18, 2021
    Configuration menu
    Copy the full SHA
    aa36c5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e69e6ab View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. refactor: removed test_w_numeric as it was redundent to test_w_numeri…

    …c_precision_and_scale_valid (#350)
    vi3k6i5 authored May 19, 2021
    Configuration menu
    Copy the full SHA
    7d5a6e1 View commit details
    Browse the repository at this point in the history
  2. fix: correctly classify select statements that begin with brackets (#351

    )
    
    Co-authored-by: larkee <larkee@users.noreply.github.com>
    larkee and larkee authored May 19, 2021
    Configuration menu
    Copy the full SHA
    d526acc View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    1111ccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d88b404 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36df202 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. chore: s.remove_staging_dirs() should only be called once (#356)

    There is [an issue](https://github.com/googleapis/python-spanner/blob/master/owlbot.py#L30) in the `owlbot.py` file added in #319 in that [s.remove_staging_dirs()](https://github.com/googleapis/synthtool/blob/master/synthtool/transforms.py#L309) should only be called once after all the files are copied over.  [get_staging_dirs()](https://github.com/googleapis/synthtool/blob/master/synthtool/transforms.py#L280) will only return staging directories that exist.
    parthea authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    f58d2c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. feat: add progress field to UpdateDatabaseDdlMetadata (#361)

    * chore: fix owlbot.py to copy changes from googleapis-gen
    
    * feat(spanner): add progress field to UpdateDatabaseDdlMetadata
    
    * use the latest owlbot post processor image
    
    * chore: move import of CommitResponse
    
    * add workarounds in owlbot.py
    
    * run post processor
    
    * update owlbot.py to copy multiple folders/versions from googleapis-gen
    parthea authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    1c03dcc View commit details
    Browse the repository at this point in the history
  2. feat: add query statistics package support (#129)

    * feat: add query statistics package support
    
    * style: fix lint
    
    * test: reorder env mocks
    
    Co-authored-by: larkee <larkee@users.noreply.github.com>
    larkee and larkee authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    6598dea View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. fix: update to support the open-telemetry status code spec change (#358)

    * fix: for opentelemetry status code spec change
    
    * fix: corrected open telemetry tests to work with latest open telemetry specs
    
    * fix: correct open telemetry tests status code
    
    * fix: open telemetry schema related changes and fixes for tests to work with in memory exporter
    
    * fix: variable name correction for ot_exporter
    
    * fix: correct variable name from memeory_exporter to ot_exporter
    
    * fix: remove patch for opentelemetry.util.time with _constant_time as it was not used
    
    * refactor: correct opentelemetry.util.time to opentelemetry.util._time
    
    * ci: update packages for open telemetry
    
    * refactor: increased version of open telemetry as per new specs
    
    * fix: changed opentelemetry dependency version
    
    * updated constraints file with opentelemetry-instrumentation >= 0.20b0
    
    * fix: added ot_exporter clear call after reload to clear out the exporter memeory
    
    * fix: removed repeated constraints for different versions of python
    vi3k6i5 authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    0f894f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. chore: release 3.5.0 (#349)

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