anycable 1.4.1 → 1.4.3
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/CHANGELOG.md +10 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 14c80e664fc46eea3c116c3107fa44f7f2b89594f49032bdf5f35ce9b3bfd303
|
|
4
|
+
data.tar.gz: 12db3fd975550d07abf43ea35a19026478ea6901699ba5a4883bedab4e26952c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0b84abb5ed1f25677bf6cd07169cbb0e7c8e0c2bc2ec58fb275dc66677e24c22b379a81e42162874afefd185fb75c2989b3f2321772868632ae532f348eedcf
|
|
7
|
+
data.tar.gz: 625f15534b7087b469dd598a23ff28ba3a98590e440bb26bfa84a0e31dacfd259c7f32ad64649f8f5d0f076e6869080ea0357e93e95168efbc54700815a44641
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
## master
|
|
4
4
|
|
|
5
|
+
## 1.4.3 (2023-10-15)
|
|
6
|
+
|
|
7
|
+
- Add broadcast options support. ([@palkan][])
|
|
8
|
+
|
|
9
|
+
- Add batch-broadcasting support. ([@palkan][])
|
|
10
|
+
|
|
11
|
+
## 1.4.2 (2023-09-05)
|
|
12
|
+
|
|
13
|
+
- Fix parsing sentinel configuration from YAML in Rails. ([@palkan][])
|
|
14
|
+
|
|
5
15
|
## 1.4.1 (2023-07-24)
|
|
6
16
|
|
|
7
17
|
- Add TLS support for gRPC server. ([@Envek][])
|
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.4.
|
|
4
|
+
version: 1.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- palkan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-10-16 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.4.
|
|
19
|
+
version: 1.4.3
|
|
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.4.
|
|
26
|
+
version: 1.4.3
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: grpc
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|