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.14.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.15.0
Choose a head ref
  • 4 commits
  • 15 files changed
  • 3 contributors

Commits on Mar 1, 2023

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

Commits on Mar 3, 2023

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

Commits on Mar 9, 2023

  1. feat: OR Query implementation (#418)

    Introduce new Filter classes:
    - PropertyFilter
    - And
    - Or
    
    Add "filter" keyword args to "Query.add_filter()"
    
    UserWarning is now emitted when using "add_filter()" without keyword args
    Mariatta authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    3256951 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.15.0 (#425)

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