NEWS for Ruby 3.4.0

This document is a list of user-visible feature changes since the 3.3.0 release, except for bug fixes.

Note that each entry is kept to a minimum, see links for details.

Language changes

Core classes updates

Note: We’re only listing outstanding class updates.

Stdlib updates

The following default gems are updated.

The following bundled gems are updated.

The following bundled gems are promoted from default gems.

See GitHub releases like GitHub Releases of Logger or changelog for details of the default gems or bundled gems.

Supported platforms

Compatibility issues

New: test.rb:1:in ‘Object#foo’: undefined method ‘time’ for an instance of Integer from test.rb:2:in ‘<main>’ “‘

Stdlib compatibility issues

C API updates

Implementation improvements

JIT

Miscellaneous changes