github api7/adc v0.25.0

latest releases: v0.29.0, v0.28.0, v0.27.1...
3 months ago

Highlights

Server-side configuration validation

You can now run a server-side configuration validation using the adc validate. Essentially, this is equivalent to performing a dry-run synchronization.

All configurations are built as API requests and validated via the Admin API, allowing you to perform a more rigorous configuration validation than adc lint before actually running adc sync.

In terms of strictness:

adc sync > adc validate > adc lint

Now, the validate command is available on all backends.

In the future, we will also add a validate API to the adc server to improve the AIC user experience.

Enhanced error reporting

New binary ADC build, whose error call stack now reflects the original line and column numbers in the codebase. Previously, it could only display line numbers from the bundled JS file.

What's Changed

New Contributors

Full Changelog: v0.24.3...v0.25.0

Don't miss a new adc release

NewReleases is sending notifications on new releases.