- ActiveSupport::Cache::MemCacheStore now accepts an explicit nil for its addresses argument, easing migration from :dalli.
- Active Record destroy async jobs are now enqueued only after the DB transaction commits, fixing rollback issues.
- Added Rails console sandbox support for multiple‑database apps and fixed numerous bugs (timestamp type, MySQL packet, connection URL handling, polymorphic queries, etc.).