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.2
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.3
Choose a head ref
  • 6 commits
  • 12 files changed
  • 4 contributors

Commits on May 7, 2021

  1. chore: fix synth replacment for index creation (#166)

    Upstream changes broke the previous anchor for the fragment.
    
    Closes #160.
    tseaver authored May 7, 2021
    Configuration menu
    Copy the full SHA
    d616f2a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

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

Commits on May 18, 2021

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

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    57b0fe6 View commit details
    Browse the repository at this point in the history
  2. fix(perf): improve performance unmarshalling entities from protobuf2 (#…

    …175)
    
    Uses direct access of pb2 object when iterating over Entity.properties. This reduces the time required to hydrate query results by 50%
    craiglabenz authored May 25, 2021
    Configuration menu
    Copy the full SHA
    0e5b718 View commit details
    Browse the repository at this point in the history
  3. chore: release 2.1.3 (#176)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ### [2.1.3](https://www.github.com/googleapis/python-datastore/compare/v2.1.2...v2.1.3) (2021-05-25)
    
    
    ### Bug Fixes
    
    * **perf:** improve performance unmarshalling entities from protobuf2 ([#175](https://www.github.com/googleapis/python-datastore/issues/175)) ([0e5b718](https://www.github.com/googleapis/python-datastore/commit/0e5b718a70368f656ede3a27174ef74ca324ab65))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored May 25, 2021
    Configuration menu
    Copy the full SHA
    4f7bee2 View commit details
    Browse the repository at this point in the history
Loading