From f0079fa2a9c4603629f6763a5e3489e469f3ee17 Mon Sep 17 00:00:00 2001 From: Chia Automation Date: Mon, 4 Nov 2024 19:27:58 +0000 Subject: [PATCH] chore: Updating changelog for 1.0.40 --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f95e2..8d906ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 1.0.40 (2024-11-04) + +### Feat + +- added organizations passthrough resource feat: added org_uid query param to /activities +- swapped asset id for coin_id in activities/activity-record feat: added coin id to activity class +- swapped asset id for coin_id in activities/activity-record feat: added coin id to activity class +- revised by-cw-unit-id endpoint to select by warehouseUnitId, activity mode, and asset id feat: renamed /activities/by-cw-unit-id to /activities/activity-record +- revised by-cw-unit-id endpoint to select by warehouseUnitId, activity mode, and asset id feat: renamed /activities/by-cw-unit-id to /activities/activity-record +- get activity by warehouseUnitId working +- revised /by-cw-unit-id resource response fix: None type error when not climate data returned by CADT +- added /activities/by-cw-unit-id resource + +### Fix + +- fixes needed for compatibility with chia-blockchain 2.4.4 + ## 1.0.39 (2024-04-05) ## 1.0.38 (2024-02-01) @@ -136,7 +153,7 @@ ### Fix -- update climate warehouse and ui parameter names +- update climate warehouse and ui parameter names - add exit code for incorrect host configuration - format host conditional - require localhost unless running in explorer mode