Skip to content

Releases: quantcdn/quant-cloud-environment-sync-action

v4.0.0

31 Mar 00:42
aeb054d

Choose a tag to compare

Upgrade to @quantcdn/quant-client v4

  • Switched from quant-ts-client (github ref) to published @quantcdn/quant-client v4 (4.12.0)
  • Eliminates Node.js punycode and url.parse() deprecation warnings
  • Uses modern axios-based client instead of deprecated request library
  • Auth via Configuration class with accessToken
  • Updated action.yml default base_url to https://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

30 Mar 18:38
51338ae

Choose a tag to compare

What's Changed

  • Upgrade to @quantcdn/quant-client v4 by @stooit in #18

New Contributors

Full Changelog: v1...v1.2.0

v1.0.1

13 Nov 07:12

Choose a tag to compare

Full Changelog: v1...v1.0.1

  • Warn (no fail) when run on environments with no managed database.

v1.0.0

25 Jul 10:31

Choose a tag to compare