Releases: machbase/neo-server
v8.0.39-rc1
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
🔧 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
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
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
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
v8.0.36-rc2
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)
- unix socket listener path flags by @OutOfBedlam in #239
- Work/universal api by @OutOfBedlam in #240
- show tags by @OutOfBedlam in #241
- sql comment by @OutOfBedlam in #242
- explain in sql editor by @OutOfBedlam in #243
- api column nullable by @OutOfBedlam in #244
- api bridge connector by @OutOfBedlam in #245
- script type js by @OutOfBedlam in #246
Full Changelog: v8.0.36-rc1...v8.0.36-rc2
v8.0.36-rc1
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
What's Changed
🎉 Features
- api - file upload by @OutOfBedlam in #224
- support watch api through sse by @OutOfBedlam in #225
- refine watch api by @OutOfBedlam in #226
🔧 neo-engine upgrade
➕ watch the latest data (http api)
Full Changelog: v8.0.34...v8.0.35
v8.0.34
🔧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