From 6d0c400294ec8dda6bddda3f3a50d371ca2b38bb Mon Sep 17 00:00:00 2001 From: Alex Osborne Date: Thu, 11 Dec 2025 13:38:50 +0900 Subject: [PATCH] Update CHANGELOG.md for #700 and #701 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a241ebc..910e720d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ [Full Changelog](https://github.com/internetarchive/heritrix3/compare/3.13.0...HEAD) -## [3.13.0](https://github.com/internetarchive/heritrix3/releases/tag/3.13.0) (2025-12-10) +## [3.13.0](https://github.com/internetarchive/heritrix3/releases/tag/3.13.0) (2025-12-11) [Download distribution zip](https://repo1.maven.org/maven2/org/archive/heritrix/heritrix/3.13.0/heritrix-3.13.0-dist.zip) (or [tar.gz](https://repo1.maven.org/maven2/org/archive/heritrix/heritrix/3.13.0/heritrix-3.13.0-dist.tar.gz)) @@ -13,6 +13,8 @@ ### New features * **Config editor:** IDE-style completions for bean names and Spring XML (powered by the new bean docs generator). [#684](https://github.com/internetarchive/heritrix3/pull/684) +* **Job status API:** The `sizeTotalsReport` now includes a `sizeOnDisk` value totaling the size of the files in `latest/warcs`. [#700](https://github.com/internetarchive/heritrix3/pull/700) +* **ExtractorJson:** New extractor that extracts URI strings from JSON documents. [#701](https://github.com/internetarchive/heritrix3/pull/701) ### Bug fixes