Skip to content

Releases: bali-framework/bali-cli

v2.1.6

12 May 15:10
673490a
Compare
Choose a tag to compare
Merge pull request #36 from JoshYuJump/main

Fixed import issues

v2.1.0

12 May 11:41
ed5be80
Compare
Choose a tag to compare

Supported multi gRPC address configurations

v2.0.0

12 May 06:11
014c04d
Compare
Choose a tag to compare

Changes

  1. Added refresh argument to clear cache
# Retrieve user and cache in client side for 60 seconds
user = UserClient().get_user(cache_timeout=60)

# clear the cache and get user from server side
user = UserClient().get_user(refresh=True)

Breaking Changes

  1. Reduced the client template code

v1.1.3

07 May 05:57
9b272da
Compare
Choose a tag to compare
Merge pull request #29 from JoshYuJump/main

Bump version 1.1.3

v1.1.2

14 Apr 10:07
9ec79c7
Compare
Choose a tag to compare

Fixed MarkupSafe import issue by locked its version

v1.1.1

17 Nov 10:30
Compare
Choose a tag to compare
Removed pre-commit

v1.1.0

17 Nov 10:12
bfd40fd
Compare
Choose a tag to compare
Merge pull request #23 from simonlify/main

Increase release to pypi config file and update protobuf version

v1.0.0

17 Nov 09:29
Compare
Choose a tag to compare
v1.0.0