π 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
pytestruns. - Generated code stubs β Bundled
plugin_pb2andplugin_pb2_grpcfor out-of-the-box handshake compatibility withboot-code. - Improved plugin discovery β Verified CLI integration with
boot-codeviaboot-pythonbinary on PATH. - Documentation updates β Clarified install instructions for
pipx/pipusage.
π 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_pb2is not generated in local dev.
π¦ Install
pipx install boot-python==0.1.1a0