Skip to content

0.30.1

Compare
Choose a tag to compare
@bcardiff bcardiff released this 12 Aug 19:33
· 4006 commits to master since this release
5e6a1b6

Standard library

Numeric

Networking

  • Fixed TCP socket leaking after failed SSL connect in HTTP::Client#socket. (#8025, thanks @straight-shoota)
  • Honor normalized header names for HTTP requests. (#8061, thanks @asterite)

Concurrency

  • Don't resume fibers directly from event loop callbacks (or support for libevent 2.1.11). (#8058, thanks @waj)

Compiler

Language semantics

  • Consider abstract method implementation in supertype for abstract method checks. (#8035, thanks @asterite)

Tools

Formatter

  • Handle consecutive macro literals when subformatting. (#8034, thanks @asterite)
  • Fixed crash when formatting syntax error inside macro. (#8055, thanks @asterite)

Others