Releases: bali-framework/bali-cli
Releases · bali-framework/bali-cli
v2.7.1
v2.7.0
Added
- Added pyi_out option to build service
v2.6.0
Changed
- Upgrade grpcio/grpcio-tools
Breaking changes
- If your project uses an outdated protobuf you may need to rebuild because all dependencies have been updated
v2.5.0
Added
- Added Bali App
run
command andshell
command
v2.4.0
Changed
- Using absolute imports #45 @chendong0120
v2.3.0
Changed
- Upgraded grpcio
- Optimized *_pb2_grpc.py imports,
clients/intermediates
no longer need to join the runtime environment
Fixed
- Fixed import MAX_RECURSION_DEPTH and protobuf.version
- Fixed async client feature
v2.3.0-rc.1
Bump version 2.3.0-rc.1
v2.2.0
v2.1.8
Merge pull request #39 from JoshYuJump/main Adjusted the Jinja2 version
v2.1.7
- Supported build command find protobuf files in /protos, further simplify project structure. https://github.com/JoshYuJump/bali/tree/main/examples/todos
- Adjust requirement
Pydantic
version.