Skip to content

Releases: 4paradigm/OpenMLDB

v0.9.2

27 Jul 10:38
bfe5ba6
Compare
Choose a tag to compare

Bug Fixes

v0.9.1

18 Jul 13:18
ba5e85b
Compare
Choose a tag to compare

Features

Bug Fixes

v0.9.0

25 Apr 20:02
0c10b16
Compare
Choose a tag to compare

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

v0.8.5

27 Feb 13:46
d12babd
Compare
Choose a tag to compare

Features

Bug Fixes

Code Refactoring

#3666 @vagetablechicken

Experimental built artifacts for Linux AArch64

49b691a8a2dc7175823e9fb808e731a8999896cc3ab819cfd32f1ab10c299cde  openmldb-0.8.5-linux-gnu-aarch64.tar.gz

v0.8.4

21 Nov 03:46
72f752b
Compare
Choose a tag to compare

Features

Bug Fixes

Code Refactoring

#3547 @aceforeverd

v0.8.3

16 Sep 08:54
b685e64
Compare
Choose a tag to compare

Features

Bug Fixes

Code Refactoring

#3397 @emo-coder, #3411 @vagetablechicken, #3435 @aceforeverd, #3473 @lqy222

Breaking Changes

  • The return type of GetInternalSchema in SQLResultSet changes from native Schema to com._4paradigm.openmldb.sdk.Schema #3445
  • Remove the deprecated TaskManager configuration namenode.uri #3369

v0.8.2

20 Jul 13:59
d5647d1
Compare
Choose a tag to compare

Features

Bug Fixes

Breaking Changes

  • The field Offline_deep_copy will be replaced by Offline_symbolic_paths in the result of SHOW TABLE STATUS #3349.

v0.8.1

29 Jun 04:07
3a870a0
Compare
Choose a tag to compare

Features

Bug Fixes

Code Refactoring

#3226 @dl239, #3294 @aceforeverd

v0.8.0

12 May 01:23
7e39246
Compare
Choose a tag to compare

Features

Bug Fixes

Code Refactoring

#3188 @tobegit3hub

v0.7.3

22 Mar 15:30
736ecb2
Compare
Choose a tag to compare

Features

Bug Fixes

  • The user-provided SPARK_HOME does not work in the deployment scripts. (#3085 @zhanghaohit)
  • The result of SELECT timestamp(string_val) is incorrect at the offline mode. (#3088 @tobegit3hub)

Code Refactoring

#3122 @haseeb-xd

Note:
If the configuration of a tablet has not been updated when upgrading to this new version, the query result still may be truncated as the old version (#2999).