anycable-rails 1.5.2 → 1.5.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -0
  3. data/README.md +4 -8
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f441b129e0bc95dd9f3e1ea8ccd4a706da07fd3d0b869255f29c27d62fc9a87a
4
- data.tar.gz: b79bf4bcc6d9e4c98dc24a7af645a1bc224b5378e774a611aa2977edb3f884cd
3
+ metadata.gz: 6795af87acd07761f25d6303103b6fb80a4dcf5b0d0b4b10bf3654647efd6f32
4
+ data.tar.gz: 91159ce045126af9b4ad0405c5a760dc7c5eb1a60634853528b67e3a5f74d57d
5
5
  SHA512:
6
- metadata.gz: 63998205e8ee74138fd06b6f49b979e7a61601711cfb3fc20d8eef10e5e4923a0522189f1f93762085fcd739fe7d162cb07ff47af3c6cb5e2e8746fd42b3b319
7
- data.tar.gz: 39fe1f072152d1b07a3c6061a7091044fac3800b980a2704e8251cc29569e53daa91fe9be8c3113cfaf2b73d7852884ef96b7ad6b305600ae1064223adc89bb4
6
+ metadata.gz: 781cbc8f3c23a030e4d5d3ed457cd3b66cd5f687e989517904a6ab7f282a8321ae1a9ac837e5cf5f41927560bd39fa10a06f1a93f6d59b88a6b62a7f6c5b870e
7
+ data.tar.gz: 07112b99feced58dcde91f00841701492460578040a9bc2a70c8a07a9dda21486e740e75083d79e197b2a023fafa37fb477e0fa3fa2c8d5a2e604d2fa0e770ee
data/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  ## master
4
4
 
5
+ ## 1.5.4 (2024-10-08)
6
+
7
+ - Add [actioncable-next](https://github.com/anycable/actioncable-next) support. ([@palkan][])
8
+
9
+ - Generate `anycable.toml` in `anycable:setup` generator. ([@palkan][])
10
+
11
+ ## 1.5.3 (2024-09-12)
12
+
13
+ - Set upper limit on supported Rails versions. ([@palkan][])
14
+
15
+ The current release series is unlikely to not work with Rails 8. Let's prevent using them together.
16
+
5
17
  ## 1.5.2 (2024-07-01)
6
18
 
7
19
  - Automatically add `Warden::Manager` to the AnyCable middleware stack when Devise is present. ([@lHydra][])
data/README.md CHANGED
@@ -8,8 +8,6 @@ AnyCable allows you to use any WebSocket server (written in any language) as a r
8
8
 
9
9
  With AnyCable you can use channels, client-side JS, broadcasting - (almost) all that you can do with Action Cable.
10
10
 
11
- You can even use Action Cable in development and not be afraid of [compatibility issues](#compatibility).
12
-
13
11
  💾 [Example Application](https://github.com/anycable/anycable_rails_demo)
14
12
 
15
13
  📑 [Documentation](https://docs.anycable.io/rails/getting_started).
@@ -21,9 +19,10 @@ You can even use Action Cable in development and not be afraid of [compatibility
21
19
 
22
20
  ## Requirements
23
21
 
24
- - Ruby >= 2.6
25
- - Rails >= 6.0 (Rails 5.1 could work but we're no longer enforce compatibility on CI)
26
- - Redis (see [other options](https://github.com/anycable/anycable/issues/2) for broadcasting)
22
+ - Ruby >= 3.1
23
+ - Rails >= 6.0\*
24
+
25
+ \* Recent `anycable-rails` versions only work with Rails 8+; older versions compatible with Rails 6 and Rails 7 still receive fixes and minor updates (patch releases).
27
26
 
28
27
  ## Usage
29
28
 
@@ -31,9 +30,6 @@ Add `anycable-rails` gem to your Gemfile:
31
30
 
32
31
  ```ruby
33
32
  gem "anycable-rails"
34
-
35
- # when using Redis broadcast adapter
36
- gem "redis", ">= 4.0"
37
33
  ```
38
34
 
39
35
  ### Interactive set up
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.5.2
4
+ version: 1.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - palkan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-01 00:00:00.000000000 Z
11
+ date: 2024-10-09 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.5.2
19
+ version: 1.5.4
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.5.2
26
+ version: 1.5.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: anycable
29
29
  requirement: !ruby/object:Gem::Requirement