Skip to content

Releases: Kleinrotti/py-senertec

1.0.3

06 Jan 18:31
Compare
Choose a tag to compare

Full Changelog: 1.0.2...1.0.3

1.0.2

28 Dec 23:03
Compare
Choose a tag to compare

Full Changelog: 1.0.1...1.0.2

1.0.1

26 Dec 23:53
Compare
Choose a tag to compare

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

15 Apr 13:17
e3a0f68
Compare
Choose a tag to compare

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

10 Apr 19:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.4.0

0.3.0

20 Dec 17:04
Compare
Choose a tag to compare
updated version indicator

0.2.3

31 Oct 20:52
Compare
Choose a tag to compare
added release workflow

0.2.2

13 Jun 16:42
Compare
Choose a tag to compare

Bug fixes

  • Close websocket at logout only if its not None
  • Fixed possible not initialized variable while parsing datapoints

0.2.1

07 May 13:17
Compare
Choose a tag to compare

Changes

  • Added support for Senertec Dachs Gen2 F5.5
  • Updated to saml2 login which is now used by dachsportal

0.2.0

20 Apr 20:31
Compare
Choose a tag to compare

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