Skip to content

Releases: 4paradigm/OpenMLDB

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).

v0.7.2

20 Feb 14:02
150777b
Compare
Choose a tag to compare

Features

Bug Fixes

  • Disk table does not clean the expired data. (#2963 @dl239)
  • Incorrect index will be added if there is LAST JOIN statement in a deployed SQL. (#2979 @dl239)
  • The result is incorrect if a window frame is specified by EXCLUDE CURRENT_ROW (#2930 @aceforeverd)
  • SQL compiling fails if there is an UDF function in an UDAF expression. (#3018 @aceforeverd)
  • Although the return information indicates success, index creation may still fail in some cases. (#3042 @vagetablechicken)
  • The recoverdata command fails if there are a large number of records in a memory table. (#3060 @dl239)
  • The deploy-all tool deploys the Spark package to local nodes only. (#3022 @zhanghaohit)
  • Other minor bug fixes (#2970 #3028 #3026 #3003 #3064 @dl239)

Code Refactoring

#2995 #3030 @aceforeverd

Note:
While we have resolved the overflow issue in the current version of the monitor component #3003, it may still persist when upgrading from an older version.

v0.7.1

14 Jan 05:31
8692061
Compare
Choose a tag to compare

Features

Bug Fixes

  • The result of _*_cate is incorrect. (#2939 @zhanghaohit)
  • The deployment of SQL fails if the column name of a major table is a keyword. (#2894 @dl239)
  • Tablet may core dump when executing SQLs with disk tables. (#2926 @dl239)
  • There is memory leak when writing data into disk tables. (#2943 @dl239)
  • The result of show components is incorrect in certain cases. (#2940 @dl239)
  • Offline jobs execution fails in certain cases because the Curator component causes an incompatible issue. (#2936 @tobegit3hub)
  • Disabling the monitor log (#2953 @dl239)

Code Refactoring

#2875 #2937 @dl239