Preparing for 7.1.0.beta1 release

This commit is contained in:
Rafael Mendonça França 2023-09-13 00:36:01 +00:00
parent aa268ba931
commit 699dfdb426
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
33 changed files with 1070 additions and 993 deletions

@ -20,70 +20,70 @@ GIT
PATH
remote: .
specs:
actioncable (7.1.0.alpha)
actionpack (= 7.1.0.alpha)
activesupport (= 7.1.0.alpha)
actioncable (7.1.0.beta1)
actionpack (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6)
actionmailbox (7.1.0.alpha)
actionpack (= 7.1.0.alpha)
activejob (= 7.1.0.alpha)
activerecord (= 7.1.0.alpha)
activestorage (= 7.1.0.alpha)
activesupport (= 7.1.0.alpha)
actionmailbox (7.1.0.beta1)
actionpack (= 7.1.0.beta1)
activejob (= 7.1.0.beta1)
activerecord (= 7.1.0.beta1)
activestorage (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.1.0.alpha)
actionpack (= 7.1.0.alpha)
actionview (= 7.1.0.alpha)
activejob (= 7.1.0.alpha)
activesupport (= 7.1.0.alpha)
actionmailer (7.1.0.beta1)
actionpack (= 7.1.0.beta1)
actionview (= 7.1.0.beta1)
activejob (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.2)
actionpack (7.1.0.alpha)
actionview (= 7.1.0.alpha)
activesupport (= 7.1.0.alpha)
actionpack (7.1.0.beta1)
actionview (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
nokogiri (>= 1.8.5)
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actiontext (7.1.0.alpha)
actionpack (= 7.1.0.alpha)
activerecord (= 7.1.0.alpha)
activestorage (= 7.1.0.alpha)
activesupport (= 7.1.0.alpha)
actiontext (7.1.0.beta1)
actionpack (= 7.1.0.beta1)
activerecord (= 7.1.0.beta1)
activestorage (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.1.0.alpha)
activesupport (= 7.1.0.alpha)
actionview (7.1.0.beta1)
activesupport (= 7.1.0.beta1)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (7.1.0.alpha)
activesupport (= 7.1.0.alpha)
activejob (7.1.0.beta1)
activesupport (= 7.1.0.beta1)
globalid (>= 0.3.6)
activemodel (7.1.0.alpha)
activesupport (= 7.1.0.alpha)
activerecord (7.1.0.alpha)
activemodel (= 7.1.0.alpha)
activesupport (= 7.1.0.alpha)
activemodel (7.1.0.beta1)
activesupport (= 7.1.0.beta1)
activerecord (7.1.0.beta1)
activemodel (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
timeout (>= 0.4.0)
activestorage (7.1.0.alpha)
actionpack (= 7.1.0.alpha)
activejob (= 7.1.0.alpha)
activerecord (= 7.1.0.alpha)
activesupport (= 7.1.0.alpha)
activestorage (7.1.0.beta1)
actionpack (= 7.1.0.beta1)
activejob (= 7.1.0.beta1)
activerecord (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
marcel (~> 1.0)
activesupport (7.1.0.alpha)
activesupport (7.1.0.beta1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
@ -93,23 +93,23 @@ PATH
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
rails (7.1.0.alpha)
actioncable (= 7.1.0.alpha)
actionmailbox (= 7.1.0.alpha)
actionmailer (= 7.1.0.alpha)
actionpack (= 7.1.0.alpha)
actiontext (= 7.1.0.alpha)
actionview (= 7.1.0.alpha)
activejob (= 7.1.0.alpha)
activemodel (= 7.1.0.alpha)
activerecord (= 7.1.0.alpha)
activestorage (= 7.1.0.alpha)
activesupport (= 7.1.0.alpha)
rails (7.1.0.beta1)
actioncable (= 7.1.0.beta1)
actionmailbox (= 7.1.0.beta1)
actionmailer (= 7.1.0.beta1)
actionpack (= 7.1.0.beta1)
actiontext (= 7.1.0.beta1)
actionview (= 7.1.0.beta1)
activejob (= 7.1.0.beta1)
activemodel (= 7.1.0.beta1)
activerecord (= 7.1.0.beta1)
activestorage (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
bundler (>= 1.15.0)
railties (= 7.1.0.alpha)
railties (7.1.0.alpha)
actionpack (= 7.1.0.alpha)
activesupport (= 7.1.0.alpha)
railties (= 7.1.0.beta1)
railties (7.1.0.beta1)
actionpack (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
@ -238,8 +238,8 @@ GEM
fugit (1.8.0)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
globalid (1.0.0)
activesupport (>= 5.0)
globalid (1.2.1)
activesupport (>= 6.1)
google-apis-core (0.9.4)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.16.2, < 2.a)
@ -276,7 +276,7 @@ GEM
signet (>= 0.16, < 2.a)
hashdiff (1.0.1)
httpclient (2.8.3)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
@ -306,7 +306,7 @@ GEM
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.0.1)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
@ -346,7 +346,7 @@ GEM
mysql2 (0.5.5)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
net-imap (0.3.6)
net-imap (0.3.7)
date
net-protocol
net-pop (0.1.2)
@ -549,12 +549,12 @@ GEM
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.1)
websocket (1.2.9)
websocket-driver (0.7.5)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.6)
zeitwerk (2.6.11)
PLATFORMS
ruby

@ -1 +1 @@
7.1.0.alpha
7.1.0.beta1

@ -1,3 +1,5 @@
## Rails 7.1.0.beta1 (September 13, 2023) ##
* Add a `@server` instance variable referencing the `ActionCable.server`
singleton to `ActionCable::Channel::ConnectionStub`

@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "alpha"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

@ -1,6 +1,6 @@
{
"name": "@rails/actioncable",
"version": "7.1.0-alpha",
"version": "7.1.0-beta1",
"description": "WebSocket framework for Ruby on Rails.",
"module": "app/assets/javascripts/actioncable.esm.js",
"main": "app/assets/javascripts/actioncable.js",

@ -1,3 +1,5 @@
## Rails 7.1.0.beta1 (September 13, 2023) ##
* Added `bounce_now_with` to send the bounce email without going through a mailer queue.
*Ronan Limon Duparcmeur*

@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "alpha"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

@ -1,3 +1,5 @@
## Rails 7.1.0.beta1 (September 13, 2023) ##
* Mailers are listed in alphabetical order on the mailer preview page now.
*Martin Spickermann*

@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "alpha"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

@ -1,3 +1,5 @@
## Rails 7.1.0.beta1 (September 13, 2023) ##
* `AbstractController::Translation.raise_on_missing_translations` removed
This was a private API, and has been removed in favour of a more broadly applicable

@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "alpha"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

@ -1,3 +1,5 @@
## Rails 7.1.0.beta1 (September 13, 2023) ##
* Use `Rails::HTML5::SafeListSanitizer` by default in the Rails 7.1 configuration if it is
supported.

@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "alpha"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

@ -1,6 +1,6 @@
{
"name": "@rails/actiontext",
"version": "7.1.0-alpha",
"version": "7.1.0-beta1",
"description": "Edit and display rich text in Rails applications",
"main": "app/assets/javascripts/actiontext.js",
"type": "module",

@ -1,3 +1,5 @@
## Rails 7.1.0.beta1 (September 13, 2023) ##
* Fix `simple_format` with blank `wrapper_tag` option returns plain html tag
By default `simple_format` method returns the text wrapped with `<p>`. But if we explicitly specify

@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "alpha"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

@ -1,6 +1,6 @@
{
"name": "@rails/ujs",
"version": "7.1.0-alpha",
"version": "7.1.0-beta1",
"description": "Ruby on Rails unobtrusive scripting adapter",
"main": "app/assets/javascripts/rails-ujs.js",
"module": "app/assets/javascripts/rails-ujs.esm.js",

@ -1,3 +1,5 @@
## Rails 7.1.0.beta1 (September 13, 2023) ##
* Fix Active Job log message to correctly report a job failed to enqueue
when the adapter raises an `ActiveJob::EnqueueError`.

@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "alpha"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

@ -1,3 +1,5 @@
## Rails 7.1.0.beta1 (September 13, 2023) ##
* Support composite identifiers in `to_key`
`to_key` avoids wrapping `#id` value into an `Array` if `#id` already an array

@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "alpha"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

@ -1,3 +1,5 @@
## Rails 7.1.0.beta1 (September 13, 2023) ##
* Encryption now supports `support_unencrypted_data` being set per-attribute.
You can now opt out of `support_unencrypted_data` on a specific encrypted attribute.

@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "alpha"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

@ -1,3 +1,5 @@
## Rails 7.1.0.beta1 (September 13, 2023) ##
* Disables the session in `ActiveStorage::Blobs::ProxyController`
and `ActiveStorage::Representations::ProxyController`
in order to allow caching by default in some CDNs as CloudFlare

@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "alpha"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

@ -1,6 +1,6 @@
{
"name": "@rails/activestorage",
"version": "7.1.0-alpha",
"version": "7.1.0-beta1",
"description": "Attach cloud and local files in Rails applications",
"module": "app/assets/javascripts/activestorage.esm.js",
"main": "app/assets/javascripts/activestorage.js",

@ -1,3 +1,5 @@
## Rails 7.1.0.beta1 (September 13, 2023) ##
* Add `drb`, `mutex_m` and `base64` that are bundled gem candidates for Ruby 3.4
*Yasuo Honda*

@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "alpha"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

@ -1,3 +1,5 @@
## Rails 7.1.0.beta1 (September 13, 2023) ##
* Add "back to top" button to guides
*Alysson Rosa*

@ -1,3 +1,5 @@
## Rails 7.1.0.beta1 (September 13, 2023) ##
* `rails new --javascript` generator now supports Bun
```bash

@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "alpha"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "alpha"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

1881
yarn.lock

File diff suppressed because it is too large Load Diff