This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
v3.0.0
Go modules
This is the first release that uses Go modules for both SDK and the driver.
Imports for SDK were also changed from gopkg.in
to the Github.
Breaking changes
Apart from import path changes, this release also deprecates some old symbols.
Most notably, the Code
transformation stage is now removed. Drivers should switch to PreprocessCode
stage if they haven't done it already.
Other changes
Also, the uast/yaml
package was renamed to uastyaml
and the import now matches the package name. The old package will still work but will be deprecated in future releases.