- 
                Notifications
    
You must be signed in to change notification settings  - Fork 11k
 
Comparing changes
Open a pull request
base repository: grpc/grpc
base: v1.66.1
head repository: grpc/grpc
compare: v1.66.x
- 6 commits
 - 147 files changed
 - 6 contributors
 
Commits on Sep 26, 2024
- 
  
[Backport to v1.66.x] Add templating and support for Python 3.13 (#37643
) (#37802) This PR adds templating for Python versions and updates the maximum supported Python version to 3.13. The following major changes related to templating are added: - Minimum supported Python version and list of supported versions in `setup.py` are fetched using new template generated files called `python_version.py` - Dockerfiles for the different Python Linux builds are now template generated. - The "Supported Python Versions" section from READMEs of ancillary and main packages have been removed Note: All the `python_version.py` files and Linux build `Dockerfiles` except `tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile` in the PR are generated from the respective templates. Further non-templated additions to add support for Python 3.13: - install scripts and artifacts for windows, macos and linux are added manually. Later, these can be templated as well. - updated cython bounds to 3.x - updated twine version to solve [cgi module import error](pypa/twine#1046) - the twine update introduces a dependency on cryptography>=2.0. But the cryptography package doesn't support 32-bit Linux images and hence `twine check` has been disabled for x86 manylinux and x86 musllinux artifacts. Closes #37643 PiperOrigin-RevId: 678954495 <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. -->
Configuration menu - View commit details
 - 
    
    
    
Copy full SHA for 4ca1787  - Browse repository at this point
 
Copy the full SHA 4ca1787View commit details  
Commits on Sep 27, 2024
- 
  
[Backport 1.66.x] increased timeout for armv7 artifact build to 2 hou…
Configuration menu - View commit details
 - 
    
    
    
Copy full SHA for 1ce45ed  - Browse repository at this point
 
Copy the full SHA 1ce45edView commit details  - 
  
[Release] Bump version to 1.66.2 (on v1.66.x branch) (#37812)
Change was created by the release automation script. See go/grpc-release
Configuration menu - View commit details
 - 
    
    
    
Copy full SHA for f686ffe  - Browse repository at this point
 
Copy the full SHA f686ffeView commit details  
Commits on Jan 30, 2025
- 
  
[XdsInteropClient] Remove incorrect behavior around keep-open (#38613) (
#38632) Backport #38613 to v1.66.x Based on the [spec](https://github.com/grpc/grpc/blob/master/doc/xds-test-descriptions.md#server) and the [reference Java implementation](https://github.com/grpc/grpc-java/blob/master/interop-testing/src/main/java/io/grpc/testing/integration/XdsTestClient.java), it's the server that needs to honor the "keep-open" behavior and not the client. (I'm not changing the server's behavior in this PR, since we are not using C++ servers and instead using Java servers for the concerned tests.)
Configuration menu - View commit details
 - 
    
    
    
Copy full SHA for abd908a  - Browse repository at this point
 
Copy the full SHA abd908aView commit details  
Commits on Apr 22, 2025
- 
  
Increase timeout for dualstack test to 240 minutes (v1.66.x backport) (…
Configuration menu - View commit details
 - 
    
    
    
Copy full SHA for 009e22d  - Browse repository at this point
 
Copy the full SHA 009e22dView commit details  
Commits on Apr 25, 2025
- 
  
[Backport][v1.66.x][CI] Migration of Macos CI to sonoma-apple-silicon…
Configuration menu - View commit details
 - 
    
    
    
Copy full SHA for 31bb077  - Browse repository at this point
 
Copy the full SHA 31bb077View 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 v1.66.1...v1.66.x