Files
interfaces/changelog.md
T

35 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

# Changelog
## 2026-05-08 - 5.6.0 - feat(interfaces)
add desired state, backup replication, and cluster update request fields
- add optional desiredState to base OS registration results
- add optional replicate flag to backup creation requests
- require clusterId in updateCluster requests
- bump tsclass and development tooling dependencies
2026-04-25 13:42:39 +00:00
## 2026-04-25 - 5.4.3 - fix(repo)
no changes to commit
2026-04-25 13:40:53 +00:00
## 2026-04-25 - 5.4.2 - fix(repository)
no changes to commit
2026-04-25 13:39:09 +00:00
## 2026-04-25 - 5.4.1 - fix(project)
no changes to commit
## 2026-04-25 - 5.4.0 - feat(package)
initialize standalone @serve.zone/interfaces package with shared TypeScript contracts
- add exported data, request, and platformservice interface namespaces for the serve.zone ecosystem
- set up package metadata, build and test scripts, and release configuration for publishing
- add a basic test to verify the package's public namespace exports
## 2026-04-25 - 5.3.1 - refactor(package)
extract serve.zone interfaces into dedicated package repository
- initialize the standalone `@serve.zone/interfaces` repository from Cloudly's current interface source tree
- add package metadata, build/test scripts, and `.smartconfig.json` release configuration