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-datastore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: googleapis/python-datastore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Choose a head ref
  • 7 commits
  • 17 files changed
  • 6 contributors

Commits on Dec 9, 2020

  1. fix: make HTTPDatastoreAPI compatible w/ microgen Gapic API (#136)

    * tests: refactor to helpers for repeated tests
    
    * fix: update 'HTTPDatastoreAPI.allocate_ids' to follow request-only pattern
    
    Toward #124
    
    * fix: add missing 'HTTPDatastoreAPI.reserve_ids' method
    
    Closes #134.
    
    * fix: update 'HTTPDatastoreAPI.rollback' to follow request-only pattern
    
    Toward #124
    
    * fix: update 'HTTPDatastoreAPI.commit' to follow request-only pattern
    
    Toward #124
    
    * fix: update 'HTTPDatastoreAPI.begin_transaction' to follow request-only pattern
    
    Toward #124
    
    * fix: update 'HTTPDatastoreAPI.run_query' to follow request-only pattern
    
    Toward #124
    
    * fix: update 'HTTPDatastoreAPI.lookup' to follow request-only pattern
    
    Toward #124
    
    * fix: add 'retry' / 'timeout' args to HTTPDatastoreAPI methods
    
    Closes #124.
    
    * chore: lint
    
    * tests: run systests also w/ GRPC disabled.
    
    Closes #133.
    tseaver authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    d522799 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

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

Commits on Feb 3, 2021

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

Commits on Feb 4, 2021

  1. chore: add constraints file (#144)

    * chore: add comnstraints file
    
    * chore: add comnstraints file
    
    * chore: add comnstraints file
    
    * chore: add comnstraints file
    
    * chore: add comnstraints file
    
    * chore: add comnstraints file
    
    Co-authored-by: Christopher Wilcox <crwilcox@google.com>
    busunkim96 and crwilcox authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    f9a22c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    31bb053 View commit details
    Browse the repository at this point in the history
  2. fix: optimized protobuf access for performance (#155)

    More efficiently uses proto-plus wrappers, as well as inner protobuf attribute access, to greatly reduce the performance costs seen in version 2.0.0 (which stemmed from the introduction of proto-plus).
    
    The size of the performance improvement scales with the number of attributes on each Entity, but in general, speeds once again closely approximate those from 1.15.
    
    Fixes #145
    Fixes #150
    craiglabenz authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    5b67daa View commit details
    Browse the repository at this point in the history
  3. chore: release 2.1.1 (#137)

    * chore: release 2.1.1
    
    * chore: normalize imperative voice in changelog entry
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Tres Seaver <tseaver@palladion.com>
    release-please[bot] and tseaver authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    b841b2a View commit details
    Browse the repository at this point in the history
Loading