Releases: bali-framework/bali
Releases · bali-framework/bali
v3.5.2
v3.5.1
v3.5.0
v3.4.1
v3.4.0
Added
- Multi ENV Configuration PR#153
- Added Python 3.11 to the officially supported versions
Changed
- Upgraded requirements and removed
decamelize
dependency - Updated docs about using cases
Breaking changes
If your project uses an outdated protobuf you may need to rebuild because all dependencies have been updated
v3.3.0
Added
- Integrated database migrate by
FastAPI-Migrate
#151 @JoshYuJump - Declarative API simple resource version (Major feature in 4.0) #149 @JoshYuJump
Changed
- upgrade grpc plugin versions #146 @chendong0120
Fixed
- Fixed importlib-metadata 5.0 conflict with kombu
v3.3.0-rc.1
Merge pull request #147 from JoshYuJump/main Bump version 3.3.0-rc.1
v3.2.2
v3.2.1
v3.2.0
Added
- The concept of
manager
is introduced 🥂 - New elegant model API methods 🥂 PR#122
- Added
db.Base
declarative_base - Application add
__clear__
for the convenience of unit testing - Generated gRPC servicer for register resources 🍕 PR#125
- Introduce
pytest-grpc
for RPC service testing
Changed
- Removed deprecated
connection.retry_on_deadlock_decorator
- Removed deprecated
connection.close_connection
- Updated related projects link comes from bali framework organization
- Removed deprecated
bali.schema
, usebali.schemas
instead - Marked
GRPCTestBase
as deprecated, will removed in v3.5 - Add more unit tests to ensure project quality 🏄
Fixed
- Fixed initialize http service every requests
- Optimized and fixed ModelResource in resource register style