- 
                Notifications
    
You must be signed in to change notification settings  - Fork 67
 
Comparing changes
Open a pull request
base repository: googleapis/python-ndb
base: v2.1.0
head repository: googleapis/python-ndb
compare: v2.1.1
- 13 commits
 - 29 files changed
 - 6 contributors
 
Commits on Jan 6, 2023
- 
  
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>
Configuration menu - View commit details
 - 
    
    
    
Copy full SHA for 3f0e236  - Browse repository at this point
 
Copy the full SHA 3f0e236View commit details  
Commits on Feb 6, 2023
- 
  
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
Configuration menu - View commit details
 - 
    
    
    
Copy full SHA for 4471e2f  - Browse repository at this point
 
Copy the full SHA 4471e2fView commit details  
Commits on Feb 7, 2023
- 
  
Configuration menu - View commit details
 - 
    
    
    
Copy full SHA for 67905b3  - Browse repository at this point
 
Copy the full SHA 67905b3View commit details  - 
  
Configuration menu - View commit details
 - 
    
    
    
Copy full SHA for d3aba4c  - Browse repository at this point
 
Copy the full SHA d3aba4cView commit details  - 
  
Configuration menu - View commit details
 - 
    
    
    
Copy full SHA for 340e890  - Browse repository at this point
 
Copy the full SHA 340e890View commit details  
Commits on Feb 8, 2023
- 
  
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>
Configuration menu - View commit details
 - 
    
    
    
Copy full SHA for fcfcea6  - Browse repository at this point
 
Copy the full SHA fcfcea6View commit details  
Commits on Feb 14, 2023
- 
  
  
Configuration menu - View commit details
 - 
    
    
    
Copy full SHA for 64b27f7  - Browse repository at this point
 
Copy the full SHA 64b27f7View commit details  
Commits on Feb 17, 2023
- 
  
test: Uncomment some old tests (#869)
They were commented out because testing them in Python 2 was not easy.
Configuration menu - View commit details
 - 
    
    
    
Copy full SHA for 5de1b25  - Browse repository at this point
 
Copy the full SHA 5de1b25View commit details  - 
  
Configuration menu - View commit details
 - 
    
    
    
Copy full SHA for 1624d44  - Browse repository at this point
 
Copy the full SHA 1624d44View commit details  
Commits on Feb 21, 2023
- 
  
  
Configuration menu - View commit details
 - 
    
    
    
Copy full SHA for 982ee5f  - Browse repository at this point
 
Copy the full SHA 982ee5fView commit details  
Commits on Feb 27, 2023
- 
  
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
Configuration menu - View commit details
 - 
    
    
    
Copy full SHA for 802d88d  - Browse repository at this point
 
Copy the full SHA 802d88dView commit details  
Commits on Feb 28, 2023
- 
  
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>
Configuration menu - View commit details
 - 
    
    
    
Copy full SHA for e9c8af7  - Browse repository at this point
 
Copy the full SHA e9c8af7View commit details  
Commits on Mar 15, 2023
- 
  
chore(main): release 2.1.1 (#864)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
 - 
    
    
    
Copy full SHA for 65f133f  - Browse repository at this point
 
Copy the full SHA 65f133fView commit details  
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
            You can try running this command locally to see the comparison on your machine: 
            git diff v2.1.0...v2.1.1