Skip to content

Latest commit

 

History

History
261 lines (136 loc) · 15.2 KB

CHANGELOG.md

File metadata and controls

261 lines (136 loc) · 15.2 KB

4.1.0-beta.8 (2025-01-28)

Features

  • added all subtypes to datapoint 20.x (#45) (9051dbe)

4.1.0-beta.7 (2024-12-30)

Bug Fixes

  • ipAddressHelper uncatched error when running on raspberry pi, having interfaces without any ip. (#44) (a9e46ee)

4.1.0-beta.4 (2024-12-07)

4.1.0-beta.3 (2024-12-07)

4.1.0-beta.2 (2024-12-06)

4.1.0-beta.1 (2024-11-21)

Bug Fixes

  • better checks of socket ready state (#39) (92a2172)
  • fixed base beta release (c9dfa79)

Features

4.0.0-beta.6 (2024-11-18)

Bug Fixes

  • clear the queueitem in case of errors (393b818)
  • exiting the queue loop after error (0bb3c19)
  • fixed an uncaught exception (b48a5b1)

4.0.0-beta.5 (2024-11-17)

4.0.0-beta.4 (2024-11-15)

Bug Fixes

  • fix multicast socket, by removing the local ip interface from the binding (ca01449)

4.0.0-beta.3 (2024-11-15)

Bug Fixes

  • fix missing "test" folder (821e398)
  • removed the "test" folder from the include array (742a028)
  • the tunnel socket creation function (createSocket), adding reusable option and specifying the port. This will likely prevent some UDP packets not arriving at the socket, due to operating system routing restrictions. (3fdd938)

Features

  • added getGatewayDescription method, to gather infos of the connected gateway (88b883a)
  • added the gatewaydescription.ts sample (41b1f66)
  • added the KNX/IP Gateway description gatherer, wich contains the gateway's name, tunneling/routing modes etc.. (f99170f)

4.0.0-beta.2 (2024-10-17)

4.0.0-beta.1 (2024-10-17)

Bug Fixes

4.0.0-beta.0 (2024-10-15)

Bug Fixes

3.0.4 (2024-10-08)

3.0.3 (2024-09-16)

3.0.2 (2024-09-16)

Bug Fixes

  • fixed queue ACK issue. Now, the replies from request coming from the KNX Gateway, are put as priority item in the kNX output queue. (93ca4cc)

3.0.1 (2024-09-16)

Bug Fixes

  • fixed an issue when "suppress ACK request" was set to true. (83a5f5d)

3.0.0 (2024-09-15)

3.0.0-beta.1 (2024-09-12)

Bug Fixes

3.0.0-beta.0 (2024-09-08)

Features

  • transparent KNX queue. The sent telegrams are now queued and transmitted to the bus by obeying the time interval specified by the new property "KNXQueueSendIntervalMilliseconds" (93a65c9)

2.3.5 (2024-07-08)

2.3.4 (2024-07-08)

Bug Fixes

  • async closeSocket thtows an error if the socket is already closed. (31baf39)

2.3.3 (2024-06-14)

Bug Fixes

  • vscode default fomatter (82ce441)

2.3.2 (2024-06-14)

Bug Fixes

  • fix DPT10.001 Time error when time passed as string (23a27ab)

2.3.1 (2024-06-13)

Bug Fixes

  • fixed DPT6002 not showing up (593e548)

2.3.0 (2024-06-13)

Bug Fixes

  • fixed lint issues in new DPT 6002 (529d392)

Features

  • Add Hager TXA223/225 custom status DPT 60002 (c61f576)

2.2.0 (2024-06-12)

Bug Fixes

Features

  • Turn unknown error 0x25 to E_NO_MORE_UNIQUE_CONNECTIONS (67f5dd8)

2.1.4 (2024-05-30)

2.1.3 (2024-05-28)

Bug Fixes

  • issue where DPT9 was giving error (#21) (2ac791e)

2.1.3 (2024-05-28)

Bug Fixes

  • fix: issue where DPT9 was giving error by @maulik9898 in #21

New Contributors

  • @maulik9898 made their first contribution in #21

2.1.2 (2024-04-24)

Bug Fixes

  • refactor method names and added js docs (#19) (432db89)
  • wrong overload of discovery method (a41b65c)

2.1.1 (2024-04-23)

Bug Fixes

  • better timers management for race conditions and leak prevention (#17) (494af28)

2.1.0 (2024-04-23)

Features

2.0.0-beta.0 (2024-04-18)

Bug Fixes

Features