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.10.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.11.0
Choose a head ref
  • 3 commits
  • 13 files changed
  • 4 contributors

Commits on Sep 21, 2021

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

Commits on Sep 29, 2021

  1. feat: adding support for spanner request options tags (#276)

    * feat: added support for request options with request tag and transaction tag in supported classes
    
    * feat: corrected import for RequestOptions
    
    * feat: request options added lint corrections
    
    * feat: added system test for request tagging
    
    * feat: added annotation to skip request tags validation test while using emulator
    
    * feat: lint fix
    
    * fix: remove request_option from batch
    
    * lint: lint fixes
    
    * refactor: undo changes
    
    * refactor: undo changes
    
    * refactor: remove test_system file, as it has been removed in master
    
    * refactor: update code to latest changes
    
    * feat: added support for request options with request tag and transaction tag in supported classes
    
    * feat: corrected import for RequestOptions
    
    * fix: add transaction_tag test for transaction_tag set in transaction class
    
    * fix: lint fixes
    
    * refactor: lint fixes
    
    * fix: change request_options dictionary to RequestOptions object
    
    * refactor: fix lint issues
    
    * refactor: lint fixes
    
    * refactor: move write txn properties to BatchBase
    
    * fix: use transaction tag on all write methods
    
    * feat: add support for batch commit
    
    * feat: add support for setting a transaction tag on batch checkout
    
    * refactor: update checks for readability
    
    * test: use separate expectation object for readability
    
    * test: add run_in_transaction test
    
    * test: remove test for unsupported behaviour
    
    * style: lint fixes
    
    Co-authored-by: larkee <larkee@users.noreply.github.com>
    vi3k6i5 and larkee authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    e16f376 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. chore: release 3.11.0 (#599)

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