grpc 1.82.0.pre1 → 1.82.0.pre2

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: c5deea4f73a1f2b92f9315c9ba5b38af388bc9332736e53b43471c8c1da808b3
4
- data.tar.gz: 5c1faf4887997ed5e9d58ac7702a848f9bdfebc6d232a5ddf450da328a6a7f34
3
+ metadata.gz: 59540275499a3a3d0bcfcd003334702a20a50c003f4d6c30a08ca91ec4450b31
4
+ data.tar.gz: d43330bc78a0d1c5ccbcf1915615f927e217700c40cfdc785c03fbb408584acf
5
5
  SHA512:
6
- metadata.gz: 004a1338bf87c6fd83953518107bfaa1b5cc7941f815ad34d7322eaf544d80414767e15dbeb99264a6b94438e0ade9848a354d6b4343d7bdb7899a56baafac2c
7
- data.tar.gz: 875c9c85467b51d2b496ece0d2f76e531edf59c7ac7ba57407255e539fd36abf500d841887274de8ba66affa252007a8bb3bd3a9c892d5a5d0ffc90c461f9a28
6
+ metadata.gz: bde13f653c1b7e53361e553120fc7c2f0e97a0b401c7caf9902018a8a8221d58720a83ee5ee6d71a580587502b1b89591a069fef156581b93799daa7fe780f30
7
+ data.tar.gz: 127f3ebdf97fcd03967b717112356d9ec20a62f56cfd0f4c92b21d5aabdd40da25c7166f4cb350fe27bd16896882db89cb017c63ea8ad0908d560970f0e62307
data/Makefile CHANGED
@@ -368,7 +368,7 @@ Q = @
368
368
  endif
369
369
 
370
370
  CORE_VERSION = 55.0.0
371
- CPP_VERSION = 1.82.0-pre1
371
+ CPP_VERSION = 1.82.0-pre2
372
372
 
373
373
  CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
374
374
  CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)
@@ -361,7 +361,7 @@ const ExperimentMetadata g_experiment_metadata[] = {
361
361
  additional_constraints_max_inflight_pings_strict_limit, nullptr, 0, true,
362
362
  true},
363
363
  {"memory_optimization_01", description_memory_optimization_01,
364
- additional_constraints_memory_optimization_01, nullptr, 0, true, false},
364
+ additional_constraints_memory_optimization_01, nullptr, 0, false, false},
365
365
  {"memory_optimization_02", description_memory_optimization_02,
366
366
  additional_constraints_memory_optimization_02, nullptr, 0, false, false},
367
367
  {"message_size_refactoring", description_message_size_refactoring,
@@ -829,7 +829,7 @@ const ExperimentMetadata g_experiment_metadata[] = {
829
829
  additional_constraints_max_inflight_pings_strict_limit, nullptr, 0, true,
830
830
  true},
831
831
  {"memory_optimization_01", description_memory_optimization_01,
832
- additional_constraints_memory_optimization_01, nullptr, 0, true, false},
832
+ additional_constraints_memory_optimization_01, nullptr, 0, false, false},
833
833
  {"memory_optimization_02", description_memory_optimization_02,
834
834
  additional_constraints_memory_optimization_02, nullptr, 0, false, false},
835
835
  {"message_size_refactoring", description_message_size_refactoring,
@@ -1297,7 +1297,7 @@ const ExperimentMetadata g_experiment_metadata[] = {
1297
1297
  additional_constraints_max_inflight_pings_strict_limit, nullptr, 0, true,
1298
1298
  true},
1299
1299
  {"memory_optimization_01", description_memory_optimization_01,
1300
- additional_constraints_memory_optimization_01, nullptr, 0, true, false},
1300
+ additional_constraints_memory_optimization_01, nullptr, 0, false, false},
1301
1301
  {"memory_optimization_02", description_memory_optimization_02,
1302
1302
  additional_constraints_memory_optimization_02, nullptr, 0, false, false},
1303
1303
  {"message_size_refactoring", description_message_size_refactoring,
@@ -102,8 +102,7 @@ inline bool IsKeepAlivePingTimerBatchEnabled() { return false; }
102
102
  inline bool IsLocalConnectorSecureEnabled() { return false; }
103
103
  #define GRPC_EXPERIMENT_IS_INCLUDED_MAX_INFLIGHT_PINGS_STRICT_LIMIT
104
104
  inline bool IsMaxInflightPingsStrictLimitEnabled() { return true; }
105
- #define GRPC_EXPERIMENT_IS_INCLUDED_MEMORY_OPTIMIZATION_01
106
- inline bool IsMemoryOptimization01Enabled() { return true; }
105
+ inline bool IsMemoryOptimization01Enabled() { return false; }
107
106
  inline bool IsMemoryOptimization02Enabled() { return false; }
108
107
  inline bool IsMessageSizeRefactoringEnabled() { return false; }
109
108
  inline bool IsMetadataOutstandingTokenRefactorEnabled() { return false; }
@@ -199,8 +198,7 @@ inline bool IsKeepAlivePingTimerBatchEnabled() { return false; }
199
198
  inline bool IsLocalConnectorSecureEnabled() { return false; }
200
199
  #define GRPC_EXPERIMENT_IS_INCLUDED_MAX_INFLIGHT_PINGS_STRICT_LIMIT
201
200
  inline bool IsMaxInflightPingsStrictLimitEnabled() { return true; }
202
- #define GRPC_EXPERIMENT_IS_INCLUDED_MEMORY_OPTIMIZATION_01
203
- inline bool IsMemoryOptimization01Enabled() { return true; }
201
+ inline bool IsMemoryOptimization01Enabled() { return false; }
204
202
  inline bool IsMemoryOptimization02Enabled() { return false; }
205
203
  inline bool IsMessageSizeRefactoringEnabled() { return false; }
206
204
  inline bool IsMetadataOutstandingTokenRefactorEnabled() { return false; }
@@ -296,8 +294,7 @@ inline bool IsKeepAlivePingTimerBatchEnabled() { return false; }
296
294
  inline bool IsLocalConnectorSecureEnabled() { return false; }
297
295
  #define GRPC_EXPERIMENT_IS_INCLUDED_MAX_INFLIGHT_PINGS_STRICT_LIMIT
298
296
  inline bool IsMaxInflightPingsStrictLimitEnabled() { return true; }
299
- #define GRPC_EXPERIMENT_IS_INCLUDED_MEMORY_OPTIMIZATION_01
300
- inline bool IsMemoryOptimization01Enabled() { return true; }
297
+ inline bool IsMemoryOptimization01Enabled() { return false; }
301
298
  inline bool IsMemoryOptimization02Enabled() { return false; }
302
299
  inline bool IsMessageSizeRefactoringEnabled() { return false; }
303
300
  inline bool IsMetadataOutstandingTokenRefactorEnabled() { return false; }
@@ -14,5 +14,5 @@
14
14
 
15
15
  # GRPC contains the General RPC module.
16
16
  module GRPC
17
- VERSION = '1.82.0.pre1'
17
+ VERSION = '1.82.0.pre2'
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.82.0.pre1
4
+ version: 1.82.0.pre2
5
5
  platform: ruby
6
6
  authors:
7
7
  - gRPC Authors
@@ -3973,7 +3973,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
3973
3973
  - !ruby/object:Gem::Version
3974
3974
  version: '0'
3975
3975
  requirements: []
3976
- rubygems_version: 4.0.14
3976
+ rubygems_version: 4.0.15
3977
3977
  specification_version: 4
3978
3978
  summary: GRPC system in Ruby
3979
3979
  test_files: