- 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
- NEW: update using brotli release 0.3.0
- NEW: StreamCompressor automatically handles input buffer size
- NEW: Added build pipeline, based on Concourse CI
- CHG: switch to use 'org.meteogroup' package, aligns with MeteoGroup's Open Source guidelines
- CHG: simplified project structure, no more parent poms, make deployment easier
- initial public version, using brotli release 0.2.0