Skip to content

v3.2.0

Compare
Choose a tag to compare
@JoshYuJump JoshYuJump released this 15 Jun 16:09
· 138 commits to main since this release
d723363

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, use bali.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