Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 819 Bytes

CHANGELOG.md

File metadata and controls

25 lines (19 loc) · 819 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.0.0

Added

  • Response body compression is now streamed.

Changed

  • Minimum supported version of Rack is 3.0.

1.2.0

Fixed

  • Support environments with string literals frozen by default. (thanks @danielmorrison)

1.1.0

Changed

  • Removed dependency on git-version-bump gem for versioning. rack-brotli now only depends on rack and brotli.

1.0.0

Changed

  • Default compression quality reduced from maximum to 5.
    • This should provide slightly faster compression speeds compared to GZip level 6, with slightly smaller output size.