Files
api/changelog.md
T

20 lines
769 B
Markdown
Raw Normal View History

2026-04-25 14:57:58 +00:00
# Changelog
## 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 14:57:58 +00:00
## 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.