0.35.1
Standard library
Collections
Networking
- Revert
IO#write
changes in 0.35.0 and let it return Nil. (#9469, thanks @bcardiff) - Avoid leaking logging context in HTTP request handlers. (#9494, thanks @Blacksmoke16)
Crypto
- Use less strict cipher compatibility for OpenSSL client context. (#9459, thanks @straight-shoota)
- Fix
Digest::Base
block argument type restrictions. (#9500, thanks @straight-shoota)
Logging
Compiler
- Show warnings even if there are errors. (#9461, thanks @asterite)
- Fix parsing of
{foo: X, typeof: Y}
type. (#9453, thanks @makenowjust) - Fix parsing of proc in hash
of
key type. (#9458, thanks @makenowjust) - Revert debug level information changes in specs to fix 32 bits builds. (#9466, thanks @bcardiff)
Others
- CI improvements and housekeeping. (#9455, thanks @bcardiff)
- Code formatting. (#9482, thanks @makenowjust)