Releases: hyperxpro/Brotli4j
Releases · hyperxpro/Brotli4j
Brotli4j v1.23.0 Release
What's Changed
- Bump the actions group with 2 updates by @dependabot[bot] in #250
- Bump io.netty:netty-buffer from 4.2.10.Final to 4.2.12.Final in the dependencies group by @dependabot[bot] in #249
- Add per-pull output cap to decoder by @hyperxpro in #251
- Prepare release and bump version to 1.23.0 by @hyperxpro in #252
Full Changelog: v1.22.0...v1.23.0
Brotli4j v1.22.0 Release
What's Changed
- Add native binary validation script by @hyperxpro in #247
- Prepare release and bump version to 1.22.0 by @hyperxpro in #248
Important Fix:
v1.21.0 was released with missing native binaries for OSX aarch64 and OSX amd64; See #246
Full Changelog: v1.21.0...v1.22.0
Brotli4j v1.21.0 Release
What's Changed
- Fix CI workflow for Maven Central release by @hyperxpro in #228
- Bump the actions group with 5 updates by @dependabot[bot] in #229
- Bump CMake to 3.5 min by @hyperxpro in #238
- Bump the actions group across 1 directory with 4 updates by @dependabot[bot] in #237
- Add hardwood project link to README by @sullis in #240
- Bump the actions group with 2 updates by @dependabot[bot] in #241
- Sync with Brotli 1.2.0 by @hyperxpro in #242
- Bump the dependencies group across 1 directory with 12 updates by @dependabot[bot] in #235
- Bump crazy-max/ghaction-import-gpg from 6.3.0 to 7.0.0 in the actions group by @dependabot[bot] in #244
- Bump the dependencies group with 3 updates by @dependabot[bot] in #243
- Release v1.21.0 by @hyperxpro in #245
Full Changelog: v1.20.0...v1.21.0
Brotli4j v1.20.0 Release
Fixed incorrect Windows binaries by providing proper x86_64 and arm64 builds in Brotli4j v1.20.0.
Brotli4j v1.19.0 Release
What's Changed
- Bump org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4 by @dependabot[bot] in #193
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot[bot] in #191
- Bump org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4 by @dependabot[bot] in #194
- Bump io.netty:netty-buffer from 4.1.115.Final to 4.1.116.Final by @dependabot[bot] in #195
- Improve encoder parameter configuration by @raccoonback in #196
- Bump io.netty:netty-buffer from 4.1.116.Final to 4.1.117.Final by @dependabot[bot] in #197
- Bump uraimo/run-on-arch-action from 2.8.1 to 3.0.0 by @dependabot[bot] in #203
- Bump io.netty:netty-buffer from 4.1.117.Final to 4.1.119.Final by @dependabot[bot] in #202
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 by @dependabot[bot] in #206
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot[bot] in #199
- Make Dependabot less noisy by @hyperxpro in #209
- Bump uraimo/run-on-arch-action from 3.0.0 to 3.0.1 in the actions group by @dependabot[bot] in #211
- Use Cross-compile for Windows ARM binary by @hyperxpro in #212
- Automated pipeline for releasing to Maven Central by @hyperxpro in #213
- Efficiency: Let thread do other tasks as long encoder/decoder is busy by @mkarg in #215
- Update Maven Wrapper by @hyperxpro in #216
- Fix incorrect usage of Encoder.Parameters in README by @MatteoBax in #220
- Update gradle buildscripts in README.md by @solonovamax in #221
- Update Dependencies by @hyperxpro in #222
New Contributors
- @raccoonback made their first contribution in #196
- @mkarg made their first contribution in #215
- @MatteoBax made their first contribution in #220
- @solonovamax made their first contribution in #221
Full Changelog: v1.18.0...v1.19.0
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