Skip to content

Releases: bali-framework/bali-cli

v2.7.1

29 Apr 09:09
Compare
Choose a tag to compare
Merge branch 'main' of github.com:bali-framework/bali-cli

# Conflicts:
#	cli/__init__.py

v2.7.0

28 Jun 07:53
144107f
Compare
Choose a tag to compare

Added

  • Added pyi_out option to build service

v2.6.0

10 Nov 08:05
Compare
Choose a tag to compare

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

11 Oct 10:01
baf606e
Compare
Choose a tag to compare

Added

  • Added Bali App run command and shell command

v2.4.0

08 Oct 02:59
f9ff039
Compare
Choose a tag to compare

Changed

v2.3.0

14 Sep 09:10
33e3316
Compare
Choose a tag to compare

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

23 Aug 15:58
Compare
Choose a tag to compare
Bump version 2.3.0-rc.1

v2.2.0

21 Aug 16:09
Compare
Choose a tag to compare

Supported async gRPC client. #40

v2.1.8

19 Jul 05:55
633815c
Compare
Choose a tag to compare
Merge pull request #39 from JoshYuJump/main

Adjusted the Jinja2 version

v2.1.7

13 Jun 02:59
9d2feb2
Compare
Choose a tag to compare
  1. Supported build command find protobuf files in /protos, further simplify project structure. https://github.com/JoshYuJump/bali/tree/main/examples/todos
  2. Adjust requirement Pydantic version.