27 lines
1.2 KiB
Markdown
27 lines
1.2 KiB
Markdown
# 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
|
|
|
|
- update @api.global/typedrequest from 3.3.0 to 3.3.1
|
|
- update @api.global/typedsocket from ^4.1.2 to ^4.1.3
|
|
|
|
## 2026-05-08 - 5.3.5 - fix(cloudlyapiclient)
|
|
update typedsocket identity tagging to use async setTag API
|
|
|
|
- replace typedsocketClient.addTag calls with awaited setTag in identity tagging flows
|
|
- align client implementation with typedsocket v4 dependency update
|
|
- refresh runtime and development dependencies to compatible newer versions
|
|
|
|
## 2026-04-25 - 5.3.1 - fix(package)
|
|
|
|
- Extract `@serve.zone/api` into a standalone package.
|
|
- Build directly against `@serve.zone/interfaces@^5.4.3` to avoid stale generated interface declarations.
|