{ title: "Compatibility", crumbs: [ { 'Reference Guide': '../ref/' }, ], }
GoAhead supports the following standards:
The GoAhead APIs are evolving, and are thus subject to change between minor releases. The documentation provides a Stability Classification for each API group that reflects their stability with regard to backwards compatibility.
We do not provide a blanket commitment to backward compatibility. Rather, we adopt a more surgical approach on an API by API basis.
GoAhead 3 is major upgrade relative to GoAhead 2. Some APIs have changed and new APIs have been added for increased functionality. Where the APIs have changed, their core functionality and operation typically remains similar. You can migrate code from GoAhead 2 to GoAhead 3 with simple refactoring.
The configure command has an option to maximize backward compatibility and assist migration by supporting the legacy APIs. Use configure --set legacy=true to enable the legacy APIs.