Skip to content

v0.1.1-alpha

Latest

Choose a tag to compare

@bordumb bordumb released this 07 Aug 23:19
· 2 commits to main since this release

πŸš€ v0.1.1-alpha

This alpha release of boot-python brings the plugin into a fully working state with a smoother developer and testing experience.

✨ New

  • Test-friendly server loop – Added safeguards to prevent gRPC server from blocking during pytest runs.
  • Generated code stubs – Bundled plugin_pb2 and plugin_pb2_grpc for out-of-the-box handshake compatibility with boot-code.
  • Improved plugin discovery – Verified CLI integration with boot-code via boot-python binary on PATH.
  • Documentation updates – Clarified install instructions for pipx/pip usage.

πŸ›  Fixes

  • Resolved ModuleNotFoundError: No module named 'src.generated` by adjusting imports and packaging flow.
  • Fixed missing patch targets in tests and improved mocking for gRPC + handshake.
  • Prevented plugin start failures when plugin_pb2 is not generated in local dev.

πŸ“¦ Install

pipx install boot-python==0.1.1a0