Skip to content

Releases: hyperxpro/Brotli4j

Broti4j v1.7.0 Release

27 Apr 12:40
80d67f7
Compare
Choose a tag to compare
  1. Use Netty Buffer API for Buffer pooling.
  2. Avoid creating 'byte[]' copies on decompression which leads to less garbage generation.

Broti4j v1.6.0 Release

07 Aug 17:03
1b578d5
Compare
Choose a tag to compare

Changelog:

  1. Brotli code is synced with upstream

Brotli4j v1.5.0 Release

24 Jul 17:39
ec0cd75
Compare
Choose a tag to compare

Performance optimization in native code. See #27

Brotli4j v1.4.2 Release

07 May 10:11
b99c2e2
Compare
Choose a tag to compare

Fixed Linux Dependency Issue.

Brotli4j v1.4.1 Release

04 May 06:01
25ec20a
Compare
Choose a tag to compare

Changelog:
1, Linux x86-64 is compiled with CentOS-6 with wider compatibility.
2. Brotli code is synced with upstream.

Brotli4j v1.3.2 Release

22 Feb 13:49
8bb378b
Compare
Choose a tag to compare

Add Encoder Modes.

Brotli4j v1.3.1 Release

10 Feb 10:46
ddfb8ce
Compare
Choose a tag to compare

Added 'aarch64' binary. @thanks to martin-g

Brotli4j v1.3.0 Release

23 Jan 03:33
918ac20
Compare
Choose a tag to compare

Changed Module names to be more user friendly.

Brotli4j v1.2.2 Release

05 Jan 16:22
e5c4cae
Compare
Choose a tag to compare

Fixed Native Binary File Missing.

Brotli4j v1.2.1 Release

05 Jan 13:42
b72f55d
Compare
Choose a tag to compare

Add macOS Support