grpc 1.32.0-universal-darwin → 1.33.0.pre1-universal-darwin

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of grpc might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e7e7dd5aaac8bf0cc9cd9cfa40831e326cf86db769ac3a7197376325bc963fc0
4
- data.tar.gz: 804b50a3cd4974c4533d9c0debeaed2be00c4aa47c27f1579836a1026f041fe0
3
+ metadata.gz: 23ad50a4b3de7e69a38cfc98b75324cb248e5f3dd89848cff380b5a472b45491
4
+ data.tar.gz: b558af679649f0d44216dbf5515c5b1e2c579b0e5c7f62c83a3c032fbdd7bdbd
5
5
  SHA512:
6
- metadata.gz: bcb9f02bd33f3fa5d2be6494104b10b52657faff575202a3c9dd720646dfbdeaa26c941023d966ee6e3acf341701459909b804137515069a5a3107a097ff19fe
7
- data.tar.gz: bb06773b87f8c6aee8851e03c095403450c1ca89875dc2a94617194964afe8a41fc249bdd4abb4e7636394391b5c3819178990582bcf9011ff25201e52def6c0
6
+ metadata.gz: f50818e26577420d0e7d47f4ab695183497b86d47381ad11420485087be91b4bd386ede1b67639420bbc6949cd0a4aeb3d1a6755127d855a0c0ee533d40ec6ee
7
+ data.tar.gz: f484aed98f2553d6fdf2fa582e164802e333432c482addea49b5670a6c69556011ab92e8212e9e5ed3e07a5cb535d8ad8738463e0b6de7261328575817dc7ff3
@@ -58,7 +58,6 @@ grpc_channel_num_external_connectivity_watchers_type grpc_channel_num_external_c
58
58
  grpc_channel_watch_connectivity_state_type grpc_channel_watch_connectivity_state_import;
59
59
  grpc_channel_support_connectivity_watcher_type grpc_channel_support_connectivity_watcher_import;
60
60
  grpc_channel_create_call_type grpc_channel_create_call_import;
61
- grpc_channel_ping_type grpc_channel_ping_import;
62
61
  grpc_channel_register_call_type grpc_channel_register_call_import;
63
62
  grpc_channel_create_registered_call_type grpc_channel_create_registered_call_import;
64
63
  grpc_call_arena_alloc_type grpc_call_arena_alloc_import;
@@ -171,6 +170,7 @@ grpc_tls_key_materials_config_set_version_type grpc_tls_key_materials_config_set
171
170
  grpc_tls_key_materials_config_get_version_type grpc_tls_key_materials_config_get_version_import;
172
171
  grpc_tls_credential_reload_config_create_type grpc_tls_credential_reload_config_create_import;
173
172
  grpc_tls_server_authorization_check_config_create_type grpc_tls_server_authorization_check_config_create_import;
173
+ grpc_xds_credentials_create_type grpc_xds_credentials_create_import;
174
174
  grpc_raw_byte_buffer_create_type grpc_raw_byte_buffer_create_import;
175
175
  grpc_raw_compressed_byte_buffer_create_type grpc_raw_compressed_byte_buffer_create_import;
176
176
  grpc_byte_buffer_copy_type grpc_byte_buffer_copy_import;
@@ -332,7 +332,6 @@ void grpc_rb_load_imports(HMODULE library) {
332
332
  grpc_channel_watch_connectivity_state_import = (grpc_channel_watch_connectivity_state_type) GetProcAddress(library, "grpc_channel_watch_connectivity_state");
333
333
  grpc_channel_support_connectivity_watcher_import = (grpc_channel_support_connectivity_watcher_type) GetProcAddress(library, "grpc_channel_support_connectivity_watcher");
334
334
  grpc_channel_create_call_import = (grpc_channel_create_call_type) GetProcAddress(library, "grpc_channel_create_call");
335
- grpc_channel_ping_import = (grpc_channel_ping_type) GetProcAddress(library, "grpc_channel_ping");
336
335
  grpc_channel_register_call_import = (grpc_channel_register_call_type) GetProcAddress(library, "grpc_channel_register_call");
337
336
  grpc_channel_create_registered_call_import = (grpc_channel_create_registered_call_type) GetProcAddress(library, "grpc_channel_create_registered_call");
338
337
  grpc_call_arena_alloc_import = (grpc_call_arena_alloc_type) GetProcAddress(library, "grpc_call_arena_alloc");
@@ -445,6 +444,7 @@ void grpc_rb_load_imports(HMODULE library) {
445
444
  grpc_tls_key_materials_config_get_version_import = (grpc_tls_key_materials_config_get_version_type) GetProcAddress(library, "grpc_tls_key_materials_config_get_version");
446
445
  grpc_tls_credential_reload_config_create_import = (grpc_tls_credential_reload_config_create_type) GetProcAddress(library, "grpc_tls_credential_reload_config_create");
447
446
  grpc_tls_server_authorization_check_config_create_import = (grpc_tls_server_authorization_check_config_create_type) GetProcAddress(library, "grpc_tls_server_authorization_check_config_create");
447
+ grpc_xds_credentials_create_import = (grpc_xds_credentials_create_type) GetProcAddress(library, "grpc_xds_credentials_create");
448
448
  grpc_raw_byte_buffer_create_import = (grpc_raw_byte_buffer_create_type) GetProcAddress(library, "grpc_raw_byte_buffer_create");
449
449
  grpc_raw_compressed_byte_buffer_create_import = (grpc_raw_compressed_byte_buffer_create_type) GetProcAddress(library, "grpc_raw_compressed_byte_buffer_create");
450
450
  grpc_byte_buffer_copy_import = (grpc_byte_buffer_copy_type) GetProcAddress(library, "grpc_byte_buffer_copy");
@@ -149,9 +149,6 @@ extern grpc_channel_support_connectivity_watcher_type grpc_channel_support_conne
149
149
  typedef grpc_call*(*grpc_channel_create_call_type)(grpc_channel* channel, grpc_call* parent_call, uint32_t propagation_mask, grpc_completion_queue* completion_queue, grpc_slice method, const grpc_slice* host, gpr_timespec deadline, void* reserved);
150
150
  extern grpc_channel_create_call_type grpc_channel_create_call_import;
151
151
  #define grpc_channel_create_call grpc_channel_create_call_import
152
- typedef void(*grpc_channel_ping_type)(grpc_channel* channel, grpc_completion_queue* cq, void* tag, void* reserved);
153
- extern grpc_channel_ping_type grpc_channel_ping_import;
154
- #define grpc_channel_ping grpc_channel_ping_import
155
152
  typedef void*(*grpc_channel_register_call_type)(grpc_channel* channel, const char* method, const char* host, void* reserved);
156
153
  extern grpc_channel_register_call_type grpc_channel_register_call_import;
157
154
  #define grpc_channel_register_call grpc_channel_register_call_import
@@ -488,6 +485,9 @@ extern grpc_tls_credential_reload_config_create_type grpc_tls_credential_reload_
488
485
  typedef grpc_tls_server_authorization_check_config*(*grpc_tls_server_authorization_check_config_create_type)(const void* config_user_data, int (*schedule)(void* config_user_data, grpc_tls_server_authorization_check_arg* arg), void (*cancel)(void* config_user_data, grpc_tls_server_authorization_check_arg* arg), void (*destruct)(void* config_user_data));
489
486
  extern grpc_tls_server_authorization_check_config_create_type grpc_tls_server_authorization_check_config_create_import;
490
487
  #define grpc_tls_server_authorization_check_config_create grpc_tls_server_authorization_check_config_create_import
488
+ typedef grpc_channel_credentials*(*grpc_xds_credentials_create_type)(grpc_channel_credentials* fallback_credentials);
489
+ extern grpc_xds_credentials_create_type grpc_xds_credentials_create_import;
490
+ #define grpc_xds_credentials_create grpc_xds_credentials_create_import
491
491
  typedef grpc_byte_buffer*(*grpc_raw_byte_buffer_create_type)(grpc_slice* slices, size_t nslices);
492
492
  extern grpc_raw_byte_buffer_create_type grpc_raw_byte_buffer_create_import;
493
493
  #define grpc_raw_byte_buffer_create grpc_raw_byte_buffer_create_import
@@ -14,5 +14,5 @@
14
14
 
15
15
  # GRPC contains the General RPC module.
16
16
  module GRPC
17
- VERSION = '1.32.0'
17
+ VERSION = '1.33.0.pre1'
18
18
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.0.pre1
5
5
  platform: universal-darwin
6
6
  authors:
7
7
  - gRPC Authors
8
8
  autorequire:
9
9
  bindir: src/ruby/bin
10
10
  cert_chain: []
11
- date: 2020-09-08 00:00:00.000000000 Z
11
+ date: 2020-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -346,9 +346,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
346
346
  version: 2.8.dev
347
347
  required_rubygems_version: !ruby/object:Gem::Requirement
348
348
  requirements:
349
- - - ">="
349
+ - - ">"
350
350
  - !ruby/object:Gem::Version
351
- version: '0'
351
+ version: 1.3.1
352
352
  requirements: []
353
353
  rubygems_version: 3.1.4
354
354
  signing_key: