Vapor v3.3.0 Release Notes

Release Date: 2019-02-28 // about 5 years ago
  • ๐Ÿ†• New:

    • โž• Adds new supportCompression member to NIOServerConfig. When true, HTTP server will support gzip and deflate. (#1909)
    • ๐Ÿ‘€ ErrorMiddleware now checks for and utilizes ResponseEncodable conformance on errors. (#1875)