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

Commits on Dec 6, 2022

  1. build(nox): Use Python 3.9 for docs and doctest sessions (#847)

    3.8 was previously used, but it's not available in the
    currently used Docker image.
    rwhogg authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    475b569 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. build(deps): bump certifi from 2022.9.24 to 2022.12.7 in /synthtool/g…

    …cp/templates/python_library/.kokoro (#849)
    
    Source-Link: googleapis/synthtool@b4fe62e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3bf87e47c2173d7eed42714589dc4da2c07c3268610f1e47f8e1a30decbfc7f1
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    d2a3366 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. fix(zlib): Accomodate different Zlib compression levels (#852)

    Different Zlib compression levels produce different
    compression markers.
    
    Co-authored-by: Zhou Wang <wangzhou@google.com>
    
    Co-authored-by: Zhou Wang <wangzhou@google.com>
    rwhogg and Zhou Wang authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    c1ab83b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. feat: Support client_options for clients (#815)

    Currently, NDB clients do not recognize client_options as a keyword argument.
    Furthermore, because they currently create a Datastore channel directly,
    we have to manually modify the host to ensure it is passed to the Datastore
    channel. Merely setting the API endpoint via environment variable is not
    sufficient, because that variable's presence is currently used to test
    whether or not we are using the datastore emulator.
    
    Bump api-core dep to ensure we have the necessary API support,
    also sync it up with google-cloud-datastore.
    rwhogg authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    6f94f40 View commit details
    Browse the repository at this point in the history
  2. chore(tests): Remove mock dependency and import (#851)

    This is available in unittest for Py3. We only
    needed to do this for Python 2, which is no longer
    supported.
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    rwhogg and parthea authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    d7237b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

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

Commits on Dec 15, 2022

  1. chore: Restore code coverage (#855)

    Mostly get rid of older Py2-only code
    rwhogg authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    15fcea2 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.1.0 (#853)

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