From 00d7013149cd01a23457d1fbefb229c997ed933e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 23:34:07 +0000 Subject: [PATCH] chore(main): release ipfs2foc 0.9.0 --- .release-please-manifest.json | 2 +- package.json | 4 ++-- packages/cli/CHANGELOG.md | 25 +++++++++++++++++++++++++ packages/cli/package.json | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 02f17d9..76d5538 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.9.0" } diff --git a/package.json b/package.json index ed2b44c..21fc9a3 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "ipfs2foc-monorepo", - "version": "0.8.1", + "version": "0.9.0", "private": true, - "description": "Workspace root for ipfs2foc \u2014 the CLI (packages/cli), the redirect relay (packages/relay), the shared core (packages/core), and the browser console (app).", + "description": "Workspace root for ipfs2foc — the CLI (packages/cli), the redirect relay (packages/relay), the shared core (packages/core), and the browser console (app).", "type": "module", "packageManager": "pnpm@10.16.1", "engines": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 39e3f6a..657d185 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.9.0](https://github.com/FilOzone/ipfs2foc/compare/ipfs2foc-v0.8.1...ipfs2foc-v0.9.0) (2026-08-24) + + +### Features + +* add scripted calibration rehearsal ([7f2a2b4](https://github.com/FilOzone/ipfs2foc/commit/7f2a2b4b7425453466bd881f23ef80e5c256f95a)) +* **app:** default hosted console to mainnet ([2861cba](https://github.com/FilOzone/ipfs2foc/commit/2861cba81605b391ae1591b4b4c2711f9bfde5ed)) +* **cli:** add --version ([a09aefd](https://github.com/FilOzone/ipfs2foc/commit/a09aefd87bf25be97a6bc4c70f1cd0d7ed6585d1)) +* **cli:** report one run event per command ([744c250](https://github.com/FilOzone/ipfs2foc/commit/744c250112f40832ea8217157afb72a3944603c8)) +* **report:** reconcile upload-path migrations ([e8b2039](https://github.com/FilOzone/ipfs2foc/commit/e8b203947d26b8d5a20c9d999d16991e6df0f087)) +* **telemetry:** report upload totals ([3d40ba9](https://github.com/FilOzone/ipfs2foc/commit/3d40ba9d8015e49d34d851671282bc725bb33c50)) + + +### Bug Fixes + +* **app:** give console analytics its own dashboard ([a6aa689](https://github.com/FilOzone/ipfs2foc/commit/a6aa6894d8d93397c477a19402d13215aad14a3a)) +* **app:** report analytics to filecoin.cloud site ([829684b](https://github.com/FilOzone/ipfs2foc/commit/829684b68132f896750f4352cbef24f634328690)) +* **deps:** drop the react-native subtree from installs ([2ba2964](https://github.com/FilOzone/ipfs2foc/commit/2ba2964e633f199ef26543915a9b835d7c1aeb59)) +* **deps:** override ip-address and sharp too ([e347600](https://github.com/FilOzone/ipfs2foc/commit/e347600fee5dcf9fa4de80e897422fbf6dba8109)) +* **deps:** override vulnerable transitive versions ([f8c1b67](https://github.com/FilOzone/ipfs2foc/commit/f8c1b6724725e748dd3879ac9ced410a3e442dce)) +* **probe:** exit non-zero when no gateway is usable ([2dc8d5d](https://github.com/FilOzone/ipfs2foc/commit/2dc8d5d1dc243de5e43f018f53695c8233af2acb)) +* **probe:** time out gateways that stall the socket ([e950950](https://github.com/FilOzone/ipfs2foc/commit/e95095010cea64f2a5704e728b723b708b57172a)) +* **upload:** count CAR-assembly failures as incomplete ([40aeeac](https://github.com/FilOzone/ipfs2foc/commit/40aeeac4c06691d3cc024519267f33be84432553)) +* **upload:** exit non-zero when CIDs stay unmigrated ([aa307a7](https://github.com/FilOzone/ipfs2foc/commit/aa307a718208b63bb2737b92fb9182eec76b96ed)) + ## [0.8.1](https://github.com/FilOzone/ipfs2foc/compare/ipfs2foc-v0.8.0...ipfs2foc-v0.8.1) (2026-08-14) diff --git a/packages/cli/package.json b/packages/cli/package.json index b0ff473..2a0ae3c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "ipfs2foc", - "version": "0.8.1", + "version": "0.9.0", "description": "Migrate already-pinned IPFS CIDs onto Filecoin Onchain Cloud without re-chunking.", "keywords": [ "ipfs",