grpc 1.78.0.pre2 → 1.78.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae5dd20ae730347ea277a65722f22d9ac53f124a942f2836796d795707662072
4
- data.tar.gz: 3f953faa37576969c8880ec42f6c77ea4537b128597501058beff95108b28991
3
+ metadata.gz: b395eda61b4ddda55f3c3d58e5548efe3ff640508f358ee25ae7e95069807dd1
4
+ data.tar.gz: a161ac1a66e518d01d1778726d29f245a2c098d65206c5699484e5a6d84addae
5
5
  SHA512:
6
- metadata.gz: 5b2832966a1a64e5c43cd1df87549367ff5ec61e962017b32ded245f1c34a6693e7e4e93401b1d602816fe483d3ad685aeb56ab04ba2986570368c0d30682055
7
- data.tar.gz: 724fb8bc3eaacd63eb2b69df41a4fb5ef4458cd45f483560eebf74758d5d3a0e580da6eddc4a6c96b58016a2734f8dc7c69cf0a8f4c8b5691320fae586f97be5
6
+ metadata.gz: 2e861bbb78de2db510c14b98d0796adb0b421aa6aa8f5cdc8d38e5f4952a40f2c34a9b1e464f492cfcdd243c305262778b7045631db7bd95ba3abe28a71268a0
7
+ data.tar.gz: 5535c1177757dbb861f1e26de3e7d645f148eb1a716a282ca8b041a5aee782b89085056d60fa3958045893d066bbd06f17d42dc08e4750b5a4a28c3dd426a09a
data/Makefile CHANGED
@@ -368,7 +368,7 @@ Q = @
368
368
  endif
369
369
 
370
370
  CORE_VERSION = 52.0.0
371
- CPP_VERSION = 1.78.0-pre2
371
+ CPP_VERSION = 1.78.0
372
372
 
373
373
  CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
374
374
  CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)
@@ -17,6 +17,8 @@
17
17
  #include <grpc/support/port_platform.h>
18
18
  #include <stddef.h>
19
19
 
20
+ #include <string>
21
+
20
22
  #include "absl/strings/string_view.h"
21
23
 
22
24
  namespace grpc_event_engine {
@@ -15,6 +15,7 @@
15
15
  #include "src/core/channelz/v2tov1/property_list.h"
16
16
 
17
17
  #include <cstdint>
18
+ #include <limits>
18
19
  #include <optional>
19
20
  #include <string>
20
21
 
@@ -12,6 +12,8 @@
12
12
  // See the License for the specific language governing permissions and
13
13
  // limitations under the License.
14
14
 
15
+ #include <algorithm>
16
+
15
17
  #include "absl/strings/string_view.h"
16
18
 
17
19
  namespace grpc_core {
@@ -14,5 +14,5 @@
14
14
 
15
15
  # GRPC contains the General RPC module.
16
16
  module GRPC
17
- VERSION = '1.78.0.pre2'
17
+ VERSION = '1.78.0'
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.78.0.pre2
4
+ version: 1.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - gRPC Authors
@@ -3882,7 +3882,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
3882
3882
  - !ruby/object:Gem::Version
3883
3883
  version: '0'
3884
3884
  requirements: []
3885
- rubygems_version: 4.0.3
3885
+ rubygems_version: 4.0.5
3886
3886
  specification_version: 4
3887
3887
  summary: GRPC system in Ruby
3888
3888
  test_files: