Skip to content

Releases: emqx/neuron

2.2.6 Release

21 Oct 06:50
8d97d6b
Compare
Choose a tag to compare

Fixes

  • Timestamp overflows on 32bit machine
  • The limit of tag address is 128byte

Daily Release(2.2.6)

21 Oct 06:55
8d97d6b
Compare
Choose a tag to compare
Daily Release(2.2.6) Pre-release
Pre-release
Merge pull request #853 from fengzeroz/v2.2

fix timestamp

2.2.5 Release

14 Oct 08:34
3a554f0
Compare
Choose a tag to compare

Fixes

  • Fix OPC-UA plugin failed to read tag

2.2.4 Release

30 Sep 07:57
8e62bc1
Compare
Choose a tag to compare

Fixes

  • Parsing license file failed

2.2.3 Release

23 Sep 08:51
ba8d56f
Compare
Choose a tag to compare

Chores

  • Optimize storage performance
  • Modify the license directory

2.2.2 Release

16 Sep 08:55
0ae76e1
Compare
Choose a tag to compare

Fixes

  • fix decimal cannot configure negative numbers
  • fix connection failure when mqtt plugin has no user configured
  • fix api not responding

2.2.1 Release

09 Sep 08:48
978e0d3
Compare
Choose a tag to compare

Fixes

  • Fix update group interval failure
  • Fix update tag decimal
  • The tag of double type supports setting precision

2.1.6 Release

06 Sep 09:28
fdc7500
Compare
Choose a tag to compare

Fixes

  • Fix write 1 or 1.0 using http api failure

2.2.0 Release

02 Sep 09:42
9723978
Compare
Choose a tag to compare

Features

  • Add Beckhoff ADS driver
  • Add OPC DA driver
  • Add NON A11 driver
  • Add S7COMM for 300 driver
  • MQTT plugin supports caching data when offline.
  • QnA 3E plugin supports batch reading of tags.
  • RESTful plugin supports proxy http request.
  • MQTT plugin adds heartbeat msg and reports the status of all nodes.
  • MODBUS plugin supports int64/uint64/double.
  • Plugin stops, disconnect from the device.
  • Tag supports subscription, and data is uploaded only when the data changes.
  • Tag of type float/double supports configuration precision.

HTTP API

  • GET /api/v2/group get groups of all drivers.
  • GET /api/v2/node/state get status of all nodes.

Improve

  • UI: Improve the error message.
  • UI: Default topics for the mqtt plugin will be generated based on the node name.
  • UI: Use regular expressions to verify tag address.
  • The configured node will start automatically.
  • MQTT plugin configuration removes the client-id.

2.1.5 Release

26 Aug 07:55
8d9219e
Compare
Choose a tag to compare

Fixes

  • FIx the issue that the async plugin connection was abnormal, reading tag failed.