Sourced from activesupport's releases.
7.0.7.2 release
No changes between this and 7.0.7.2. This release was just to fix file permissions in the previous release.
7.0.7.1
Active Support
Use a temporary file for storing unencrypted files while editing
[CVE-2023-38037]
Active Model
- No changes.
Active Record
- No changes.
Action View
- No changes.
Action Pack
- No changes.
Active Job
- No changes.
Action Mailer
- No changes.
Action Cable
... (truncated)
Sourced from activesupport's changelog.
Rails 7.0.7.2 (August 22, 2023)
- No changes.
Rails 7.0.7.1 (August 22, 2023)
Use a temporary file for storing unencrypted files while editing
[CVE-2023-38037]
Rails 7.0.7 (August 09, 2023)
Fix
Cache::NullStore
with local caching for repeated reads.fatkodima
Fix
to_s
with no arguments not respecting custom:default
formatsHartley McGuire
Fix
ActiveSupport::Inflector.humanize(nil)
raisingNoMethodError: undefined method `end_with?' for nil:NilClass
.James Robinson
Fix
Enumerable#sum
forEnumerator#lazy
.fatkodima, Matthew Draper, Jonathan Hefner
Improve error message when EventedFileUpdateChecker is used without a compatible version of the Listen gem
Hartley McGuire
Rails 7.0.6 (June 29, 2023)
Fix
EncryptedConfiguration
returning incorrect values for someHash
methodsHartley McGuire
Fix arguments being destructed
Enumerable#many?
with block.Andrew Novoselac
Fix humanize for strings ending with id.
fatkodima
... (truncated)
3668b4b
Preparing for 7.0.7.2 release2294b8b
Bumping versionc92caef
Preparing for 7.0.7.1 release936587d
updating version / changeloga21d6ed
Use a temporary file for storing unencrypted files while editing522c86f
Preparing for 7.0.7 release5610cba
Sync CHANGELOG with the changes in the repository7e9ffc2
Fix to_s not using :default format with no argsa8e88e2
Fix Cache::NullStore
with local caching for repeated
readsb18b9df
Merge pull request #48800
from robinjam/fix-humanize-nil