dependabot[bot] opened a new pull request, #2495: URL: https://github.com/apache/tika/pull/2495
Bumps [org.netpreserve:jwarc](https://github.com/iipc/jwarc) from 0.32.0 to 0.33.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/iipc/jwarc/releases">org.netpreserve:jwarc's releases</a>.</em></p> <blockquote> <h2>v0.33.0</h2> <p>Run the <a href="https://github.com/iipc/jwarc/releases/download/v0.33.0/jwarc-0.33.0.jar">jar</a>: <code>java -jar jwarc-0.33.0.jar</code> Or the <a href="https://hub.docker.com/r/iipc/jwarc">container</a>: <code>docker run -it --rm iipc/jwarc:0.33.0</code> Or add a Maven dependency:</p> <pre lang="xml"><code><dependency> <groupId>org.netpreserve</groupId> <artifactId>jwarc</artifactId> <version>0.33.0</version> </dependency> </code></pre> <h3>New features</h3> <ul> <li>CdxRecord: surt(), format(), values() and toString()</li> <li>CdxWriter <ul> <li>CDXJ output support</li> <li>sort option</li> </ul> </li> <li>HttpMessage: <code>Content-Encoding: zstd</code> support</li> <li>HttpRequest: <code>Transfer-Encoding: chunked</code> support</li> <li>WarcReader: <a href="https://iipc.github.io/warc-specifications/specifications/warc-zstd/">Zstandard compressed WARC Files</a> support</li> <li>WarcServer: resource record support</li> </ul> <h3>Fixed</h3> <ul> <li>URIs.toNormalizedSurt(): Improved compatibility with Python <a href="https://github.com/internetarchive/surt">surt</a>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/iipc/jwarc/blob/master/CHANGELOG.md">org.netpreserve:jwarc's changelog</a>.</em></p> <blockquote> <h2>0.33.0 (2025-12-24)</h2> <h3>New features</h3> <ul> <li>CdxRecord: surt(), format(), values() and toString()</li> <li>CdxWriter <ul> <li>CDXJ output support</li> <li>sort option</li> </ul> </li> <li>HttpMessage: <code>Content-Encoding: zstd</code> support</li> <li>HttpRequest: <code>Content-Encoding: chunked</code> support</li> <li>WarcReader: <a href="https://iipc.github.io/warc-specifications/specifications/warc-zstd/">Zstandard compressed WARC Files</a> support</li> <li>WarcServer: resource record support</li> </ul> <h3>Fixed</h3> <ul> <li>URIs.toNormalizedSurt(): Improved compatibility with Python <a href="https://github.com/internetarchive/surt">surt</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/iipc/jwarc/commit/9beb4272979bf32cdbcffff4069277b7aa46c535"><code>9beb427</code></a> [maven-release-plugin] prepare release v0.33.0</li> <li><a href="https://github.com/iipc/jwarc/commit/3ad1d65a5e9882ddd756dbd6d92708d2885ea4cc"><code>3ad1d65</code></a> Add release date to 0.33.0</li> <li><a href="https://github.com/iipc/jwarc/commit/cd673a7339e1e3ca14bb02d74e6d34b42e9092c1"><code>cd673a7</code></a> Bump central-publishing-maven-plugin from 0.8.0 to 0.9.0 and enable autoPublish</li> <li><a href="https://github.com/iipc/jwarc/commit/76ad5466cf1728a98b3dd26eccd0a42ea0ab9e62"><code>76ad546</code></a> Add RELEASING.md</li> <li><a href="https://github.com/iipc/jwarc/commit/ecd60deafe6cf96ebbec7b1bf8e1acc35b5212b5"><code>ecd60de</code></a> Add Dockerfile</li> <li><a href="https://github.com/iipc/jwarc/commit/9cdbe2b8bbc7f93cab212c20d824fc5932479f17"><code>9cdbe2b</code></a> Add WarcCaptureReader and WarcCapture (experimental)</li> <li><a href="https://github.com/iipc/jwarc/commit/9eafca9273becec1c0fac9bc51e1b5d4510016f0"><code>9eafca9</code></a> CdxWriter: add sort option</li> <li><a href="https://github.com/iipc/jwarc/commit/8d5788139ff353c6a1ef7a082ac7ac2285d26d60"><code>8d57881</code></a> CDXJ format: omit status and mime when unknown</li> <li><a href="https://github.com/iipc/jwarc/commit/3b64b2a545ebc23ea3cdbc7216819ce6fb998850"><code>3b64b2a</code></a> URIs.toNormalizedSurt(): handle trailing slashes like python</li> <li><a href="https://github.com/iipc/jwarc/commit/0c8281f59e4786a6a877a5e7da051c72c0e4fd9e"><code>0c8281f</code></a> Improve URIs.toNormalizedSurt() compatibility with Python surt</li> <li>Additional commits viewable in <a href="https://github.com/iipc/jwarc/compare/v0.32.0...v0.33.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
