grpc 1.78.1-x86-linux-gnu → 1.80.0.pre1-x86-linux-gnu
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 +4 -4
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.c +12 -8
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.h +18 -12
- data/src/ruby/lib/grpc/3.1/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/3.2/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/3.3/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/3.4/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/4.0/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/version.rb +1 -1
- data/src/ruby/pb/generate_proto_ruby.sh +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8093912a3c0ff3ff7907226dc7dfcc5088802b14ef4beee3181193c899ebcfce
|
|
4
|
+
data.tar.gz: 48a8d1ddae226b3e4958d79c429cfd28fa294f57bdcc5e38942411886185f3a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 76b354eb094da729be4b6345450d002473bafb1579997ea0dd43eb4858ce8634820553bfbf7f1416ee9afc2bcf854f236d91ef582e22d1579260038340665a5b
|
|
7
|
+
data.tar.gz: 5392ef78c40281cb1684ee697aaa2b071553340a5eb22a446f7f2462a24f096ee282fe0e31e3b15fb2bf91b7c568f25d28b77f22963f1ad0626352ecbd62a5d0
|
|
@@ -76,18 +76,19 @@ grpc_alts_server_credentials_create_type grpc_alts_server_credentials_create_imp
|
|
|
76
76
|
grpc_tls_identity_pairs_create_type grpc_tls_identity_pairs_create_import;
|
|
77
77
|
grpc_tls_identity_pairs_add_pair_type grpc_tls_identity_pairs_add_pair_import;
|
|
78
78
|
grpc_tls_identity_pairs_destroy_type grpc_tls_identity_pairs_destroy_import;
|
|
79
|
-
grpc_tls_certificate_provider_static_data_create_type grpc_tls_certificate_provider_static_data_create_import;
|
|
80
79
|
grpc_tls_certificate_provider_file_watcher_create_type grpc_tls_certificate_provider_file_watcher_create_import;
|
|
80
|
+
grpc_tls_certificate_provider_in_memory_create_type grpc_tls_certificate_provider_in_memory_create_import;
|
|
81
|
+
grpc_tls_certificate_provider_in_memory_set_root_certificate_type grpc_tls_certificate_provider_in_memory_set_root_certificate_import;
|
|
82
|
+
grpc_tls_certificate_provider_in_memory_set_identity_certificate_type grpc_tls_certificate_provider_in_memory_set_identity_certificate_import;
|
|
81
83
|
grpc_tls_certificate_provider_release_type grpc_tls_certificate_provider_release_import;
|
|
82
84
|
grpc_tls_credentials_options_create_type grpc_tls_credentials_options_create_import;
|
|
83
85
|
grpc_tls_credentials_options_set_min_tls_version_type grpc_tls_credentials_options_set_min_tls_version_import;
|
|
84
86
|
grpc_tls_credentials_options_set_max_tls_version_type grpc_tls_credentials_options_set_max_tls_version_import;
|
|
85
87
|
grpc_tls_credentials_options_copy_type grpc_tls_credentials_options_copy_import;
|
|
86
88
|
grpc_tls_credentials_options_destroy_type grpc_tls_credentials_options_destroy_import;
|
|
87
|
-
|
|
88
|
-
|
|
89
|
+
grpc_tls_credentials_options_set_identity_certificate_provider_type grpc_tls_credentials_options_set_identity_certificate_provider_import;
|
|
90
|
+
grpc_tls_credentials_options_set_root_certificate_provider_type grpc_tls_credentials_options_set_root_certificate_provider_import;
|
|
89
91
|
grpc_tls_credentials_options_set_root_cert_name_type grpc_tls_credentials_options_set_root_cert_name_import;
|
|
90
|
-
grpc_tls_credentials_options_watch_identity_key_cert_pairs_type grpc_tls_credentials_options_watch_identity_key_cert_pairs_import;
|
|
91
92
|
grpc_tls_credentials_options_set_identity_cert_name_type grpc_tls_credentials_options_set_identity_cert_name_import;
|
|
92
93
|
grpc_tls_credentials_options_set_cert_request_type_type grpc_tls_credentials_options_set_cert_request_type_import;
|
|
93
94
|
grpc_tls_credentials_options_set_crl_directory_type grpc_tls_credentials_options_set_crl_directory_import;
|
|
@@ -175,6 +176,7 @@ grpc_resource_quota_ref_type grpc_resource_quota_ref_import;
|
|
|
175
176
|
grpc_resource_quota_unref_type grpc_resource_quota_unref_import;
|
|
176
177
|
grpc_resource_quota_resize_type grpc_resource_quota_resize_import;
|
|
177
178
|
grpc_resource_quota_set_max_threads_type grpc_resource_quota_set_max_threads_import;
|
|
179
|
+
grpc_resource_quota_set_max_outstanding_streams_type grpc_resource_quota_set_max_outstanding_streams_import;
|
|
178
180
|
grpc_dump_xds_configs_type grpc_dump_xds_configs_import;
|
|
179
181
|
grpc_resource_quota_arg_vtable_type grpc_resource_quota_arg_vtable_import;
|
|
180
182
|
grpc_channelz_get_top_channels_type grpc_channelz_get_top_channels_import;
|
|
@@ -362,18 +364,19 @@ void grpc_rb_load_imports(HMODULE library) {
|
|
|
362
364
|
grpc_tls_identity_pairs_create_import = (grpc_tls_identity_pairs_create_type) GetProcAddress(library, "grpc_tls_identity_pairs_create");
|
|
363
365
|
grpc_tls_identity_pairs_add_pair_import = (grpc_tls_identity_pairs_add_pair_type) GetProcAddress(library, "grpc_tls_identity_pairs_add_pair");
|
|
364
366
|
grpc_tls_identity_pairs_destroy_import = (grpc_tls_identity_pairs_destroy_type) GetProcAddress(library, "grpc_tls_identity_pairs_destroy");
|
|
365
|
-
grpc_tls_certificate_provider_static_data_create_import = (grpc_tls_certificate_provider_static_data_create_type) GetProcAddress(library, "grpc_tls_certificate_provider_static_data_create");
|
|
366
367
|
grpc_tls_certificate_provider_file_watcher_create_import = (grpc_tls_certificate_provider_file_watcher_create_type) GetProcAddress(library, "grpc_tls_certificate_provider_file_watcher_create");
|
|
368
|
+
grpc_tls_certificate_provider_in_memory_create_import = (grpc_tls_certificate_provider_in_memory_create_type) GetProcAddress(library, "grpc_tls_certificate_provider_in_memory_create");
|
|
369
|
+
grpc_tls_certificate_provider_in_memory_set_root_certificate_import = (grpc_tls_certificate_provider_in_memory_set_root_certificate_type) GetProcAddress(library, "grpc_tls_certificate_provider_in_memory_set_root_certificate");
|
|
370
|
+
grpc_tls_certificate_provider_in_memory_set_identity_certificate_import = (grpc_tls_certificate_provider_in_memory_set_identity_certificate_type) GetProcAddress(library, "grpc_tls_certificate_provider_in_memory_set_identity_certificate");
|
|
367
371
|
grpc_tls_certificate_provider_release_import = (grpc_tls_certificate_provider_release_type) GetProcAddress(library, "grpc_tls_certificate_provider_release");
|
|
368
372
|
grpc_tls_credentials_options_create_import = (grpc_tls_credentials_options_create_type) GetProcAddress(library, "grpc_tls_credentials_options_create");
|
|
369
373
|
grpc_tls_credentials_options_set_min_tls_version_import = (grpc_tls_credentials_options_set_min_tls_version_type) GetProcAddress(library, "grpc_tls_credentials_options_set_min_tls_version");
|
|
370
374
|
grpc_tls_credentials_options_set_max_tls_version_import = (grpc_tls_credentials_options_set_max_tls_version_type) GetProcAddress(library, "grpc_tls_credentials_options_set_max_tls_version");
|
|
371
375
|
grpc_tls_credentials_options_copy_import = (grpc_tls_credentials_options_copy_type) GetProcAddress(library, "grpc_tls_credentials_options_copy");
|
|
372
376
|
grpc_tls_credentials_options_destroy_import = (grpc_tls_credentials_options_destroy_type) GetProcAddress(library, "grpc_tls_credentials_options_destroy");
|
|
373
|
-
|
|
374
|
-
|
|
377
|
+
grpc_tls_credentials_options_set_identity_certificate_provider_import = (grpc_tls_credentials_options_set_identity_certificate_provider_type) GetProcAddress(library, "grpc_tls_credentials_options_set_identity_certificate_provider");
|
|
378
|
+
grpc_tls_credentials_options_set_root_certificate_provider_import = (grpc_tls_credentials_options_set_root_certificate_provider_type) GetProcAddress(library, "grpc_tls_credentials_options_set_root_certificate_provider");
|
|
375
379
|
grpc_tls_credentials_options_set_root_cert_name_import = (grpc_tls_credentials_options_set_root_cert_name_type) GetProcAddress(library, "grpc_tls_credentials_options_set_root_cert_name");
|
|
376
|
-
grpc_tls_credentials_options_watch_identity_key_cert_pairs_import = (grpc_tls_credentials_options_watch_identity_key_cert_pairs_type) GetProcAddress(library, "grpc_tls_credentials_options_watch_identity_key_cert_pairs");
|
|
377
380
|
grpc_tls_credentials_options_set_identity_cert_name_import = (grpc_tls_credentials_options_set_identity_cert_name_type) GetProcAddress(library, "grpc_tls_credentials_options_set_identity_cert_name");
|
|
378
381
|
grpc_tls_credentials_options_set_cert_request_type_import = (grpc_tls_credentials_options_set_cert_request_type_type) GetProcAddress(library, "grpc_tls_credentials_options_set_cert_request_type");
|
|
379
382
|
grpc_tls_credentials_options_set_crl_directory_import = (grpc_tls_credentials_options_set_crl_directory_type) GetProcAddress(library, "grpc_tls_credentials_options_set_crl_directory");
|
|
@@ -461,6 +464,7 @@ void grpc_rb_load_imports(HMODULE library) {
|
|
|
461
464
|
grpc_resource_quota_unref_import = (grpc_resource_quota_unref_type) GetProcAddress(library, "grpc_resource_quota_unref");
|
|
462
465
|
grpc_resource_quota_resize_import = (grpc_resource_quota_resize_type) GetProcAddress(library, "grpc_resource_quota_resize");
|
|
463
466
|
grpc_resource_quota_set_max_threads_import = (grpc_resource_quota_set_max_threads_type) GetProcAddress(library, "grpc_resource_quota_set_max_threads");
|
|
467
|
+
grpc_resource_quota_set_max_outstanding_streams_import = (grpc_resource_quota_set_max_outstanding_streams_type) GetProcAddress(library, "grpc_resource_quota_set_max_outstanding_streams");
|
|
464
468
|
grpc_dump_xds_configs_import = (grpc_dump_xds_configs_type) GetProcAddress(library, "grpc_dump_xds_configs");
|
|
465
469
|
grpc_resource_quota_arg_vtable_import = (grpc_resource_quota_arg_vtable_type) GetProcAddress(library, "grpc_resource_quota_arg_vtable");
|
|
466
470
|
grpc_channelz_get_top_channels_import = (grpc_channelz_get_top_channels_type) GetProcAddress(library, "grpc_channelz_get_top_channels");
|
|
@@ -204,12 +204,18 @@ extern grpc_tls_identity_pairs_add_pair_type grpc_tls_identity_pairs_add_pair_im
|
|
|
204
204
|
typedef void(*grpc_tls_identity_pairs_destroy_type)(grpc_tls_identity_pairs* pairs);
|
|
205
205
|
extern grpc_tls_identity_pairs_destroy_type grpc_tls_identity_pairs_destroy_import;
|
|
206
206
|
#define grpc_tls_identity_pairs_destroy grpc_tls_identity_pairs_destroy_import
|
|
207
|
-
typedef grpc_tls_certificate_provider*(*grpc_tls_certificate_provider_static_data_create_type)(const char* root_certificate, grpc_tls_identity_pairs* pem_key_cert_pairs);
|
|
208
|
-
extern grpc_tls_certificate_provider_static_data_create_type grpc_tls_certificate_provider_static_data_create_import;
|
|
209
|
-
#define grpc_tls_certificate_provider_static_data_create grpc_tls_certificate_provider_static_data_create_import
|
|
210
207
|
typedef grpc_tls_certificate_provider*(*grpc_tls_certificate_provider_file_watcher_create_type)(const char* private_key_path, const char* identity_certificate_path, const char* root_cert_path, const char* spiffe_bundle_map_path, unsigned int refresh_interval_sec);
|
|
211
208
|
extern grpc_tls_certificate_provider_file_watcher_create_type grpc_tls_certificate_provider_file_watcher_create_import;
|
|
212
209
|
#define grpc_tls_certificate_provider_file_watcher_create grpc_tls_certificate_provider_file_watcher_create_import
|
|
210
|
+
typedef grpc_tls_certificate_provider*(*grpc_tls_certificate_provider_in_memory_create_type)();
|
|
211
|
+
extern grpc_tls_certificate_provider_in_memory_create_type grpc_tls_certificate_provider_in_memory_create_import;
|
|
212
|
+
#define grpc_tls_certificate_provider_in_memory_create grpc_tls_certificate_provider_in_memory_create_import
|
|
213
|
+
typedef bool(*grpc_tls_certificate_provider_in_memory_set_root_certificate_type)(grpc_tls_certificate_provider* provider, const char* root_cert);
|
|
214
|
+
extern grpc_tls_certificate_provider_in_memory_set_root_certificate_type grpc_tls_certificate_provider_in_memory_set_root_certificate_import;
|
|
215
|
+
#define grpc_tls_certificate_provider_in_memory_set_root_certificate grpc_tls_certificate_provider_in_memory_set_root_certificate_import
|
|
216
|
+
typedef bool(*grpc_tls_certificate_provider_in_memory_set_identity_certificate_type)(grpc_tls_certificate_provider* provider, grpc_tls_identity_pairs* pem_key_cert_pairs);
|
|
217
|
+
extern grpc_tls_certificate_provider_in_memory_set_identity_certificate_type grpc_tls_certificate_provider_in_memory_set_identity_certificate_import;
|
|
218
|
+
#define grpc_tls_certificate_provider_in_memory_set_identity_certificate grpc_tls_certificate_provider_in_memory_set_identity_certificate_import
|
|
213
219
|
typedef void(*grpc_tls_certificate_provider_release_type)(grpc_tls_certificate_provider* provider);
|
|
214
220
|
extern grpc_tls_certificate_provider_release_type grpc_tls_certificate_provider_release_import;
|
|
215
221
|
#define grpc_tls_certificate_provider_release grpc_tls_certificate_provider_release_import
|
|
@@ -228,18 +234,15 @@ extern grpc_tls_credentials_options_copy_type grpc_tls_credentials_options_copy_
|
|
|
228
234
|
typedef void(*grpc_tls_credentials_options_destroy_type)(grpc_tls_credentials_options* options);
|
|
229
235
|
extern grpc_tls_credentials_options_destroy_type grpc_tls_credentials_options_destroy_import;
|
|
230
236
|
#define grpc_tls_credentials_options_destroy grpc_tls_credentials_options_destroy_import
|
|
231
|
-
typedef void(*
|
|
232
|
-
extern
|
|
233
|
-
#define
|
|
234
|
-
typedef void(*
|
|
235
|
-
extern
|
|
236
|
-
#define
|
|
237
|
+
typedef void(*grpc_tls_credentials_options_set_identity_certificate_provider_type)(grpc_tls_credentials_options* options, grpc_tls_certificate_provider* provider);
|
|
238
|
+
extern grpc_tls_credentials_options_set_identity_certificate_provider_type grpc_tls_credentials_options_set_identity_certificate_provider_import;
|
|
239
|
+
#define grpc_tls_credentials_options_set_identity_certificate_provider grpc_tls_credentials_options_set_identity_certificate_provider_import
|
|
240
|
+
typedef void(*grpc_tls_credentials_options_set_root_certificate_provider_type)(grpc_tls_credentials_options* options, grpc_tls_certificate_provider* provider);
|
|
241
|
+
extern grpc_tls_credentials_options_set_root_certificate_provider_type grpc_tls_credentials_options_set_root_certificate_provider_import;
|
|
242
|
+
#define grpc_tls_credentials_options_set_root_certificate_provider grpc_tls_credentials_options_set_root_certificate_provider_import
|
|
237
243
|
typedef void(*grpc_tls_credentials_options_set_root_cert_name_type)(grpc_tls_credentials_options* options, const char* root_cert_name);
|
|
238
244
|
extern grpc_tls_credentials_options_set_root_cert_name_type grpc_tls_credentials_options_set_root_cert_name_import;
|
|
239
245
|
#define grpc_tls_credentials_options_set_root_cert_name grpc_tls_credentials_options_set_root_cert_name_import
|
|
240
|
-
typedef void(*grpc_tls_credentials_options_watch_identity_key_cert_pairs_type)(grpc_tls_credentials_options* options);
|
|
241
|
-
extern grpc_tls_credentials_options_watch_identity_key_cert_pairs_type grpc_tls_credentials_options_watch_identity_key_cert_pairs_import;
|
|
242
|
-
#define grpc_tls_credentials_options_watch_identity_key_cert_pairs grpc_tls_credentials_options_watch_identity_key_cert_pairs_import
|
|
243
246
|
typedef void(*grpc_tls_credentials_options_set_identity_cert_name_type)(grpc_tls_credentials_options* options, const char* identity_cert_name);
|
|
244
247
|
extern grpc_tls_credentials_options_set_identity_cert_name_type grpc_tls_credentials_options_set_identity_cert_name_import;
|
|
245
248
|
#define grpc_tls_credentials_options_set_identity_cert_name grpc_tls_credentials_options_set_identity_cert_name_import
|
|
@@ -501,6 +504,9 @@ extern grpc_resource_quota_resize_type grpc_resource_quota_resize_import;
|
|
|
501
504
|
typedef void(*grpc_resource_quota_set_max_threads_type)(grpc_resource_quota* resource_quota, int new_max_threads);
|
|
502
505
|
extern grpc_resource_quota_set_max_threads_type grpc_resource_quota_set_max_threads_import;
|
|
503
506
|
#define grpc_resource_quota_set_max_threads grpc_resource_quota_set_max_threads_import
|
|
507
|
+
typedef void(*grpc_resource_quota_set_max_outstanding_streams_type)(grpc_resource_quota* resource_quota, int new_max_outstanding_streams);
|
|
508
|
+
extern grpc_resource_quota_set_max_outstanding_streams_type grpc_resource_quota_set_max_outstanding_streams_import;
|
|
509
|
+
#define grpc_resource_quota_set_max_outstanding_streams grpc_resource_quota_set_max_outstanding_streams_import
|
|
504
510
|
typedef grpc_slice(*grpc_dump_xds_configs_type)(void);
|
|
505
511
|
extern grpc_dump_xds_configs_type grpc_dump_xds_configs_import;
|
|
506
512
|
#define grpc_dump_xds_configs grpc_dump_xds_configs_import
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -19,7 +19,7 @@ cd $(dirname $0)/../../..
|
|
|
19
19
|
|
|
20
20
|
# protoc and grpc_*_plugin binaries can be obtained by running
|
|
21
21
|
# $ bazel build @com_google_protobuf//:protoc //src/compiler:all
|
|
22
|
-
PROTOC=bazel-bin/external/
|
|
22
|
+
PROTOC=bazel-bin/external/protobuf+/protoc
|
|
23
23
|
PLUGIN=protoc-gen-grpc=bazel-bin/src/compiler/grpc_ruby_plugin
|
|
24
24
|
|
|
25
25
|
$PROTOC -I src/proto src/proto/grpc/health/v1/health.proto \
|
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.
|
|
4
|
+
version: 1.80.0.pre1
|
|
5
5
|
platform: x86-linux-gnu
|
|
6
6
|
authors:
|
|
7
7
|
- gRPC Authors
|
|
@@ -372,7 +372,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
372
372
|
- !ruby/object:Gem::Version
|
|
373
373
|
version: 3.3.22
|
|
374
374
|
requirements: []
|
|
375
|
-
rubygems_version: 4.0.
|
|
375
|
+
rubygems_version: 4.0.8
|
|
376
376
|
specification_version: 4
|
|
377
377
|
summary: GRPC system in Ruby
|
|
378
378
|
test_files:
|