anycable-core 1.6.0.rc.1 → 1.6.1

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: 5a1e141540dbc11a56633dda1ba555de70900a37e3510f2c6404e50cc1375cfc
4
- data.tar.gz: f51a96aa3b101fbd9a3dbfa66ec51109b3ff81897796a9e9a8d3fa2ba29ef0eb
3
+ metadata.gz: ed5cba84c41eaff48b39efff0d9e6e1f92c717157fef1028138d5b2e4aedb8b7
4
+ data.tar.gz: 03527a7b8abdb352df1db3d4b10cf1ea53016bf71f7a6d9dbe17aebc191d7c88
5
5
  SHA512:
6
- metadata.gz: 9d021b6d6036e6d6d425ead93557688cb99d119f36276acae4474abb12b0aa58ada3bd380c48d8d154978449299dd23bb36e629a148be5b5a62831b51049c6ec
7
- data.tar.gz: 7bd8f7d0abc547f8b61bab521d8ff96f4d58a5e5887982f597c7e71472bd8abb9179611bb28c29e236f5f4a89ac6c6f8f0a91f540b44f13785e4dcc8ccf8032f
6
+ metadata.gz: 447793f557f75d3f587196c7e3f85b563272e0a31a6c23cc3b653902619874dac2f8f92fe3ec6ad53a81bf301cfc67ff04670e35648356cbdaab5eeb8313003d
7
+ data.tar.gz: 94535fc3bbbe995e1015868a7b9e29c34134bf72ad312e2ec4c96c630e925127bc658562b0d396607577e99426c6b3086b8bc84f3941e60889d1db2879c96534
data/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  ## master
4
4
 
5
+ ## 1.6.1 (2025-08-19)
6
+
7
+ - Update gRPC server keepalive configuration. ([@palkan][])
8
+
9
+ Should fix the `ENHANCE_YOUR_CALM` logs at the server side.
10
+
11
+ ## 1.6.0 (2025-03-18)
12
+
13
+ - Add presence support. ([@palkan][])
14
+
5
15
  ## 1.5.2 (2024-12-27)
6
16
 
7
17
  - Update google-protobuf to version 4 (support Ruby 3.4). ([@le0pard][])
@@ -43,6 +43,7 @@ module AnyCable
43
43
  # See also https://github.com/grpc/grpc/blob/master/doc/keepalive.md and https://grpc.github.io/grpc/core/group__grpc__arg__keys.html
44
44
  sargs["grpc.keepalive_permit_without_calls"] ||= 1
45
45
  sargs["grpc.http2.min_recv_ping_interval_without_data_ms"] ||= 10_000
46
+ sargs["grpc.http2.min_ping_interval_without_data_ms"] ||= 10_000
46
47
  end
47
48
  }
48
49
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AnyCable
4
- VERSION = "1.6.0.rc.1"
4
+ VERSION = "1.6.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anycable-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0.rc.1
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vladimir Dementyev
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-03 00:00:00.000000000 Z
11
+ date: 2025-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: anyway_config
@@ -319,7 +319,7 @@ metadata:
319
319
  homepage_uri: https://anycable.io/
320
320
  source_code_uri: http://github.com/anycable/anycable-rb
321
321
  funding_uri: https://github.com/sponsors/anycable
322
- post_install_message:
322
+ post_install_message:
323
323
  rdoc_options: []
324
324
  require_paths:
325
325
  - lib
@@ -330,12 +330,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
330
330
  version: '2.7'
331
331
  required_rubygems_version: !ruby/object:Gem::Requirement
332
332
  requirements:
333
- - - ">"
333
+ - - ">="
334
334
  - !ruby/object:Gem::Version
335
- version: 1.3.1
335
+ version: '0'
336
336
  requirements: []
337
337
  rubygems_version: 3.4.19
338
- signing_key:
338
+ signing_key:
339
339
  specification_version: 4
340
340
  summary: Ruby SDK for AnyCable, an open-source realtime server for reliable two-way
341
341
  communication