Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 20:02
· 9 commits to main since this release
0c10b16

Breaking Changes

  • Upgrade SQLAlchemy to 2.0.27 and SQLAlchemy 1.x is not supported(#3805 @yht520100)
  • Correct semantic for first_value which will be compatible with ANSI SQL(#3861 @aceforeverd)
  • Set execute_mode default to online which was offline before 0.9.0(#3862 @aceforeverd)
  • The client-side authentication is deprecated and we can enable authentication in server-side(#3835 #3885 @oh2024)

Features

Bug Fixes

Testing