Skip to content

0.3.0

Compare
Choose a tag to compare
@wangyoucao577 wangyoucao577 released this 18 Oct 02:48
· 205 commits to main since this release
888a918

Highlight Features 🎉🎉🎉

  • built-in logging mechanism to unify extensions' logs
  • standalone testing framework so that extensions can be tested independently without an app
  • able to create pure python async extension
  • supports to build and run on linux/arm64

Breaking Changes

  • added on_configure and refined addon's lifecycle flow
  • moved built-in default_extension_group into ten_runtime, no need to install separately anymore
  • restrict extension, group, graph name pattern
  • restrict addon name to valid programming variable name
  • distinguish between graph name and graph id
  • renamed SetFinal for cmd result in go

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.0