Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

v0.4.0

Compare
Choose a tag to compare
@nitram509 nitram509 released this 20 Mar 15:33
· 48 commits to master since this release
  • NEW: new platform support for Raspberry Pi
  • NEW: lowered the entry-barrier to Java 1.7 (also as preparation for upcoming Android support)
  • NEW: provide BrotliServletFilter, so you may add to your Tomcat, Jetty, Spring Boot, Dropwizard, etc.
  • NEW: provide simple web app example for servlet filter
  • NEW: provide Spring Boot web app example for servlet filter
  • NEW: provide Dropwizard web app example for servlet filter
  • NEW: Brotli.Parameter has fluent setter-methods, for convenience
  • NEW: BrotliOutputStream can handle arbitrary large input buffers and will automatically take care of Brotli's input buffer window size
  • FIX: memory leak in BrotliOutputStream and BrotliInputStream
  • CHG: rename BrotliStreamCompressor array methods to 'compressArray()'
  • CHG: BrotliOutputStream and BrotliInputStream don't auto-flush, because this violates the AutoCloseable contract