Rack v1.6.0 Release Notes

Release Date: 2014-01-18 // over 10 years ago
    • Response#unauthorized? helper
    • Deflater now accepts an options hash to control compression on a per-request level
    • Builder#warmup method for app preloading
    • Request#accept_language method to extract HTTP_ACCEPT_LANGUAGE
    • Add quiet mode of rack server, rackup --quiet
    • Update HTTP Status Codes to RFC 7231
    • Less strict header name validation according to RFC 2616
    • SPEC updated to specify headers conform to RFC7230 specification
    • Etag correctly marks etags as weak
    • Request#port supports multiple x-http-forwarded-proto values
    • Utils#multipart_part_limit configures the maximum number of parts a request can contain
    • Default host to localhost when in development mode
    • Various bugfixes and performance improvements