Skip to content

Releases: 4paradigm/OpenMLDB

v0.4.1

09 Feb 12:58
a607e95
Compare
Choose a tag to compare

[0.4.1] - 2022-02-09

Features

  • Improve CLI error messages and support the 'enable_trace' system variable (#1129 @jingchen2222)

Bug Fixes

  • CLI coredumps when it fails to connect to a nameserver. (#1166 @keyu813)
  • Java SDK has the issue of memory leaks. (#1148 @dl239)
  • The startup fails if a pid file exists. (#1108 @dl239)
  • There are incorrect values for the column with the date type when loading data into an online table. (#1103 @yabg-shuai666)
  • Offline data import for the CSV format may cause incorrect results. (#1100 @yabg-shuai666)
  • 'Offline path' cannot be displayed after importing offline data. (#1172 @vagetablechicken)

v0.4.0

13 Jan 10:01
1e643c5
Compare
Choose a tag to compare

[0.4.0] - 2022-01-14

Highlights

Other Features

Bug Fixes

#847, #831, #647, #934, #953, #1015, #982, #927, #994, #1008, #1028, #1019, #779, #855, #350, #631, #1074, #1073, #1081

@nautaa, @Nicholas-SR, @aceforeverd, @dl239, @jingchen2222, @tobegit3hub, @keyu813

OpenMLDB v0.3.2

18 Nov 09:00
7f29d9c
Compare
Choose a tag to compare

Features

  • add at analytic function, it is a symptom to lag

hybridse-v0.3.2

25 Nov 12:43
7f29d9c
Compare
Choose a tag to compare
fix: prepare_release.sh

OpenMLDB v0.3.0

05 Nov 12:01
cd14758
Compare
Choose a tag to compare

Highlight

We introduce a new standalone mode that can be deployed on a single node, which is suitable for small businesses and the demonstration purpose. Please read more details from here. The standalone mode is particularly enhanced for ease of use based on the following features that are supported by standalone mode only.

  • The standalone deployment mode #440
  • Connection establishment by specifying the host name and port in CLI #441
  • LOAD DATA command for bulk loading #443
  • SQL syntax support for exporting data: SELECT INTO FILE #455
  • Deployment commands: DEPLOY, SHOW DEPLOYMENT, and DROP DEPLOYMENT #460 #447

Other Features

  • A new CLI command to support different levels of performance sensitivity: SET performance_sensitive=true|false. When it is set to false, SQL queries can be executed without indexes. Please read here for more details about the performance sensitivity configuration #555
  • Supporting SQL queries over multiple databases #476
  • Supporting inserting multiple tuples into a table using a single SQL #398
  • Improvements for Java SDK:
    The new API getTableSchema #483
    The new API genDDL, which is used to generate DDLs according to a given SQL script #588

Bugfix

  • Exceptions caused by certain physical plans with special structures when performing column resolve for logical plans. #437
  • Under specific circumstances, unexpected outcomes produced by SQL queries with the WHERE when certain WHERE conditions do not fit into indexes #599
  • The bug when enabling WindowParallelOpt and WindowSkewOptimization at the same times #444
  • The bug of LCA (Lowest Common Ancestor) algorithm to support WindowParallelOpt for particular SQLs #485
  • Workaround for the Spark bug (SPARK-36932) when the columns with the same names in LastJoin #484

Acknowledgement

We appreciate the contribution to this release from external contributors who are not from 4Paradigm's core OpenMLDB team, including Kanekanekane, shawn-happy, lotabout, Shouren, zoyopei, huqianshan

hybridse-v0.3.0

11 Nov 08:11
cd14758
Compare
Choose a tag to compare
hybridse-v0.3.0 Pre-release
Pre-release
docs: add quickstart (#654)

OpenMLDB v0.2.3

03 Sep 05:23
838a14d
Compare
Choose a tag to compare

Feature

  • Data importer support bulk load #250
  • Support parameterized query under BatchMode #262, #168
  • Support Hive metastore and Iceberg tables for offline #245, #146
  • Integrated with Trino #254
  • Support global SortBy node for offline #296

Bug Fix

  • Fix end2end offline tests for the same SQL #300
  • desc do not display the value of ttl after adding index#156

SQL Syntax

  • nvl & nvl2: #238
  • bitwise operators: &, |, ^, ~ #244
  • between predicate: #277

Hybridse v0.2.3

31 Aug 06:19
fbea128
Compare
Choose a tag to compare
Hybridse v0.2.3 Pre-release
Pre-release

Feature

  • Experimental Support parameterized query under BatchMode #262

SQL Syntax

  • nvl & nvl2: #238
  • bitwise operators: &, |, ^, ~ #244
  • between predicate: #277

OpenMLDB 0.2.2

09 Aug 04:27
b9b142d
Compare
Choose a tag to compare

Feature

  • Add VARCHAR Type #196

Bug Fix

  • Fix invalid back qoute identifier name #192. Note: option key can't write as multiple path style (e.g a.b) now
  • InsertPreparedStatement set month by mistake when use Date type [#200]

v0.2.1

03 Aug 09:11
d8cc31b
Compare
Choose a tag to compare

v0.2.1

Changes:

  • add arm64 docker demo image

Note:

For other purpose, use v0.2.0