From 648e809a58a279a4be917450d8a003b10b0b8c35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:22:20 +0000 Subject: [PATCH 1/2] chore(master): release 0.11.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 30b6d45..78e7f27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.1" + ".": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f56ec80..6c0320a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [0.11.0](https://github.com/filecoin-project/filecoin-pin/compare/v0.10.1...v0.11.0) (2025-11-03) + + +### Features + +* add more details to upload-flow ([#169](https://github.com/filecoin-project/filecoin-pin/issues/169)) ([9ab3f8c](https://github.com/filecoin-project/filecoin-pin/commit/9ab3f8c110ce0b6c6bf21c1fcdbcf84ade557953)) +* use synapse-sdk telemetry ([#154](https://github.com/filecoin-project/filecoin-pin/issues/154)) ([15c00ee](https://github.com/filecoin-project/filecoin-pin/commit/15c00eee5f13319e01a30a748fea991dbcbea897)) + + +### Bug Fixes + +* add signer support to initializeSynapse ([#172](https://github.com/filecoin-project/filecoin-pin/issues/172)) ([1d5988a](https://github.com/filecoin-project/filecoin-pin/commit/1d5988a8e2a6115025f285ffa76923c62e5d25dd)) +* check ipni advertisement during upload ([#183](https://github.com/filecoin-project/filecoin-pin/issues/183)) ([b020a42](https://github.com/filecoin-project/filecoin-pin/commit/b020a42803dfaaf7945c32e52a6e83bf5d2b20dc)) +* **ci:** handle duplicate items in add-to-project workflow ([#184](https://github.com/filecoin-project/filecoin-pin/issues/184)) ([0e80256](https://github.com/filecoin-project/filecoin-pin/commit/0e802564065b9139e36e860874a320f4c043f924)) +* gh-action lints and typechecks on core changes ([#170](https://github.com/filecoin-project/filecoin-pin/issues/170)) ([107a023](https://github.com/filecoin-project/filecoin-pin/commit/107a0239877bc64fee8e43d35040e8209ae652eb)) +* move gh-action logic to filecoin-pin/core ([#143](https://github.com/filecoin-project/filecoin-pin/issues/143)) ([ef6adc1](https://github.com/filecoin-project/filecoin-pin/commit/ef6adc12dd5c7dc951da17f74fae680fb06188f2)) +* only typecheck upload-action in CI for now ([#196](https://github.com/filecoin-project/filecoin-pin/issues/196)) ([27e507c](https://github.com/filecoin-project/filecoin-pin/commit/27e507c709d3dcc8e6f1d4fa14d523bd53a81086)) +* properly silence logging for CLI ([#195](https://github.com/filecoin-project/filecoin-pin/issues/195)) ([d25734d](https://github.com/filecoin-project/filecoin-pin/commit/d25734dad719cc0f33efde4730d07ff53c8d50a7)) +* upload-flow renders correct spacing and IPNI info ([#191](https://github.com/filecoin-project/filecoin-pin/issues/191)) ([9a7a484](https://github.com/filecoin-project/filecoin-pin/commit/9a7a4845ad9134ce5151ed6aa638ceb1f53fa558)) + + +### Chores + +* improve telemetry docs/collecting ([#192](https://github.com/filecoin-project/filecoin-pin/issues/192)) ([ff8e07c](https://github.com/filecoin-project/filecoin-pin/commit/ff8e07c7a9666278bab45c1a8064ed23890a7675)) +* move to the version of synapse-sdk on `next` branch ([#146](https://github.com/filecoin-project/filecoin-pin/issues/146)) ([528c6fa](https://github.com/filecoin-project/filecoin-pin/commit/528c6fac57d7582c77332c097058946a9d9852d2)) + + +### Documentation + +* link to more examples ([#181](https://github.com/filecoin-project/filecoin-pin/issues/181)) ([849b333](https://github.com/filecoin-project/filecoin-pin/commit/849b333b0ccb6ed2f7c0389f0ed12f239a13cdae)) + ## [0.10.1](https://github.com/filecoin-project/filecoin-pin/compare/v0.10.0...v0.10.1) (2025-10-27) diff --git a/package.json b/package.json index d9fbd00..a8c4cfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filecoin-pin", - "version": "0.10.1", + "version": "0.11.0", "description": "Bridge IPFS content to Filecoin Onchain Cloud using familiar tools", "type": "module", "main": "dist/index.js", From ce52bb3c6f773dfefcda11cecbcf85528a6c29cc Mon Sep 17 00:00:00 2001 From: Steve Loeppky Date: Mon, 3 Nov 2025 14:25:43 -0800 Subject: [PATCH 2/2] Update CHANGELOG for version 0.11.0 Document breaking changes due to update to synpase 0.35.x and new Filecoin contracts. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0320a..eb45843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [0.11.0](https://github.com/filecoin-project/filecoin-pin/compare/v0.10.1...v0.11.0) (2025-11-03) +### ⚠️ Breaking Functionality +With the update to synpase 0.35.x, filecoin-pin is now using a new set of [Filecoin Onchain Cloud contracts](https://github.com/FilOzone/filecoin-services/releases/tag/v1.0.0). DataSets created previously are no longer accessible through this release of `filecoin-pin`. ### Features