Releases: hyperxpro/Brotli4j
Releases · hyperxpro/Brotli4j
Brotli4j v1.18.0 Release
What's Changed
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 by @dependabot in #173
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #172
- Bump io.netty:netty-buffer from 4.1.112.Final to 4.1.113.Final by @dependabot in #174
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 by @dependabot in #175
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 by @dependabot in #176
- Bump io.netty:netty-buffer from 4.1.113.Final to 4.1.114.Final by @dependabot in #178
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in #177
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 by @dependabot in #179
- Bump uraimo/run-on-arch-action from 2.7.2 to 2.8.1 by @dependabot in #180
- Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0 by @dependabot in #181
- Update JUnit to 5.11.3 by @hyperxpro in #185
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 by @dependabot in #187
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot in #186
- Bump io.netty:netty-buffer from 4.1.114.Final to 4.1.115.Final by @dependabot in #188
- Avoid unintended garbage collection of raw data in PreparedDictionaryImpl by @bwollmer in #190
- Prepare for v1.18.0 release by @hyperxpro in #192
New Contributors
Full Changelog: v1.17.0...v1.18.0
Brotli4j v1.17.0 Release
What's Changed
- README: projects using brotli4j by @sullis in #136
- readme: add async-http-client by @sullis in #137
- add Apache NiFi to README by @sullis in #138
- add quarkus to README by @sullis in #139
- add sbt-web-brotli to README by @dwickern in #140
- GitHub pages deployment by @hyperxpro in #143
- Make Encoder types public by @joakime in #145
- Upgrade Dependencies by @hyperxpro in #146
- Add Tests of BrotliDecoderChannel by @joakime in #147
- Use docker compose plugin by @hyperxpro in #150
- Upgrade to Netty 4.1.112.Final by @hyperxpro in #149
- Create dependabot.yml by @hyperxpro in #151
- Bump uraimo/run-on-arch-action from 2.3.0 to 2.7.2 by @dependabot in #161
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #159
- Bump actions/checkout from 3 to 4 by @dependabot in #158
- Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.1 by @dependabot in #157
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.2.0 to 3.4.2 by @dependabot in #156
- Bump ilammy/msvc-dev-cmd from 1.12.0 to 1.13.0 by @dependabot in #155
- Bump org.apache.maven.plugins:maven-gpg-plugin from 1.6 to 3.2.5 by @dependabot in #153
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.6.0 to 3.13.0 by @dependabot in #152
- Bump actions/cache from 3 to 4 by @dependabot in #154
- Bump actions/setup-java from 3 to 4 by @dependabot in #166
- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 by @dependabot in #165
- Bump org.codehaus.mojo:exec-maven-plugin from 3.0.0 to 3.4.1 by @dependabot in #162
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.0 to 3.4.0 by @dependabot in #164
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.2.0 to 3.8.0 by @dependabot in #168
- Prepare for v1.17.0 release by @hyperxpro in #170
New Contributors
- @dwickern made their first contribution in #140
- @joakime made their first contribution in #145
- @dependabot made their first contribution in #161
Full Changelog: v1.16.0...v1.17.0
Brotli4j v1.16.0 Release
Brotli4j v1.15.0 Release
Brotli4j v1.14.0 Release
Brotli4j v1.13.0 Release
Brotli4j v1.12.0 Release
Changelog:
- Make flush and encode public
- fix incomplete implementation of decompression with NIO ByteBuffers
- Add Util method for determining max compressed size
Binaries will no longer be published on GitHub. If you want to download them, download them directly from Maven Central Repository.
Brotli4j v1.11.0 Release
Brotli4j v1.10.0 was compiled with JDK 17 instead of JDK 1.8. In this release, it is fixed and Brotli4j v1.11.0 Release is now compiled with JDK 1.8.
Rest, there are no changes. See Brotli4j v1.10.0 Release changelog.
Brotli4j v1.10.0 Release
Changes:
- avoid array allocation in Encoder.Mode.of
- Include extracted nativeLib-file in on-exit deletion of Brotli4jLoader
- Add back previously deleted profiles
- Sync Brotli Code with Upstream
- Upgrade Netty to 4.1.89.Final
Project changes:
- Added 'service' module for JPMS.
Thanks to @sullis @ichttt and @s-rwe for their contributions! :)
Brotli4j v1.9.0 Release
Changes:
- Add Linux ARMv7 native library module.
- Upgrade Netty to 4.1.86.Final.
- Add JPMS support.
- Add System Property for loading native library from a custom path.
Thanks to @StarWishsama @sullis @ichttt for their contributions.