actioncable 6.1.4.4 → 7.0.0.alpha1
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 +22 -82
- data/MIT-LICENSE +1 -1
- data/app/assets/javascripts/action_cable.js +179 -255
- data/lib/action_cable/channel/broadcasting.rb +1 -1
- data/lib/action_cable/channel/streams.rb +5 -7
- data/lib/action_cable/channel/test_case.rb +1 -1
- data/lib/action_cable/connection/base.rb +3 -3
- data/lib/action_cable/connection/identification.rb +1 -1
- data/lib/action_cable/connection/subscriptions.rb +1 -1
- data/lib/action_cable/connection/tagged_logger_proxy.rb +2 -2
- data/lib/action_cable/engine.rb +9 -0
- data/lib/action_cable/gem_version.rb +4 -4
- data/lib/action_cable/helpers/action_cable_helper.rb +3 -2
- data/lib/action_cable/server/broadcasting.rb +1 -1
- data/lib/action_cable/server/configuration.rb +1 -0
- data/lib/action_cable/server/worker/active_record_connection_management.rb +2 -2
- data/lib/action_cable/server/worker.rb +3 -4
- data/lib/action_cable/subscription_adapter/postgresql.rb +2 -2
- data/lib/action_cable/test_helper.rb +2 -2
- data/lib/action_cable.rb +1 -1
- data/lib/rails/generators/channel/USAGE +1 -1
- data/lib/rails/generators/channel/channel_generator.rb +79 -20
- data/lib/rails/generators/channel/templates/application_cable/{channel.rb.tt → channel.rb} +0 -0
- data/lib/rails/generators/channel/templates/application_cable/{connection.rb.tt → connection.rb} +0 -0
- data/lib/rails/generators/channel/templates/javascript/index.js.tt +1 -5
- metadata +15 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ae20b4c4ec6fe995164eb0a9701a3f79c92b8859e71aa10d1a95e2fd243a25ad
|
|
4
|
+
data.tar.gz: 69426337d819a6f40f24a4b57b5b0bd75bb0cdd8066da0eff4c8967c68a7a240
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5f2b7b8028ef108170d53c6287fc652ecdf24e5c0d91bac0075003a56972462369fd0b2a4bcd071b1ee1b8800c4bede4b2b8d12e55f421915304ea8475002ad
|
|
7
|
+
data.tar.gz: 42a713b80aeafdb15c951f691d2a2f29fcbbcc3eb350439cc4d10614b534d6a959315cf990a681458267f06b8f12da8cd211035a0041fcb16b65cc55c0e1e88c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,97 +1,37 @@
|
|
|
1
|
-
## Rails
|
|
1
|
+
## Rails 7.0.0.alpha1 (September 15, 2021) ##
|
|
2
2
|
|
|
3
|
-
*
|
|
3
|
+
* Compile ESM package that can be used directly in the browser as actioncable.esm.js.
|
|
4
4
|
|
|
5
|
+
*DHH*
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
* No changes.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
## Rails 6.1.4.2 (December 14, 2021) ##
|
|
12
|
-
|
|
13
|
-
* No changes.
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## Rails 6.1.4.1 (August 19, 2021) ##
|
|
17
|
-
|
|
18
|
-
* No changes.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
## Rails 6.1.4 (June 24, 2021) ##
|
|
22
|
-
|
|
23
|
-
* Fix `ArgumentError` with ruby 3.0 on `RemoteConnection#disconnect`.
|
|
24
|
-
|
|
25
|
-
*Vladislav*
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
## Rails 6.1.3.2 (May 05, 2021) ##
|
|
29
|
-
|
|
30
|
-
* No changes.
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
## Rails 6.1.3.1 (March 26, 2021) ##
|
|
34
|
-
|
|
35
|
-
* No changes.
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
## Rails 6.1.3 (February 17, 2021) ##
|
|
39
|
-
|
|
40
|
-
* No changes.
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
## Rails 6.1.2.1 (February 10, 2021) ##
|
|
44
|
-
|
|
45
|
-
* No changes.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
## Rails 6.1.2 (February 09, 2021) ##
|
|
49
|
-
|
|
50
|
-
* No changes.
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
## Rails 6.1.1 (January 07, 2021) ##
|
|
54
|
-
|
|
55
|
-
* No changes.
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
## Rails 6.1.0 (December 09, 2020) ##
|
|
59
|
-
|
|
60
|
-
* `ActionCable::Connection::Base` now allows intercepting unhandled exceptions
|
|
61
|
-
with `rescue_from` before they are logged, which is useful for error reporting
|
|
62
|
-
tools and other integrations.
|
|
63
|
-
|
|
64
|
-
*Justin Talbott*
|
|
7
|
+
* Move action_cable.js to actioncable.js to match naming convention used for other Rails frameworks, and use JS console to communicate the deprecation.
|
|
65
8
|
|
|
66
|
-
*
|
|
9
|
+
*DHH*
|
|
67
10
|
|
|
68
|
-
|
|
11
|
+
* Stop transpiling the UMD package generated as actioncable.js and drop the IE11 testing that relied on that.
|
|
69
12
|
|
|
70
|
-
*
|
|
13
|
+
*DHH*
|
|
71
14
|
|
|
72
|
-
|
|
15
|
+
* Truncate broadcast logging messages.
|
|
73
16
|
|
|
74
|
-
*
|
|
17
|
+
*J Smith*
|
|
75
18
|
|
|
76
|
-
|
|
77
|
-
Also, you can set custom `id` in `cable.yml` configuration.
|
|
19
|
+
* OpenSSL constants are now used for Digest computations.
|
|
78
20
|
|
|
79
|
-
|
|
80
|
-
SELECT application_name FROM pg_stat_activity;
|
|
81
|
-
/*
|
|
82
|
-
application_name
|
|
83
|
-
------------------------
|
|
84
|
-
psql
|
|
85
|
-
ActionCable-PID-42
|
|
86
|
-
(2 rows)
|
|
87
|
-
*/
|
|
88
|
-
```
|
|
21
|
+
*Dirkjan Bussink*
|
|
89
22
|
|
|
90
|
-
|
|
23
|
+
* The Action Cable client now includes safeguards to prevent a "thundering
|
|
24
|
+
herd" of client reconnects after server connectivity loss:
|
|
91
25
|
|
|
92
|
-
*
|
|
26
|
+
* The client will wait a random amount between 1x and 3x of the stale
|
|
27
|
+
threshold after the server's last ping before making the first
|
|
28
|
+
reconnection attempt.
|
|
29
|
+
* Subsequent reconnection attempts now use exponential backoff instead of
|
|
30
|
+
logarithmic backoff. To allow the delay between reconnection attempts to
|
|
31
|
+
increase slowly at first, the default exponentiation base is < 2.
|
|
32
|
+
* Random jitter is applied to each delay between reconnection attempts.
|
|
93
33
|
|
|
94
|
-
*
|
|
34
|
+
*Jonathan Hefner*
|
|
95
35
|
|
|
96
36
|
|
|
97
|
-
Please check [6-
|
|
37
|
+
Please check [6-1-stable](https://github.com/rails/rails/blob/6-1-stable/actioncable/CHANGELOG.md) for previous changes.
|
data/MIT-LICENSE
CHANGED