From 147ac4241136363a5430aa88c89f1af695d39368 Mon Sep 17 00:00:00 2001 From: FilOz Bot Date: Tue, 19 May 2026 16:02:22 +0200 Subject: [PATCH] chore: release to production (main) --- .release-please-manifest.json | 4 ++-- apps/backend/CHANGELOG.md | 26 ++++++++++++++++++++++++++ apps/backend/package.json | 2 +- apps/web/CHANGELOG.md | 13 +++++++++++++ apps/web/package.json | 2 +- 5 files changed, 43 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 23a8d245..267d833e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "apps/backend": "1.5.1", - "apps/web": "1.2.0" + "apps/backend": "1.6.0", + "apps/web": "1.3.0" } diff --git a/apps/backend/CHANGELOG.md b/apps/backend/CHANGELOG.md index 09964bff..cfcbf1f2 100644 --- a/apps/backend/CHANGELOG.md +++ b/apps/backend/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [1.6.0](https://github.com/FilOzone/dealbot/compare/backend-v1.5.1...backend-v1.6.0) (2026-05-19) + + +### Features + +* filter out sps with dev tags ([#526](https://github.com/FilOzone/dealbot/issues/526)) ([008f0d8](https://github.com/FilOzone/dealbot/commit/008f0d84be0ea9d51c45d4f0f882fdbae9945662)) +* **retrieval:** parallel IPNI + transport with retrievalTransportStatus counter ([#538](https://github.com/FilOzone/dealbot/issues/538)) ([cbdc2c7](https://github.com/FilOzone/dealbot/commit/cbdc2c7e67bfb47d459151c4185db1ca50a620ce)) +* update Synapse stack for filecoin-pin 0.21 ([008f0d8](https://github.com/FilOzone/dealbot/commit/008f0d84be0ea9d51c45d4f0f882fdbae9945662)) +* update Synapse stack for filecoin-pin 0.21 ([c9ad711](https://github.com/FilOzone/dealbot/commit/c9ad711251d9d5d124aeb1841ce2464abcdbcf06)) + + +### Bug Fixes + +* **deal:** combine FWSS, PDPVerifier, and SP-HTTP probes for dataset liveness ([#537](https://github.com/FilOzone/dealbot/issues/537)) ([c7472aa](https://github.com/FilOzone/dealbot/commit/c7472aab0c86c0f8efc2fa31921119d54dbbd9c4)) +* handle PDP-terminated datasets via data_set_creation repair ([#518](https://github.com/FilOzone/dealbot/issues/518)) ([7aa2f8a](https://github.com/FilOzone/dealbot/commit/7aa2f8a9671b673811a4800d79ee458076a9eaae)) +* prevent concurrent insert race ([#543](https://github.com/FilOzone/dealbot/issues/543)) ([ca60378](https://github.com/FilOzone/dealbot/commit/ca603788b393626c8412e9da68b864919a6e8944)) +* **retrieval:** surface silent IPNI timeouts in logs ([#539](https://github.com/FilOzone/dealbot/issues/539)) ([1ec72a2](https://github.com/FilOzone/dealbot/commit/1ec72a22a65da2362c1b0bb2b1ba43ec5822093d)) +* stop retention counter double-counts ([#519](https://github.com/FilOzone/dealbot/issues/519)) ([0bb5217](https://github.com/FilOzone/dealbot/commit/0bb52177dc0bc88f108fe5a2865a9452581c0bc6)) + + +### Miscellaneous + +* ban nested ternaries via biome ([#544](https://github.com/FilOzone/dealbot/issues/544)) ([3986d52](https://github.com/FilOzone/dealbot/commit/3986d5263fac130eeddfef068d9df8265f6fd521)) +* **deps:** bump node from 24-alpine to 26-alpine in /apps/backend ([#529](https://github.com/FilOzone/dealbot/issues/529)) ([a6b4c1c](https://github.com/FilOzone/dealbot/commit/a6b4c1cda5aa280c8c676c4b8369999e4f5450d5)) +* update Synapse stack for filecoin-pin 0.21 ([#521](https://github.com/FilOzone/dealbot/issues/521)) ([c9ad711](https://github.com/FilOzone/dealbot/commit/c9ad711251d9d5d124aeb1841ce2464abcdbcf06)) + ## [1.5.1](https://github.com/FilOzone/dealbot/compare/backend-v1.5.0...backend-v1.5.1) (2026-05-07) diff --git a/apps/backend/package.json b/apps/backend/package.json index 4e50fedd..23f0f18b 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -1,6 +1,6 @@ { "name": "dealbot-backend", - "version": "1.5.1", + "version": "1.6.0", "description": "A simple deal bot for Synapse storage providers", "private": true, "author": "", diff --git a/apps/web/CHANGELOG.md b/apps/web/CHANGELOG.md index 4de49edc..9f20c9c2 100644 --- a/apps/web/CHANGELOG.md +++ b/apps/web/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.3.0](https://github.com/FilOzone/dealbot/compare/web-v1.2.0...web-v1.3.0) (2026-05-19) + + +### Features + +* **web:** link to combined approved-SP dashboard on landing ([#525](https://github.com/FilOzone/dealbot/issues/525)) ([d2f21ce](https://github.com/FilOzone/dealbot/commit/d2f21ce3bd86a21c81450df1e1cf8e239a9412e1)) + + +### Miscellaneous + +* ban nested ternaries via biome ([#544](https://github.com/FilOzone/dealbot/issues/544)) ([3986d52](https://github.com/FilOzone/dealbot/commit/3986d5263fac130eeddfef068d9df8265f6fd521)) +* **deps:** bump node from 24-alpine to 26-alpine in /apps/web ([#528](https://github.com/FilOzone/dealbot/issues/528)) ([e7ea2e0](https://github.com/FilOzone/dealbot/commit/e7ea2e0d40791483580425c7617cf2123e28031d)) + ## [1.2.0](https://github.com/FilOzone/dealbot/compare/web-v1.1.1...web-v1.2.0) (2026-05-05) diff --git a/apps/web/package.json b/apps/web/package.json index 6cd48012..ee51f05d 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "web", - "version": "1.2.0", + "version": "1.3.0", "description": "UI for visualizing Dealbot statistics and performance metrics.", "private": true, "license": "Apache-2.0 or MIT",