fix(cloudly-client): correct Cloudly request handling for cluster config, cluster updates, and image pushes

This commit is contained in:
2026-05-08 11:15:11 +00:00
parent a1b1234aac
commit 080d163591
5 changed files with 17 additions and 6 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-05-08 - 5.3.7 - fix(cloudly-client)
correct Cloudly request handling for cluster config, cluster updates, and image pushes
- Return the full cluster config response instead of only configData to match the typed request contract
- Use the provided identity when requesting certificates and include clusterId in cluster update requests
- Send the actual image version during pushes and fail early when Cloudly rejects the upload
## 2026-05-08 - 5.3.6 - fix(deps)
bump @api.global/typedrequest and @api.global/typedsocket patch versions