Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"apps/backend": "1.4.0",
"apps/web": "1.1.1"
"apps/backend": "1.5.0",
"apps/web": "1.2.0"
}
26 changes: 26 additions & 0 deletions apps/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [1.5.0](https://github.com/FilOzone/dealbot/compare/backend-v1.4.0...backend-v1.5.0) (2026-05-05)


### Features

* add per-SP piece cleanup job to bound storage growth ([#346](https://github.com/FilOzone/dealbot/issues/346)) ([c9c50b2](https://github.com/FilOzone/dealbot/commit/c9c50b298c572830ffde6acc278b5c6b04486383))
* **ipni:** expose failureReason as top-level field on ipni_tracking_failed ([#491](https://github.com/FilOzone/dealbot/issues/491)) ([dcda80e](https://github.com/FilOzone/dealbot/commit/dcda80ef8ade2ede98126850db784372748fd1a4))
* write event data to clickhouse ([#438](https://github.com/FilOzone/dealbot/issues/438)) ([6edbc88](https://github.com/FilOzone/dealbot/commit/6edbc88775c1f5a6e30c72183b6b6d600df8f675))


### Bug Fixes

* **deal:** cancel onStored addons when upload fails ([#505](https://github.com/FilOzone/dealbot/issues/505)) ([126b2d8](https://github.com/FilOzone/dealbot/commit/126b2d8de7f9ee1490cc78ce473d4d8d759c4f10))
* **ipni:** preserve failure reason in deal-flow rethrow ([#490](https://github.com/FilOzone/dealbot/issues/490)) ([fe53f35](https://github.com/FilOzone/dealbot/commit/fe53f353efa8a7e8eecef8ae27c03b3abf43a417))
* landing page doesn't show blocked SPs ([#471](https://github.com/FilOzone/dealbot/issues/471)) ([0c8e58e](https://github.com/FilOzone/dealbot/commit/0c8e58e9385dd37cf0a788c7a7ccb1e9c4a10df0))
* make nullable entity fields explicitly typed ([#380](https://github.com/FilOzone/dealbot/issues/380)) ([872d444](https://github.com/FilOzone/dealbot/commit/872d4440102b5dcb85b1c5e02f5c84ea5aa23350))
* preserve pieceId during deal creation ([#439](https://github.com/FilOzone/dealbot/issues/439)) ([814a23b](https://github.com/FilOzone/dealbot/commit/814a23b78fb48660b2fc2e4a2b48fb294055c953))


### Miscellaneous

* remove metrics job scheduler ([#436](https://github.com/FilOzone/dealbot/issues/436)) ([430fb09](https://github.com/FilOzone/dealbot/commit/430fb09458749525373eba5163f1d2221a4747c0))
* remove per-package pnpm-lock.yaml ([#499](https://github.com/FilOzone/dealbot/issues/499)) ([63a37be](https://github.com/FilOzone/dealbot/commit/63a37be0e85f360996296d7575ceecbcd96df2cc))
* replace ConsoleLogger with nestjs-pino for ISO 8601 timestamps ([#445](https://github.com/FilOzone/dealbot/issues/445)) ([58ba4c2](https://github.com/FilOzone/dealbot/commit/58ba4c2ce44c536188718a9130f0d15cf1167321))
* upgrade synapse to latest ([#497](https://github.com/FilOzone/dealbot/issues/497)) ([24ede5d](https://github.com/FilOzone/dealbot/commit/24ede5d6f0007a27a45f08873c8ac26ae77b524e))

## [1.4.0](https://github.com/FilOzone/dealbot/compare/backend-v1.3.0...backend-v1.4.0) (2026-04-17)


Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dealbot-backend",
"version": "1.4.0",
"version": "1.5.0",
"description": "A simple deal bot for Synapse storage providers",
"private": true,
"author": "",
Expand Down
18 changes: 18 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.2.0](https://github.com/FilOzone/dealbot/compare/web-v1.1.1...web-v1.2.0) (2026-05-05)


### Features

* **web:** add network switcher ([#472](https://github.com/FilOzone/dealbot/issues/472)) ([742c951](https://github.com/FilOzone/dealbot/commit/742c95136e1bf4def4f649413e6d05565ec03423))


### Bug Fixes

* make nullable entity fields explicitly typed ([#380](https://github.com/FilOzone/dealbot/issues/380)) ([872d444](https://github.com/FilOzone/dealbot/commit/872d4440102b5dcb85b1c5e02f5c84ea5aa23350))


### Miscellaneous

* **deps:** bump the npm-dependencies group across 1 directory with 7 updates ([#448](https://github.com/FilOzone/dealbot/issues/448)) ([7336ea2](https://github.com/FilOzone/dealbot/commit/7336ea2967b1e38937f373fc31847cbd4354d7e5))
* remove per-package pnpm-lock.yaml ([#499](https://github.com/FilOzone/dealbot/issues/499)) ([63a37be](https://github.com/FilOzone/dealbot/commit/63a37be0e85f360996296d7575ceecbcd96df2cc))

## [1.1.1](https://github.com/FilOzone/dealbot/compare/web-v1.1.0...web-v1.1.1) (2026-03-22)


Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.1.1",
"version": "1.2.0",
"description": "UI for visualizing Dealbot statistics and performance metrics.",
"private": true,
"license": "Apache-2.0 or MIT",
Expand Down