Releases: machbase/neo-server
v8.0.33
What's Changed
🎉 Features
🔧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.32...v8.0.33
v8.0.33-rc1
What's Changed
🎉 Features
🔧Fix: missing eof marker from CSV response
➕Add CSV header can be indicator of column names
➕Support NDJSON input/output
➕Support MQTT v5 PUBLISH properties
Full Changelog: v8.0.32...v8.0.33-rc1
v8.0.32
❗️neo-engine upgrade
🔧Fix: mis-mapping column types of input JSON and CSV via HTTP and MQTT API
Full Changelog: v8.0.31...v8.0.32
v8.0.32-rc1
❗️neo-engine upgrade
🔧Fix: mis-mapping column types of input JSON and CSV via HTTP and MQTT API
Full Changelog: v8.0.31...v8.0.32-rc1
v8.0.31
🔧Fix: time zone parser
🔧Fix: support timeformats other than UNIX epoch
example) https://docs.machbase.com/neo/api-http/write/#request-json-with-timeformat
Full Changelog: v8.0.30...v8.0.31
v8.0.30
🔧Fix: support timeformats other than UNIX epoch
example) https://docs.machbase.com/neo/api-http/write/#request-json-with-timeformat
Full Changelog: v8.0.29...v8.0.30
v8.0.29
What's Changed
🎉 Features
❗️neo-engine upgrade : improve performance for the VARCHAR columns
❗️macOS binary is code signed and notarized
🔧docker image: fix missing ca-certificates
➕open unix domain sockets by default : http: /tmp/machbase-neo.sock, mqtt: /tmp/machbase-neo-mqtt.sock
*) on windows, the sockets are in %TEMP% directory, if %TEMP% is not defined, the root directory is %SYSTEMDRIVE% which is normally 'C:'
- support csv.gz files by @andrew-kim-machbase in #214
- loading message added by @andrew-kim-machbase in #215
New Contributors
- @andrew-kim-machbase made their first contribution in #214
Full Changelog: v8.0.28...v8.0.29
v8.0.29-rc1
What's Changed
🎉 Features
❗️neo-engine upgrade
improve varchar column performance
❗️macOS binary is code signed and notarized
🔧docker image: fix missing ca-certificates
➕open unix domain sockets by default
http: /tmp/machbase-neo.sock
mqtt: /tmp/machbase-neo-mqtt.sock
on windows, the sockets are in %TEMP% directory,
if %TEMP% is not defined, the directory is %SYSTEMDRIVE% which is normally 'C:'
- support csv.gz files by @andrew-kim-machbase in #214
- loading message added by @andrew-kim-machbase in #215
New Contributors
- @andrew-kim-machbase made their first contribution in #214
Full Changelog: v8.0.28...v8.0.29-rc1
v8.0.28
What's Changed
🎉 Features
🔧tag analyzer w/ high-chart bug work-around.
❗️neo-engine upgrade —> Breaking compatibility (SQL Syntax)
The SELECT statement: The DRATION phrase should follow the WHERE clause and be followed by the GROUP BY clause.
❗️MQTT supports protocol version 5.
Full Changelog: v8.0.26...v8.0.28
v8.0.28-rc1
What's Changed
🎉 Features
🔧tag analyzer w/ high-chart bug work-around.
❗️neo-engine upgrade —> Breaking compatibility (SQL Syntax)
- The SELECT statement: The DRATION phrase should follow the WHERE clause and be followed by the GROUP BY clause.
❗️MQTT supports protocol version 5.
Full Changelog: v8.0.27-rc1...v8.0.28-rc1