Skip to content

Releases: machbase/neo-server

v8.0.33

14 Oct 03:29
Compare
Choose a tag to compare

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

Full Changelog: v8.0.32...v8.0.33

v8.0.33-rc1

11 Oct 05:55
Compare
Choose a tag to compare
v8.0.33-rc1 Pre-release
Pre-release

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

08 Oct 00:47
Compare
Choose a tag to compare

❗️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

07 Oct 09:02
Compare
Choose a tag to compare
v8.0.32-rc1 Pre-release
Pre-release

❗️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

30 Sep 06:35
Compare
Choose a tag to compare

🔧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

30 Sep 00:47
Compare
Choose a tag to compare

🔧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

26 Sep 23:59
Compare
Choose a tag to compare

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:'

New Contributors

Full Changelog: v8.0.28...v8.0.29

v8.0.29-rc1

25 Sep 03:33
Compare
Choose a tag to compare
v8.0.29-rc1 Pre-release
Pre-release

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:'

New Contributors

Full Changelog: v8.0.28...v8.0.29-rc1

v8.0.28

03 Sep 06:57
Compare
Choose a tag to compare

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

30 Aug 09:20
Compare
Choose a tag to compare
v8.0.28-rc1 Pre-release
Pre-release

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