Skip to content

v0.25.0

Choose a tag to compare

@bzp2010 bzp2010 released this 22 Apr 08:13
· 61 commits to main since this release
a3b2610

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