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: v1.14.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: v1.15.0
Choose a head ref
  • 14 commits
  • 53 files changed
  • 7 contributors

Commits on Feb 18, 2020

  1. feat(spanner): exporting transaction._rolled_back as transaction.roll…

    …ed_back (#16)
    
    Co-authored-by: larkee <31196561+larkee@users.noreply.github.com>
    HemangChothani and larkee authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    974ee92 View commit details
    Browse the repository at this point in the history
  2. [CHANGE ME] Re-generated to pick up changes in the API or client libr…

    …ary generator. (#9)
    
    Co-authored-by: larkee <31196561+larkee@users.noreply.github.com>
    yoshi-automation and larkee authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    250f19e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. feat(spanner): add emulator support (#14)

    * emulator support implementation
    
    * facilitate running system test against an emulator
    
    * add tests
    
    * formatting
    
    * remove brittle error string checks
    
    * add skips for tests when emulator support is used
    
    * fix lint errors
    larkee authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    b315593 View commit details
    Browse the repository at this point in the history
  2. fix: remove erroneous timeouts for batch_create_session calls (#18)

    * fix: remove erroneous timeouts for batch_create_session calls in session pools
    
    * blacken
    larkee authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    997a034 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4c170c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. chore!: remove Python 2.7 from testing (#22)

    * chore: remove Python 2.7 from testing
    
    * update README
    
    * remove Python 2 from PyPi page
    larkee authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    d0f505c View commit details
    Browse the repository at this point in the history
  2. Revert "chore!: remove Python 2.7 from testing (#22)" (#24)

    This reverts commit d0f505c.
    larkee authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    5e7a106 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. docs: correct URLs for old issues (#29)

    * docs: correct URLs for old issues
    
    * Update CHANGELOG.md
    
    Revert unrelated formatter change
    Gurov Ilya authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    2331aa4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. [CHANGE ME] Re-generated to pick up changes in the API or client libr…

    …ary generator. (#27)
    
    Co-authored-by: larkee <31196561+larkee@users.noreply.github.com>
    yoshi-automation and larkee authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    23916c5 View commit details
    Browse the repository at this point in the history
  2. feat: implement query options versioning support (#30)

    * feat: implement query options versioning support
    
    * refactor _merge_query_options to use MergeFrom protobuf function
    
    * address comments
    
    * fix assignment
    
    Co-authored-by: larkee <larkee@users.noreply.github.com>
    larkee and larkee authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    5147921 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. chore: add backups (via synth)

    Co-authored-by: larkee <31196561+larkee@users.noreply.github.com>
    yoshi-automation and larkee authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    a48c4b1 View commit details
    Browse the repository at this point in the history
  2. feat: add support for backups (#35)

    * feat: implement backup support
    
    * Apply suggestions from code review
    
    Co-Authored-By: skuruppu <skuruppu@google.com>
    
    * refactor restore to use source
    
    Co-authored-by: larkee <larkee@users.noreply.github.com>
    Co-authored-by: skuruppu <skuruppu@google.com>
    3 people authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    39288e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. chore: ensure next release is minor (#37)

    Release-As: 1.15.0
    
    Co-authored-by: larkee <larkee@users.noreply.github.com>
    larkee and larkee authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    faf23af View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. chore: release 1.15.0 (#40)

    * updated CHANGELOG.md [ci skip]
    
    * updated setup.py [ci skip]
    
    * Update CHANGELOG.md
    
    Tidy commit summaries
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: larkee <31196561+larkee@users.noreply.github.com>
    release-please[bot] and larkee authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    e378ba0 View commit details
    Browse the repository at this point in the history
Loading