- Add a native ARM64 version. #362
- Add junction (directory link) at
<ruby>/ssl
, which allows to easily find the OpenSSL certificates directory. #399 The certificates directory varies between ruby versions and the junction unifies the location. It is described in<ruby>/ssl/README-SSL.md
.
- Change side-by-side DLL loading to store dependencies in each extension.so file. #60
- Change the OpenSSL certificates directory to
<ruby>/lib/ruby/<ruby-version>/etc/ssl
. - Remove installed gems and MSYS2 by the uninstaller per default. #408
So far the uninstaller only removed the ruby install files, but kept installed gems and MSYS2.
The old behaviour is available when running the uninstaller with option
/allfiles=no
. See in the wiki. This is to prepare RubyInstaller for the Microsoft Store.
This is the first release based on ruby-3.4.x: https://www.ruby-lang.org/en/news/2024/12/25/ruby-3-4-0-released/