Releases: quantcdn/quant-cloud-environment-sync-action
Releases · quantcdn/quant-cloud-environment-sync-action
v4.0.0
Upgrade to @quantcdn/quant-client v4
- Switched from
quant-ts-client(github ref) to published@quantcdn/quant-clientv4 (4.12.0) - Eliminates Node.js
punycodeandurl.parse()deprecation warnings - Uses modern axios-based client instead of deprecated
requestlibrary - Auth via
Configurationclass withaccessToken - Updated
action.ymldefault base_url tohttps://dashboard.quantcdn.io - Fixed bug: sync failure status was caught by API retry loop, now fails immediately
- Uses proper TypeScript enum types for sync type parameter
Breaking changes
None — drop-in replacement. All inputs and outputs unchanged.
Usage
```yaml
uses: quantcdn/quant-cloud-environment-sync-action@v4
```
v1.2.0
v1.0.1
Full Changelog: v1...v1.0.1
- Warn (no fail) when run on environments with no managed database.