Skip to content

Vapor 0.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 13 Jun 15:08
· 3938 commits to main since this release

New:

  • WebSockets server with type-safe routing.
  • Pure Swift RFC 2616 compliant URI and HTTP message parsing and serialization.
  • Socks socket library.
  • Commands. serve and help are included by default, build your own!

Better:

  • Major performance improvements.
  • Advanced code generation.
  • Content parsing (JSON, FormURLEncoded, Multipart, etc) is now middleware and can be optionally added and removed.
  • Snapshot 06-06
  • S4 0.10
  • C7 0.9
  • Providers have been updated to pass through the initializer.
  • OPTIONS support on Controllers.