Releases: rails/bootsnap
Releases · rails/bootsnap
v1.24.1
What's Changed
- Fix encoding of Ruby source files loaded when
BOOTSNAP_READONLYis set.
Files would incorectly be loaded inASCII-8BITcausing literal strings outside
the pure ASCII range to haveASCII-8BITencoding instead ofUTF-8.
This bug was introduced in1.24.0.
Full Changelog: v1.24.0...v1.24.1
v1.24.0
v1.23.0
What's Changed
- Require Ruby 2.7.
- Fix support for absolute paths in
BOOTSNAP_IGNORE_DIRECTORIES.
Full Changelog: v1.22.0...v1.23.0
v1.22.0
What's Changed
- Proper fix for the
opendircrash. - Add
bootsnap/rakefor cleaning the bootsnap cache as part ofrake clobber.
Full Changelog: v1.21.1...v1.22.0
v1.21.1
What's Changed
- Fallback to pure the pure ruby path scanner on unexpected error.
Full Changelog: v1.21.0...v1.21.1
v1.20.1
What's Changed
- Handle broken symlinks in load path scanning code.
Should fixErrno::ENOENT fstatatissues some users have encountered after upgrading to 1.20.0.
Full Changelog: v1.20.0...v1.20.1
v1.20.0
What's Changed
- Optimized load path scanning with a C extension. Should be about 2x faster on supported platforms.
Full Changelog: v1.19.0...v1.20.0