From f6af051d3cf5ad480b5b5e201bd0c1c7dc810fb3 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Thu, 6 Aug 2026 08:41:55 +0100 Subject: [PATCH 1/2] Update CHANGELOG for v0.95 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c92e5..b256b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ WASM binary (`libzim.a`) from scratch, but from version 0.1, we have been using ASM applications. Release packages can be obtained from [Releases](https://github.com/openzim/javascript-libzim/releases) or from https://download.openzim.org/release/javascript-libzim/. +## Javascript Libzim v0.95 (2026-08-05) + +* Build W/ASM from libzim 9.8.1 souce code (https://download.openzim.org/release/libzim/libzim_wasm-emscripten-9.8.1.tar.gz) +* Make APIs for `search` and `searchWithSnippets` compatible +* Update prototype with new search API builds +* Add prominent warning about API instability +* Update release and nightly uploads for new location +* Extensively rework makefile to accommodate source build of latest libzim +* Make source patching fail loudly +* Correct languages whitelist for stemming module override +* Security update for many dependencies + ## Javascript Libzim v0.9 (2025-06-08) * Build W/ASM from libzim 9.3.0 source code (https://download.openzim.org/release/libzim/libzim-9.3.0.tar.xz) From 8952a4bfb571128e285eb87b29ea75aa0e6bfc3e Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Thu, 6 Aug 2026 12:11:28 +0100 Subject: [PATCH 2/2] More updates --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b256b11..96b1918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,18 @@ WASM binary (`libzim.a`) from scratch, but from version 0.1, we have been using ASM applications. Release packages can be obtained from [Releases](https://github.com/openzim/javascript-libzim/releases) or from https://download.openzim.org/release/javascript-libzim/. -## Javascript Libzim v0.95 (2026-08-05) +## Javascript Libzim v0.95 (2026-08-06) * Build W/ASM from libzim 9.8.1 souce code (https://download.openzim.org/release/libzim/libzim_wasm-emscripten-9.8.1.tar.gz) * Make APIs for `search` and `searchWithSnippets` compatible * Update prototype with new search API builds * Add prominent warning about API instability * Update release and nightly uploads for new location +* Migrate to org-level KIWIX_FILE_UPLOAD_SSH_KEY secret * Extensively rework makefile to accommodate source build of latest libzim * Make source patching fail loudly * Correct languages whitelist for stemming module override +* Download release assets as binaries, not as JSON metadata (for upload to OpenZIM) * Security update for many dependencies ## Javascript Libzim v0.9 (2025-06-08)