Skip to content

Releases: csowada/ebus

v1.2.0

23 Oct 18:39
90e951a

Choose a tag to compare

Changed

  • Large update on code base to modernize code and solve smaller issues, no new features!
  • Remove dependency to Apache Commons Lang3

v1.1.14

22 Oct 17:36

Choose a tag to compare

v1.1.13

31 Jan 15:02
a95abd5

Choose a tag to compare

Changed

  • Update project dependencies to openHAB 4.x versions

v1.1.12

29 Jan 18:50
603d33c

Choose a tag to compare

Changed

  • Update project dependencies
  • Add Tests for encode master data

Fixed

  • Revert change from v1.1.9 to encode master data again

v1.1.11

26 Mar 17:25

Choose a tag to compare

Fixed

  • Fix @Nullable in Utils class

v1.1.10

25 Mar 17:08

Choose a tag to compare

Changed

  • Updated source headers to year 2023

Fixed

  • Fixed several SonarCube issues
  • Update Maven dependencies

v1.1.9

20 Mar 19:57

Choose a tag to compare

Fixed

  • Remove escaping (0xAA and 0xA) master data bytes and master CRC on function EBusCommandUtils.buildPartMasterTelegram

v1.1.8

29 Dec 17:07

Choose a tag to compare

Changed

  • Update project dependencies

v1.1.7

27 Jun 18:27

Choose a tag to compare

Changed

  • Update project dependencies
  • Remove dependency to commons-io
  • Update to commons lang3

v1.1.6

06 Feb 19:15

Choose a tag to compare

Changed

  • Change interuppted behaviour in EBusLowLevelController thread
  • Enhance @null check in EBusDeviceTableService
  • Simplified checks due to safe @null checks