Skip to content

0.35.1

Compare
Choose a tag to compare
@bcardiff bcardiff released this 19 Jun 19:03
· 3026 commits to master since this release
5999ae2

Standard library

Collections

  • Remove Hash#each type restriction to allow working with splats. (#9456, thanks @bcardiff)

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

Logging

  • Fix Log.context.set docs for hash based data. (#9470, thanks @bcardiff)

Compiler

Others