Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump grpcio from 1.36.1 to 1.53.2 in /step1/src/client#49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/pip/step1/src/client/grpcio-1.53.2

Conversation

dependabot[bot]
Copy link

@dependabotdependabotbot commented on behalf ofgithubJul 30, 2024

Bumpsgrpcio from 1.36.1 to 1.53.2.

Release notes

Sourced fromgrpcio's releases.

Release v1.53.2

This is release gRPC Core 1.53.2 (glockenspiel).

For gRPC documentation, seegrpc.io. For previous releases, seeReleases.

This release contains refinements, improvements, and bug fixes.

Core

Release v1.53.1

This is release gRPC Core 1.53.1 (glockenspiel).

For gRPC documentation, seegrpc.io. For previous releases, seeReleases.

This release contains refinements, improvements, and bug fixes.

Release v1.53.0

This is release 1.53.0 (glockenspiel) of gRPC Core.

For gRPC documentation, seegrpc.io. For previous releases, seeReleases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • xDS: fix crash when removing the last endpoint from the last locality in weighted_target. (#32592)
  • filter stack: pass peer name up via recv_initial_metadata batch. (#31933)
  • [EventEngine] Add advice against blocking work in callbacks. (#32397)
  • [http2] Dont drop connections on metadata limit exceeded. (#32309)
  • xDS: reject aggregate cluster with empty cluster list. (#32238)
  • Fix Python epoll1 Fork Support. (#32196)
  • server: introduce ServerMetricRecorder API and move per-call reporting from a C++ interceptor to a C-core filter. (#32106)
  • [EventEngine] Add invalid handle types to the public API. (#32202)
  • [EventEngine] Refactoring the EventEngine Test Suite: Part 1. (#32127)
  • xDS: fix WeightedClusters total weight handling. (#32134)

C++

  • Update minimum MSVC version to 2019. (#32615)
  • Use CMake variables for paths in pkg-config files. (#31671)

... (truncated)

Changelog

Sourced fromgrpcio's changelog.

gRPC Release Schedule

Below is the release schedule for gRPCJava,Go andCore and its dependent languages C++, C#, Objective-C, PHP, Python and Ruby.

Releases are scheduled every six weeks on Tuesdays on a best effort basis. In some unavoidable situations a release may be delayed or released early or a language may skip a release altogether and do the next release to catch up with other languages. See the past releases in the links above. A six-week cycle gives us a good balance between delivering new features/fixes quickly and keeping the release overhead low.

The gRPC release support policy can be foundhere.

Releases are cut from release branches. For Core and Java repos, the release branch is cut two weeks before the scheduled release date. For Go, the branch is cut just before the release. An RC (release candidate) is published for Core and its dependent languages just after the branch cut. This RC is later promoted to release version if no further changes are made to the release branch. We do our best to keep head of master branch stable at all times regardless of release schedule. Daily build packages from master branch for C#, PHP, Python, Ruby and Protoc plugins are published onpackages.grpc.io. If you depend on gRPC in production we recommend to set up your CI system to test the RCs and, if possible, the daily builds.

Names of gRPC releases arehere.

ReleaseScheduled Branch CutScheduled Release Date
v1.17.0Nov 19, 2018Dec 4, 2018
v1.18.0Jan 2, 2019Jan 15, 2019
v1.19.0Feb 12, 2019Feb 26, 2019
v1.20.0Mar 26, 2019Apr 9, 2019
v1.21.0May 7, 2019May 21, 2019
v1.22.0Jun 18, 2019Jul 2, 2019
v1.23.0Jul 30, 2019Aug 13, 2019
v1.24.0Sept 10, 2019Sept 24, 2019
v1.25.0Oct 22, 2019Nov 5, 2019
v1.26.0Dec 3, 2019Dec 17, 2019
v1.27.0Jan 14, 2020Jan 28, 2020
v1.28.0Feb 25, 2020Mar 10, 2020
v1.29.0Apr 7, 2020Apr 21, 2020
v1.30.0May 19, 2020Jun 2, 2020
v1.31.0Jul 14, 2020Jul 28, 2020
v1.32.0Aug 25, 2020Sep 8, 2020
v1.33.0Oct 6, 2020Oct 20, 2020
v1.34.0Nov 17, 2020Dec 1, 2020
v1.35.0Dec 29, 2020Jan 12, 2021
v1.36.0Feb 9, 2021Feb 23, 2021
v1.37.0Mar 23, 2021Apr 6, 2021
v1.38.0May 4, 2021May 18, 2021
v1.39.0Jun 15, 2021Jun 29, 2021
v1.40.0Jul 27, 2021Aug 10, 2021
v1.41.0Sep 7, 2021Sep 21, 2021
v1.42.0Oct 19, 2021Nov 2, 2021
v1.43.0Nov 30, 2021Dec 14, 2021
v1.44.0Jan 11, 2022Jan 25, 2022
v1.45.0Feb 22, 2022Mar 8, 2022
Commits
  • afb307f [v1.53.x][Interop] Backport Python image update (#33864)
  • 7a9373b [Backport] [dependency] Restrict cython to less than 3.X (#33770)
  • fdb64a6 [v1.53][Build] Update Phusion baseimage (#33767) (#33836)
  • cdf4186 [PSM Interop] Legacy tests: fix xDS test client build (v1.53.x backport) (#33...
  • ce5b93a [PSM Interop] Legacy test builds always pull the driver from master (v1.53.x ...
  • b24b6ea [release] Bump release version to 1.53.2 (#33709)
  • 1e86ca5 [backport][iomgr][EventEngine] Improve server handling of file descriptor exh...
  • aff3066 [PSM interop] Don't fail url_map target if sub-target already failed (v1.53.x...
  • 539d75c [PSM interop] Don't fail target if sub-target already failed (#33222) (v1.53....
  • 3e79c88 [Release] Bump version to 1.53.1 (on v1.53.x branch) (#33047)
  • Additional commits viewable incompare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from theSecurity Alerts page.

Bumps [grpcio](https://github.com/grpc/grpc) from 1.36.1 to 1.53.2.- [Release notes](https://github.com/grpc/grpc/releases)- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)- [Commits](grpc/grpc@v1.36.1...v1.53.2)---updated-dependencies:- dependency-name: grpcio  dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelJul 30, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency file
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp