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

Releases: MeteoGroup/jbrotli

v0.5.0

13 Jun 22:14
Compare
Choose a tag to compare

With version 0.5.0 the compatibility for the Linux binaries was increased.
This is a pre-condition, to enable brotli compression in Hadoop, HADOOP-13126

  • NEW: add example how to use jbrotli with Apache HttpComponents
  • CHG: adopt pipeline to Concourse CI 1.2.0
  • CHG: using gcc v4.8 for linux build to enhance compatibility (#4)
  • FIX: the case where Brotli doesn't consume all input (#3)
  • FIX: fix ARM detection and library path name for Raspberry Pi binaries

v0.4.0

20 Mar 15:33
Compare
Choose a tag to compare
  • 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

v0.3.0

27 Jan 22:45
Compare
Choose a tag to compare
  • 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

v0.2.0

03 Jan 19:42
Compare
Choose a tag to compare

This is the first public release :-)