From 98ea6ac58f2d998c8e9ed56bafb1d0fd33fa3302 Mon Sep 17 00:00:00 2001 From: FilOz Bot Date: Fri, 22 May 2026 21:13:48 +0200 Subject: [PATCH] chore: release to production (main) --- .release-please-manifest.json | 2 +- apps/backend/CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ apps/backend/package.json | 2 +- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 267d833e..8141dc50 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "apps/backend": "1.6.0", + "apps/backend": "1.7.0", "apps/web": "1.3.0" } diff --git a/apps/backend/CHANGELOG.md b/apps/backend/CHANGELOG.md index cfcbf1f2..9e6f48a7 100644 --- a/apps/backend/CHANGELOG.md +++ b/apps/backend/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [1.7.0](https://github.com/FilOzone/dealbot/compare/backend-v1.6.0...backend-v1.7.0) (2026-05-22) + + +### Features + +* add outcome label to ipniVerifyMs and track skipped verifications ([#552](https://github.com/FilOzone/dealbot/issues/552)) ([9831ff1](https://github.com/FilOzone/dealbot/commit/9831ff1d072078a94996bfa4ac414cf17859b805)) +* add pull flow testing ([#504](https://github.com/FilOzone/dealbot/issues/504)) ([53faa58](https://github.com/FilOzone/dealbot/commit/53faa5819ef4d1431f8005dbf5a91bb82370e6df)) +* add pull piece cleanup job for expired pieces ([#523](https://github.com/FilOzone/dealbot/issues/523)) ([321d2da](https://github.com/FilOzone/dealbot/commit/321d2daa7ef87e971c97e208d9fa71c28aa0055b)) +* **retrieval:** branch piece-missing on PDP pieceLive instead of always cleanup ([#561](https://github.com/FilOzone/dealbot/issues/561)) ([9a31a7e](https://github.com/FilOzone/dealbot/commit/9a31a7ed7083c6162fe5f581fd51d962f38c0e74)) + + +### Bug Fixes + +* **deal:** wire abort signal and graceful pg-boss drain ([#567](https://github.com/FilOzone/dealbot/issues/567)) ([6e444e0](https://github.com/FilOzone/dealbot/commit/6e444e008f4d327eae56f6d6b70b50aceee5b69e)) +* **retrieval:** filter random deal selection by wallet address ([#564](https://github.com/FilOzone/dealbot/issues/564)) ([e40eb7a](https://github.com/FilOzone/dealbot/commit/e40eb7a30d640bd48c1a8355c13f227babef826d)) +* **retrieval:** mark deals cleaned_up when SP reports piece missing ([#556](https://github.com/FilOzone/dealbot/issues/556)) ([c3be5e3](https://github.com/FilOzone/dealbot/commit/c3be5e35f8f5db93610e0022cd92a91338321d20)) +* **session-key:** register TerminateService permission ([#553](https://github.com/FilOzone/dealbot/issues/553)) ([aff0230](https://github.com/FilOzone/dealbot/commit/aff02302a30a2c36cf2773784f18d188ef4e3aa2)) + + +### Documentation + +* clarify ipniStatus=PENDING cleanup rationale in comments ([#560](https://github.com/FilOzone/dealbot/issues/560)) ([d0a2bb5](https://github.com/FilOzone/dealbot/commit/d0a2bb568fc9e6991208a335c29aa811ddc86178)) +* deprecate sp-performance-query helper ([#566](https://github.com/FilOzone/dealbot/issues/566)) ([bfd8f0c](https://github.com/FilOzone/dealbot/commit/bfd8f0c4dd87fb25b23bbe34b7bfe4eb6245c3dc)) + + +### Miscellaneous + +* **metrics:** rename outcome label to value ([#568](https://github.com/FilOzone/dealbot/issues/568)) ([04c66b4](https://github.com/FilOzone/dealbot/commit/04c66b4a1082256a2e79820211e1747c9ce4ff96)) +* remove legacy metrics job type references ([#536](https://github.com/FilOzone/dealbot/issues/536)) ([efae46b](https://github.com/FilOzone/dealbot/commit/efae46b59c0992466093a00fcc8a262fb579f0be)) +* return 410 for expired pieces and remove eager cleanup ([#558](https://github.com/FilOzone/dealbot/issues/558)) ([9629001](https://github.com/FilOzone/dealbot/commit/9629001e8f96bf68bbe6c96ed607fa98beb0096c)) + ## [1.6.0](https://github.com/FilOzone/dealbot/compare/backend-v1.5.1...backend-v1.6.0) (2026-05-19) diff --git a/apps/backend/package.json b/apps/backend/package.json index ad73c44b..2e8eb2f2 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -1,6 +1,6 @@ { "name": "dealbot-backend", - "version": "1.6.0", + "version": "1.7.0", "description": "A simple deal bot for Synapse storage providers", "private": true, "author": "",