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.15.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.16.0
Choose a head ref
  • 6 commits
  • 42 files changed
  • 8 contributors

Commits on May 25, 2023

  1. build(deps): bump requests from 2.28.1 to 2.31.0 in /synthtool/gcp/te…

    …mplates/python_library/.kokoro (#441)
    
    Source-Link: googleapis/synthtool@30bd01b
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:9bc5fa3b62b091f60614c08a7fb4fd1d3e1678e326f34dd66ce1eefb5dc3267b
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored May 25, 2023
    Configuration menu
    Copy the full SHA
    2686f97 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. chore(deps): update dependency google-cloud-datastore to v2.15.2 (#438)

    Co-authored-by: meredithslota <meredithslota@google.com>
    renovate-bot and meredithslota authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    37f0bc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. build(deps): bump cryptography from 39.0.1 to 41.0.0 in /synthtool/gc…

    …p/templates/python_library/.kokoro (#443)
    
    Source-Link: googleapis/synthtool@d0f51a0
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:240b5bcc2bafd450912d2da2be15e62bc6de2cf839823ae4bf94d4f392b451dc
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    a2d1f6a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

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

Commits on Jun 21, 2023

  1. feat: named database support (#439)

    * feat: named database support (#398)
    
    * feat: Add named database support
    
    * test: Use named db in system tests
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Handle the case when client doesn't have database property
    
    * fix: add custom routing headers
    
    * Fixing tests for easier merge
    
    * fixing code coverage
    
    * addressing pr comments
    
    * feat: Multi db test parametrization (#436)
    
    * Feat: Parametrize the tests for multidb support
    
    Remove "database" argument from Query and AggregationQuery constructors.
    Use the "database" from the client instead.
    Once set in the client, the "database" will be used throughout and cannot be re-set.
    
    Parametrize the tests where-ever clients are used.
    
    Use the `system-tests-named-db` in the system test.
    
    * Add test case for when parent database name != child database name
    
    * Update owlbot, removing the named db parameter
    
    * Reverted test fixes
    
    * fixing tests
    
    * fix code coverage
    
    * pr suggestion
    
    * address pr comments
    
    ---------
    
    Co-authored-by: Vishwaraj Anand <vishwaraj.anand00@gmail.com>
    
    ---------
    
    Co-authored-by: Bob "Wombat" Hogg <wombat@rwhogg.site>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Vishwaraj Anand <vishwaraj.anand00@gmail.com>
    Co-authored-by: meredithslota <meredithslota@google.com>
    5 people authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    abf0060 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.16.0 (#448)

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