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.
- Response body compression is now streamed.
- Minimum supported version of Rack is 3.0.
- Support environments with string literals frozen by default. (thanks @danielmorrison)
- Removed dependency on
git-version-bump
gem for versioning.rack-brotli
now only depends onrack
andbrotli
.
- Default compression quality reduced from
maximum
to5
.- This should provide slightly faster compression speeds compared to GZip level 6, with slightly smaller output size.