Upgrade to grpc v1.63.0
This release fixes two key issues with the Ruby gem: * https://github.com/grpc/grpc/pull/33565 * https://github.com/grpc/grpc/pull/36125 We added a monkey patch for the first pull request, but now that the fix has been merged upstream we can drop it. This has the added benefit of eliminating an occasional test seg fault due to a race condition in the gRPC shutdown code. The second pull request doesn't affect us since we aren't using Ruby 3.3 yet. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/426677 Changelog: fixed
显示
- .rubocop_todo/style/inline_disable_annotation.yml 0 个添加, 1 个删除.rubocop_todo/style/inline_disable_annotation.yml
- Gemfile 1 个添加, 1 个删除Gemfile
- Gemfile.checksum 9 个添加, 9 个删除Gemfile.checksum
- Gemfile.lock 2 个添加, 2 个删除Gemfile.lock
- config/initializers/grpc_patch.rb 0 个添加, 31 个删除config/initializers/grpc_patch.rb
- spec/initializers/grpc_patch_spec.rb 0 个添加, 31 个删除spec/initializers/grpc_patch_spec.rb
加载中
想要评论请 注册 或 登录