Tuesday, April 30, 2024
HomeRuby On RailsRuby on Rails — Rack 3 and Rails 7.0.4, 6.1.7, and 6.0.6...

Ruby on Rails — Rack 3 and Rails 7.0.4, 6.1.7, and 6.0.6 releases, ActionDispatch::Cookies, and many others


Saturday, September 10, 2022

Rack 3 and Rails 7.0.4, 6.1.7, and 6.0.6 releases, ActionDispatch::Cookies, and many others

Posted by CHANGELOG.md

👋🏾… That is Emmanuel. I’ve bought some Rails updates for you.

Rack 3.0 has shipped
A significant model of Rack has shipped, and as anticipated, there are breaking modifications however with numerous enhancements and an improve information. There’s additionally a changelog of the beta variations and launch candidates main as much as the discharge.

Rails 7.0.4, 6.1.7, and 6.0.6 have been launched
These are largely bugfixes with varied enhancements, compatibility fixes, and efficiency enhancements.

Repair bug in connection handler strategies utilizing all swimming pools
active_connections?, clear_active_connections!, clear_reloadable_connections!, clear_all_connections!, and flush_idle_connections! now function on all swimming pools by default. Beforehand they might default to utilizing the current_role or :writing function until specified.

Add :locals to ActionView rendering instrumentation
Motion View render instrumentation now studies :locals. ActiveSupport::Notifications will now seize :locals along with :identifier and :structure.

Add capability to run solely earlier than/round/after callbacks in run_callbacks
This PR makes it doable to make use of run_callbacks with out the necessity to run all callbacks. Now you can select particular callbacks to run.

ActionDispatch::Cookies JSON deserializer discards Marshal dumps
If an utility reads a Marshall dump, JSON::ParserError is raised with out clearing cookies when the cookies serializer is about to JSON. This PR fixes that.

35 folks contributed to Rails within the final 8 days.

That’s it. Допобачення!

Subscribe to get these updates mailed to you.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments