anycable 1.3.0 → 1.3.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/README.md +2 -0
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 914b8772ad9a8fb7d7fef18a8d7e0b1c9331bdf748a330e00567bd07576ca6f3
4
- data.tar.gz: 726d2dccc220252010f516687ece0776d5374dc82a9e4fce57cc611d4c90f97f
3
+ metadata.gz: 377fa05912a5ec44787439552b324281e01937db5b2982e38fa9dae5cd003d70
4
+ data.tar.gz: cf1ab4cda407abf137cc79ea1c430f8a7fb19f5a02d1a322d85a1b0c8f81a391
5
5
  SHA512:
6
- metadata.gz: 475d7436017625c4b06547b76ba89064dd841891a79162eb8ad74e3f6b7707e07693fbdbfe66a4374f05a87a6d802eced499b7132d7f00c44d0158ef0bda0eb6
7
- data.tar.gz: c479cf5363a8a882d64322e5f7483e677b946a6026b6f2ca8d5e594d1c70939ec02066b89c0c7cd5cf7274804b29adb0ad4e80854472e1eedec823f0c008f9b2
6
+ metadata.gz: 29822005b0c2a360dbf2e1ccb7741c34b727a94812c54af285efa81a836f271103fb1b2ed7ff28f2f718e80edc2de1b81f3095d715c4de6d41762b91651b7aa7
7
+ data.tar.gz: 6a0c72e504259e91718a86c77e3a224b1cf4981eacb0ec95b3e20d5c949f7a962fbc3a8a005af9f249805d89a1198c929a2a6cf510d438ea4bad27bb0325bfd1
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ## master
4
4
 
5
+ ## 1.3.1 (2023-05-12)
6
+
7
+ - Fix gRPC health check response for an empty service. ([@palkan][])
8
+
9
+ As per [docs](https://github.com/grpc/grpc/blob/master/doc/health-checking.md), an empty service is used as the key for server's overall health status. So, if we serve any services, we should return `SERVING` status.
10
+
11
+ - Add gRPC health check when using grpc_kit. ([@palkan][])
12
+
5
13
  ## 1.3.0 (2023-02-28)
6
14
 
7
15
  - Add configuration presets. ([@palkan][])
data/README.md CHANGED
@@ -28,6 +28,8 @@ Check out our 📑 [Documentation](https://docs.anycable.io/v1).
28
28
 
29
29
  ## Links
30
30
 
31
+ - [AnyCable off Rails: connecting Twilio streams with Hanami](https://evilmartians.com/chronicles/anycable-goes-off-rails-connecting-twilio-streams-with-hanami)
32
+
31
33
  - [AnyCable 1.0: Four years of real-time web with Ruby and Go](https://evilmartians.com/chronicles/anycable-1-0-four-years-of-real-time-web-with-ruby-and-go)
32
34
 
33
35
  - [AnyCable: Action Cable on steroids!](https://evilmartians.com/chronicles/anycable-actioncable-on-steroids)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anycable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - palkan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-01 00:00:00.000000000 Z
11
+ date: 2023-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: anycable-core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 1.3.0
19
+ version: 1.3.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 1.3.0
26
+ version: 1.3.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: grpc
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.4.6
76
+ rubygems_version: 3.4.8
77
77
  signing_key:
78
78
  specification_version: 4
79
79
  summary: AnyCable is a polyglot replacement for ActionCable-compatible servers