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.1.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.1
Choose a head ref
  • 13 commits
  • 29 files changed
  • 6 contributors

Commits on Jan 6, 2023

  1. chore(python): add support for python 3.11 [autoapprove] (#856)

    * chore(python): add support for python 3.11
    
    Source-Link: googleapis/synthtool@7197a00
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:c43f1d918bcf817d337aa29ff833439494a158a0831508fda4ec75dc4c0d0320
    
    * Add python 3.11 to noxfile
    
    * add constraints file
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    3f0e236 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. docs: Use cached versions of Cloud objects.inv files (#863)

    The objects.inv files for two different library deps
    are currently inaccessible due to redirects.
    
    In the meantime, allow continuing to build the docs by caching
    them locally.
    
    They are second in the list, so if the original URL's
    start serving the files themselves, there will be no need
    to update conf.py again. The cache is strictly a fallback.
    
    Fixes #862
    rwhogg authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    4471e2f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    67905b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3aba4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    340e890 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

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

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

Commits on Feb 14, 2023

  1. chore: update CODEOWNERS (#868)

    kolea2 authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    64b27f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. test: Uncomment some old tests (#869)

    They were commented out because testing them in Python 2
    was not easy.
    rwhogg authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    5de1b25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1624d44 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

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

Commits on Feb 27, 2023

  1. fix: Query options were not respecting use_cache (#873)

    In certain circumstances, we were not respecting use_cache
    for queries, unlike legacy NDB, which is quite emphatic
    about supporting them.
    (See https://github.com/GoogleCloudPlatform/datastore-ndb-python/blob/59cb209ed95480025d26531fc91397575438d2fe/ndb/query.py#L186-L187)
    
    In #613 we tried to match legacy NDB behavior by updating the cache
    using the results of queries. We still do that, but now we respect
    use_cache, which was a valid keyword argument for Query.fetch()
    and friends, but was not passed down to the context cache when
    needed.
    
    As a result, the cache could mysteriously accumulate lots of memory
    usage and perhaps even cause you to hit memory limits, even if it was
    seemingly disabled and it didn't look like there were any objects
    holding references to your query results.
    This is a problem for certain batch-style workloads where you know
    you're only interested in processing a certain entity once.
    
    Fixes #752
    rwhogg authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    802d88d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. chore(python): upgrade gcp-releasetool in .kokoro [autoapprove] (#875)

    Source-Link: googleapis/synthtool@5f2a608
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:8555f0e37e6261408f792bfd6635102d2da5ad73f8f09bcb24f25e6afb5fac97
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    e9c8af7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. chore(main): release 2.1.1 (#864)

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