Releases: Kleinrotti/py-senertec
Releases · Kleinrotti/py-senertec
1.0.3
Full Changelog: 1.0.2...1.0.3
1.0.2
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- [BREAKING CHANGES] Rework of datapoint handling by @Kleinrotti in #11
- add support for boardname in the json/dict in request function by @Kleinrotti in #16
- added start and end time as optional parameter to getChart() function by @Kleinrotti in #17
Full Changelog: 0.5.0...1.0.1
0.5.0
Python 3.10+ is required now
What's Changed
- changed variables in senertec class to properties by @Kleinrotti in #8
- [BREAKING CHANGE] new login behavior by @Kleinrotti in #9
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- Datapoint-optimizations by @Kleinrotti in #5
- Board-object-refactor by @Kleinrotti in #6
- Variables of canipError object are now properties by @Kleinrotti in #7
Full Changelog: 0.3.0...0.4.0
0.3.0
updated version indicator
0.2.3
added release workflow
0.2.2
Bug fixes
- Close websocket at logout only if its not None
- Fixed possible not initialized variable while parsing datapoints
0.2.1
Changes
- Added support for Senertec Dachs Gen2 F5.5
- Updated to saml2 login which is now used by dachsportal
0.2.0
Changes
- getErrors function now returns list[canipErrors] instead type list
Bug fixes
- Removed automatic websocket reconnect
- Set dataValue to Unknown if no enum translation exists, to avoid exception throw