- The following parameters to control Brotli compression are now available: [10](https://github.com/colour-science/flask-compress/pull/10)
- `COMPRESS_BR_MODE`
- `COMPRESS_BR_LEVEL`
- `COMPRESS_BR_WINDOW`
- `COMPRESS_BR_BLOCK`
- Add deflate support, with `COMPRESS_DEFLATE_LEVEL` to control compression level (default is `-1`) [8](https://github.com/colour-science/flask-compress/pull/8)
- The default quality level for Brotli is now `4`, which provides compression comparable to `gzip` at the default setting, while reducing the time required versus the Brotli default of `11`