- ActiveSupport::Logger is now fiber‑safe, enabling per‑fiber log levels via Fiber.current.id.
- ActiveRecord receives multiple bug fixes: circular autosave handling, thread‑safe ConnectionPool.connections, correct GROUP BY/ORDER BY in PostgreSQL, sqlite3 collation parsing, and proper attribute assignment for has‑many‑through callba...
- ActionView programmatic click events now trigger Rails UJS handlers; Rails generators use original Bundler environment variables; seed loading can run without ActiveJob and forces async adapters to inline during seeding.