Files
interfaces/changelog.md
T

54 lines
1.8 KiB
Markdown

# Changelog
## Pending
### Features
- enable npm publishing in smartconfig (smartconfig)
- Turns on the npm configuration by setting its enabled flag to true
- Keeps the existing registry configuration for Verdaccio and npmjs
## 2026-05-14 - 5.7.0
### Features
- update SmartConfig release targets to schema version 2 (smartconfig)
- adds schemaVersion 2 to the @git.zone/cli configuration
- replaces the flat release registry settings with explicit git, npm, and docker targets
- disables npm and docker release targets while keeping git releases enabled
- adds an empty @ship.zone/szci configuration block
## 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 - 5.4.3 - fix(repo)
no changes to commit
## 2026-04-25 - 5.4.2 - fix(repository)
no changes to commit
## 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