Skip to content

Releases: machbase/neo-server

v8.0.39-rc1

30 Dec 01:33
Compare
Choose a tag to compare
v8.0.39-rc1 Pre-release
Pre-release

What's Changed

🎉 Features

❗️upgrade neo-engine v8.0.36
➕neo shell: SQL command with -T (--timing) option
🔧neo shell: import command continues even if there are error records
🔧neo shell: import supports meta table (import data into meta table)
➕End User License Agreement
➕Alert License violation notification
➕Update default dbms config (properties)
🔧Many improvements in test cases

Full Changelog: v8.0.38...v8.0.39-rc1

v8.0.38

28 Nov 02:19
Compare
Choose a tag to compare

🔧 Fix MQTT: leak appenders
🔧 Fix MQTT: wrong PUBACK reason code
🔧 Fix HTTP: incorrectly close output stream
🔧 Fix WEB: SQL result screen shows "0 0" instead of "0"
🔧 CSV: treats empty field as NULL
❗️the pre-build package for Linux is now based on ubuntu 20.04 (previous 18.04)

Full Changelog: v8.0.37...v8.0.38

v8.0.37

26 Nov 02:54
Compare
Choose a tag to compare

What's Changed

🎉 Features

🔧 neo-engine upgrade
🔧 Fix: TQL Script ("js"): Incorrect $.values when a record contains only one field.
🔧 Fix: Shell accidentlly close stdout.
➕TQL SCRIPT("js"): $.db() supports bridge database
example) https://docs.machbase.com/neo/bridges/01.grance/#utilize-a-bridge-in-tql-script
docs) https://docs.machbase.com/neo/tql/script/#db

Full Changelog: v8.0.36...v8.0.37

v8.0.37-rc1

25 Nov 08:52
Compare
Choose a tag to compare
v8.0.37-rc1 Pre-release
Pre-release

What's Changed

🎉 Features

🔧 neo-engine upgrade
🔧 Fix: TQL Script ("js"): Incorrect $.values when a record contains only one field.
➕TQL SCRIPT("js"): $.db() supports bridge database
example) https://docs.machbase.com/neo/bridges/01.grance/#utilize-a-bridge-in-tql-script
docs) https://docs.machbase.com/neo/tql/script/#db

Full Changelog: v8.0.36...v8.0.37-rc1

v8.0.36

21 Nov 02:58
Compare
Choose a tag to compare

What's Changed

🎉 Features

🔧 neo-engine upgrade
❗️TQL SCRIPT supports Javascript
➕ unix domain socket option flags: --http-sock, --mqtt-sock
➕ SQL Editor: Download SQL query result into a CSV file
➕ SQL Editor: Support non-sql shell commands
show [-a] tables
show [-a] indexes
show tags <table_name>
desc [-a] <table_name>
explain [-f] sql-text (experimental stage)
🧪SQL Editor: Execute bridged database SQL directly. (experimental stage)

Full Changelog: v8.0.35...v8.0.36

v8.0.36-rc3

18 Nov 23:53
Compare
Choose a tag to compare
v8.0.36-rc3 Pre-release
Pre-release

v8.0.36-rc2

15 Nov 07:58
Compare
Choose a tag to compare
v8.0.36-rc2 Pre-release
Pre-release

What's Changed

🎉 Features

🔧 neo-engine upgrade
❗️TQL SCRIPT() supports Javascript
➕ SQL Editor: Download query result into CSV file
➕ SQL Editor: Support non-sql shell commands
show [-a] tables
show [-a] indexes
show tags <table_name>
desc [-a] <table_name>
explain [-f] sql-text (experimental)
🧪SQL Editor: Execute bridged database SQL directly. (experimental)

Full Changelog: v8.0.36-rc1...v8.0.36-rc2

v8.0.36-rc1

05 Nov 08:44
Compare
Choose a tag to compare
v8.0.36-rc1 Pre-release
Pre-release

What's Changed

🎉 Features

🔧 neo-engine upgrade

➕ SQL Editor: Download query result in CSV file
➕ SQL Editor: Support non-sql shell commands
show [-a] tables
show [-a] indexes
show tags <table_name>
desc [-a] <table_name>

Full Changelog: v8.0.35...v8.0.36-rc1

v8.0.35

21 Oct 07:56
Compare
Choose a tag to compare

What's Changed

🎉 Features

🔧 neo-engine upgrade
➕ watch the latest data (http api)

Full Changelog: v8.0.34...v8.0.35

v8.0.34

14 Oct 04:05
Compare
Choose a tag to compare

🔧Fix: missing eof marker in CSV response
➕Add CSV header can be indicator of column names
➕Support NDJSON input/output
➕Support MQTT v5 PUBLISH properties

support ndjson output format by @OutOfBedlam in #219
CSV response end of file marker by @OutOfBedlam in #220
column names to insert table by @OutOfBedlam in #221
fix parser for tailing comments by @OutOfBedlam in #222

Full Changelog: v8.0.33...v8.0.34