Releases: csowada/ebus
Releases · csowada/ebus
v1.1.11
v1.1.10
Changed
- Updated source headers to year 2023
Fixed
- Fixed several SonarCube issues
- Update Maven dependencies
v1.1.9
Fixed
- Remove escaping (0xAA and 0xA) master data bytes and master CRC on function
EBusCommandUtils.buildPartMasterTelegram
v1.1.8
Changed
- Update project dependencies
v1.1.7
v1.1.6
v1.1.5
Changed
- Removed clone() from DataType objects
- Simplified EbusConfigurationReader methods
Fixed
- Fix NPE for NestedValues
v1.1.4
Changed
- Enhanced the internal ThreadPool from 30 to 60 to prevent issues on startup
- Throw better excepetions if the json configuration file is not valid
- Removed the unsed
annotation
folder
Fixed
- The new "Change Status" check (from v1.0.8) does not work, since the old status is already set previously
Release v1.1.3
Changed
- Changed many line of code to fix sonarlint/cloud issues
- Add more
final
to parameters - Changed to Java 8 syntax like Lambda expressions or Multi-Exceptions
- Fixed one or two wrong handled Interrupts
Release v1.1.2
Added
- Added
sonarcloud
to build pipeline
Removed
- Removed all old CI files from the project