Skip to content

Commit 83d85b2

Browse files
committed
Start Rails 7.1 development
1 parent 8821577 commit 83d85b2

File tree

57 files changed

+385
-3776
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+385
-3776
lines changed

Gemfile.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -24,82 +24,82 @@ GIT
2424
PATH
2525
remote: .
2626
specs:
27-
actioncable (7.0.0.alpha2)
28-
actionpack (= 7.0.0.alpha2)
29-
activesupport (= 7.0.0.alpha2)
27+
actioncable (7.1.0.alpha)
28+
actionpack (= 7.1.0.alpha)
29+
activesupport (= 7.1.0.alpha)
3030
nio4r (~> 2.0)
3131
websocket-driver (>= 0.6.1)
32-
actionmailbox (7.0.0.alpha2)
33-
actionpack (= 7.0.0.alpha2)
34-
activejob (= 7.0.0.alpha2)
35-
activerecord (= 7.0.0.alpha2)
36-
activestorage (= 7.0.0.alpha2)
37-
activesupport (= 7.0.0.alpha2)
32+
actionmailbox (7.1.0.alpha)
33+
actionpack (= 7.1.0.alpha)
34+
activejob (= 7.1.0.alpha)
35+
activerecord (= 7.1.0.alpha)
36+
activestorage (= 7.1.0.alpha)
37+
activesupport (= 7.1.0.alpha)
3838
mail (>= 2.7.1)
39-
actionmailer (7.0.0.alpha2)
40-
actionpack (= 7.0.0.alpha2)
41-
actionview (= 7.0.0.alpha2)
42-
activejob (= 7.0.0.alpha2)
43-
activesupport (= 7.0.0.alpha2)
39+
actionmailer (7.1.0.alpha)
40+
actionpack (= 7.1.0.alpha)
41+
actionview (= 7.1.0.alpha)
42+
activejob (= 7.1.0.alpha)
43+
activesupport (= 7.1.0.alpha)
4444
mail (~> 2.5, >= 2.5.4)
4545
rails-dom-testing (~> 2.0)
46-
actionpack (7.0.0.alpha2)
47-
actionview (= 7.0.0.alpha2)
48-
activesupport (= 7.0.0.alpha2)
46+
actionpack (7.1.0.alpha)
47+
actionview (= 7.1.0.alpha)
48+
activesupport (= 7.1.0.alpha)
4949
rack (~> 2.0, >= 2.2.0)
5050
rack-test (>= 0.6.3)
5151
rails-dom-testing (~> 2.0)
5252
rails-html-sanitizer (~> 1.0, >= 1.2.0)
53-
actiontext (7.0.0.alpha2)
54-
actionpack (= 7.0.0.alpha2)
55-
activerecord (= 7.0.0.alpha2)
56-
activestorage (= 7.0.0.alpha2)
57-
activesupport (= 7.0.0.alpha2)
53+
actiontext (7.1.0.alpha)
54+
actionpack (= 7.1.0.alpha)
55+
activerecord (= 7.1.0.alpha)
56+
activestorage (= 7.1.0.alpha)
57+
activesupport (= 7.1.0.alpha)
5858
globalid (>= 0.6.0)
5959
nokogiri (>= 1.8.5)
60-
actionview (7.0.0.alpha2)
61-
activesupport (= 7.0.0.alpha2)
60+
actionview (7.1.0.alpha)
61+
activesupport (= 7.1.0.alpha)
6262
builder (~> 3.1)
6363
erubi (~> 1.4)
6464
rails-dom-testing (~> 2.0)
6565
rails-html-sanitizer (~> 1.1, >= 1.2.0)
66-
activejob (7.0.0.alpha2)
67-
activesupport (= 7.0.0.alpha2)
66+
activejob (7.1.0.alpha)
67+
activesupport (= 7.1.0.alpha)
6868
globalid (>= 0.3.6)
69-
activemodel (7.0.0.alpha2)
70-
activesupport (= 7.0.0.alpha2)
71-
activerecord (7.0.0.alpha2)
72-
activemodel (= 7.0.0.alpha2)
73-
activesupport (= 7.0.0.alpha2)
74-
activestorage (7.0.0.alpha2)
75-
actionpack (= 7.0.0.alpha2)
76-
activejob (= 7.0.0.alpha2)
77-
activerecord (= 7.0.0.alpha2)
78-
activesupport (= 7.0.0.alpha2)
69+
activemodel (7.1.0.alpha)
70+
activesupport (= 7.1.0.alpha)
71+
activerecord (7.1.0.alpha)
72+
activemodel (= 7.1.0.alpha)
73+
activesupport (= 7.1.0.alpha)
74+
activestorage (7.1.0.alpha)
75+
actionpack (= 7.1.0.alpha)
76+
activejob (= 7.1.0.alpha)
77+
activerecord (= 7.1.0.alpha)
78+
activesupport (= 7.1.0.alpha)
7979
marcel (~> 1.0)
8080
mini_mime (>= 1.1.0)
81-
activesupport (7.0.0.alpha2)
81+
activesupport (7.1.0.alpha)
8282
concurrent-ruby (~> 1.0, >= 1.0.2)
8383
i18n (>= 1.6, < 2)
8484
minitest (>= 5.1)
8585
tzinfo (~> 2.0)
86-
rails (7.0.0.alpha2)
87-
actioncable (= 7.0.0.alpha2)
88-
actionmailbox (= 7.0.0.alpha2)
89-
actionmailer (= 7.0.0.alpha2)
90-
actionpack (= 7.0.0.alpha2)
91-
actiontext (= 7.0.0.alpha2)
92-
actionview (= 7.0.0.alpha2)
93-
activejob (= 7.0.0.alpha2)
94-
activemodel (= 7.0.0.alpha2)
95-
activerecord (= 7.0.0.alpha2)
96-
activestorage (= 7.0.0.alpha2)
97-
activesupport (= 7.0.0.alpha2)
86+
rails (7.1.0.alpha)
87+
actioncable (= 7.1.0.alpha)
88+
actionmailbox (= 7.1.0.alpha)
89+
actionmailer (= 7.1.0.alpha)
90+
actionpack (= 7.1.0.alpha)
91+
actiontext (= 7.1.0.alpha)
92+
actionview (= 7.1.0.alpha)
93+
activejob (= 7.1.0.alpha)
94+
activemodel (= 7.1.0.alpha)
95+
activerecord (= 7.1.0.alpha)
96+
activestorage (= 7.1.0.alpha)
97+
activesupport (= 7.1.0.alpha)
9898
bundler (>= 1.15.0)
99-
railties (= 7.0.0.alpha2)
100-
railties (7.0.0.alpha2)
101-
actionpack (= 7.0.0.alpha2)
102-
activesupport (= 7.0.0.alpha2)
99+
railties (= 7.1.0.alpha)
100+
railties (7.1.0.alpha)
101+
actionpack (= 7.1.0.alpha)
102+
activesupport (= 7.1.0.alpha)
103103
method_source
104104
rake (>= 12.2)
105105
thor (~> 1.0)
@@ -245,7 +245,7 @@ GEM
245245
fugit (1.5.0)
246246
et-orbi (~> 1.1, >= 1.1.8)
247247
raabro (~> 1.4)
248-
globalid (0.6.0)
248+
globalid (1.0.0)
249249
activesupport (>= 5.0)
250250
google-apis-core (0.3.0)
251251
addressable (~> 2.5, >= 2.5.1)

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.0.alpha2
1+
7.1.0.alpha

actioncable/CHANGELOG.md

Lines changed: 1 addition & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,3 @@
1-
* The Action Cable client now ensures successful channel subscriptions:
21

3-
* The client maintains a set of pending subscriptions until either
4-
the server confirms the subscription or the channel is torn down.
5-
* Rectifies the race condition where an unsubscribe is rapidly followed
6-
by a subscribe (on the same channel identifier) and the requests are
7-
handled out of order by the ActionCable server, thereby ignoring the
8-
subscribe command.
92

10-
*Daniel Spinosa*
11-
12-
13-
## Rails 7.0.0.alpha2 (September 15, 2021) ##
14-
15-
* No changes.
16-
17-
18-
## Rails 7.0.0.alpha1 (September 15, 2021) ##
19-
20-
* Compile ESM package that can be used directly in the browser as actioncable.esm.js.
21-
22-
*DHH*
23-
24-
* Move action_cable.js to actioncable.js to match naming convention used for other Rails frameworks, and use JS console to communicate the deprecation.
25-
26-
*DHH*
27-
28-
* Stop transpiling the UMD package generated as actioncable.js and drop the IE11 testing that relied on that.
29-
30-
*DHH*
31-
32-
* Truncate broadcast logging messages.
33-
34-
*J Smith*
35-
36-
* OpenSSL constants are now used for Digest computations.
37-
38-
*Dirkjan Bussink*
39-
40-
* The Action Cable client now includes safeguards to prevent a "thundering
41-
herd" of client reconnects after server connectivity loss:
42-
43-
* The client will wait a random amount between 1x and 3x of the stale
44-
threshold after the server's last ping before making the first
45-
reconnection attempt.
46-
* Subsequent reconnection attempts now use exponential backoff instead of
47-
logarithmic backoff. To allow the delay between reconnection attempts to
48-
increase slowly at first, the default exponentiation base is < 2.
49-
* Random jitter is applied to each delay between reconnection attempts.
50-
51-
*Jonathan Hefner*
52-
53-
54-
Please check [6-1-stable](https://github.com/rails/rails/blob/6-1-stable/actioncable/CHANGELOG.md) for previous changes.
3+
Please check [7-0-stable](https://github.com/rails/rails/blob/7-0-stable/actioncable/CHANGELOG.md) for previous changes.

actioncable/lib/action_cable/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ def self.gem_version
88

99
module VERSION
1010
MAJOR = 7
11-
MINOR = 0
11+
MINOR = 1
1212
TINY = 0
13-
PRE = "alpha2"
13+
PRE = "alpha"
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

actioncable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/actioncable",
3-
"version": "7.0.0-alpha2",
3+
"version": "7.1.0-alpha",
44
"description": "WebSocket framework for Ruby on Rails.",
55
"module": "app/assets/javascripts/actioncable.esm.js",
66
"main": "app/assets/javascripts/actioncable.js",

actionmailbox/CHANGELOG.md

Lines changed: 1 addition & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,3 @@
1-
* Removed deprecated environment variable `MAILGUN_INGRESS_API_KEY`.
21

3-
*Rafael Mendonça França*
42

5-
* Removed deprecated `Rails.application.credentials.action_mailbox.mailgun_api_key`.
6-
7-
*Rafael Mendonça França*
8-
9-
10-
## Rails 7.0.0.alpha2 (September 15, 2021) ##
11-
12-
* No changes.
13-
14-
15-
## Rails 7.0.0.alpha1 (September 15, 2021) ##
16-
17-
* Add `attachments` to the list of permitted parameters for inbound emails conductor.
18-
19-
When using the conductor to test inbound emails with attachments, this prevents an
20-
unpermitted parameter warning in default configurations, and prevents errors for
21-
applications that set:
22-
23-
```ruby
24-
config.action_controller.action_on_unpermitted_parameters = :raise
25-
```
26-
27-
*David Jones*, *Dana Henke*
28-
29-
* Add ability to configure ActiveStorage service
30-
for storing email raw source.
31-
32-
```yml
33-
# config/storage.yml
34-
incoming_emails:
35-
service: Disk
36-
root: /secure/dir/for/emails/only
37-
```
38-
39-
```ruby
40-
config.action_mailbox.storage_service = :incoming_emails
41-
```
42-
43-
*Yurii Rashkovskii*
44-
45-
* Add ability to incinerate an inbound message through the conductor interface.
46-
47-
*Santiago Bartesaghi*
48-
49-
* OpenSSL constants are now used for Digest computations.
50-
51-
*Dirkjan Bussink*
52-
53-
54-
Please check [6-1-stable](https://github.com/rails/rails/blob/6-1-stable/actionmailbox/CHANGELOG.md) for previous changes.
3+
Please check [7-0-stable](https://github.com/rails/rails/blob/7-0-stable/actionmailbox/CHANGELOG.md) for previous changes.

actionmailbox/lib/action_mailbox/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ def self.gem_version
88

99
module VERSION
1010
MAJOR = 7
11-
MINOR = 0
11+
MINOR = 1
1212
TINY = 0
13-
PRE = "alpha2"
13+
PRE = "alpha"
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

actionmailbox/test/dummy/config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module Dummy
88
class Application < Rails::Application
99
# Initialize configuration defaults for originally generated Rails version.
10-
config.load_defaults 7.0
10+
config.load_defaults 7.1
1111

1212
# Settings in config/environments/* take precedence over those specified here.
1313
# Application configuration can go into files in config/initializers

actionmailer/CHANGELOG.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
* Remove deprecated `ActionMailer::DeliveryJob` and `ActionMailer::Parameterized::DeliveryJob`
2-
in favor of `ActionMailer::MailDeliveryJob`.
31

4-
*Rafael Mendonça França*
52

6-
* `email_address_with_name` returns just the address if name is blank.
7-
8-
*Thomas Hutterer*
9-
10-
11-
## Rails 7.0.0.alpha2 (September 15, 2021) ##
12-
13-
* No changes.
14-
15-
16-
## Rails 7.0.0.alpha1 (September 15, 2021) ##
17-
18-
* Configures a default of 5 for both `open_timeout` and `read_timeout` for SMTP Settings.
19-
20-
*André Luis Leal Cardoso Junior*
21-
22-
23-
Please check [6-1-stable](https://github.com/rails/rails/blob/6-1-stable/actionmailer/CHANGELOG.md) for previous changes.
3+
Please check [7-0-stable](https://github.com/rails/rails/blob/7-0-stable/actionmailer/CHANGELOG.md) for previous changes.

actionmailer/lib/action_mailer/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ def self.gem_version
88

99
module VERSION
1010
MAJOR = 7
11-
MINOR = 0
11+
MINOR = 1
1212
TINY = 0
13-
PRE = "alpha2"
13+
PRE = "alpha"
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

0 commit comments

Comments
 (0)