Skip to content

0.6.1

Compare
Choose a tag to compare
@halajohn halajohn released this 05 Jan 15:24
· 76 commits to main since this release
1361454

This version introduces several major features

  1. Node.js Support: Currently, only C++/Node.js extensions are supported within the same Node.js process. In the future, support will be extended to include C++/Go/Python/Node.js extensions within the same process.

  2. Dynamic Loading of Extensions: Even if there are n extensions under ten_packages/, only the extension folders that are used in the startup graph will be loaded.

  3. Local Dependency Support: The dependencies field in manifest.json now supports local dependencies, specified using the path: field.

What's Changed

Full Changelog: 0.6.0...0.6.1