anycable-rails 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 +14 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dbc3e4c19341922d06114a67221dd10b1464e185e1ce30c1e76cce90096dc043
|
|
4
|
+
data.tar.gz: 29486f4f7a87e57c773fe6680606497cde7f5268283370d353c5adacec9114be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 41b4ec95d741d7943d4f2feb19d3c5a81272565f101f18a7071de7e51ed328d06e4a8fd74ef6453f7eee07ce867df5ab5b2fc333c85b2dee4271059febb3c353
|
|
7
|
+
data.tar.gz: a13575df47e5299afce680a97ca1b7560dc86211e5376e7032950ea19d21de3f1a94f14ccd185474a1aa4a5ad1ab05eac0986e75a2f0d0755d74e77283caa212
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## master
|
|
4
4
|
|
|
5
|
+
## 1.4.3 (2023-12-13)
|
|
6
|
+
|
|
7
|
+
- Fix console logging in Rails 7.1 when the app's logger has no broadcast support. ([@palkan][])
|
|
8
|
+
|
|
9
|
+
## 1.4.2 (2023-10-15)
|
|
10
|
+
|
|
11
|
+
- Print warning if the database pool size is less than RPC pool size. ([@palkan][])
|
|
12
|
+
|
|
13
|
+
- Add support for broadcast options (e.g., `exclude_socket`) and `broadcast ..., to_others: true`. ([@palkan][])
|
|
14
|
+
|
|
15
|
+
- Add `batch_broadcasts` option to automatically batch broadcasts for code wrapped in Rails executor. ([@palkan][])
|
|
16
|
+
|
|
17
|
+
- Fix broadcast logging in Rails 7.1. ([@iuri-gg][])
|
|
18
|
+
|
|
5
19
|
## 1.4.1 (2023-09-27)
|
|
6
20
|
|
|
7
21
|
- Fix compatibility with Rails 7.1. ([@palkan][])
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: anycable-rails
|
|
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-12-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: anycable-rails-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: anycable
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -185,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
185
185
|
- !ruby/object:Gem::Version
|
|
186
186
|
version: '0'
|
|
187
187
|
requirements: []
|
|
188
|
-
rubygems_version: 3.4.
|
|
188
|
+
rubygems_version: 3.4.20
|
|
189
189
|
signing_key:
|
|
190
190
|
specification_version: 4
|
|
191
191
|
summary: AnyCable integration for Rails
|