Skip to content

Releases: flexiblepower/s2-python

v0.9.0

19 Mar 09:42
9ca1409

Choose a tag to compare

What's Changed

  • BREAKING: 139: Split up S2Connection into a sync and async interface as well as decoupling the underlying medium e.g. websockets, mqtt and d-bus interfaces by @lfse-slafleur in #144

Full Changelog: v0.8.1...v0.9.0

v0.8.2

19 Mar 09:43
2652c8c

Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

26 Nov 14:00
c680743

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

11 Aug 10:12
21d5d66

Choose a tag to compare

What's Changed

  • Fix missing message id override in PPBC classes by @lfse-slafleur in #134
    • Also add the to_json_dict function for S2 messages to create a json-serializable dict.

Full Changelog: v0.7.1...v0.8.0

v0.7.1

30 Jul 11:55
048c543

Choose a tag to compare

What's Changed

  • Leverage str, enum capability of Python for any generated enums by @lfse-slafleur in #133

Full Changelog: v0.7.0...v0.7.1

v0.7.0

25 Jul 12:42
51fa849

Choose a tag to compare

What's Changed

  • Remove comment that only common and FRBC message are supported in README by @jorritn in #130
  • 131: Move wrapping of pydantic exceptions for model validate, setattr, and model_validate_json to the S2MessageComponent mixin instead of wrapping it using the decorator to preserve classmethod on inheritence for model_validate. by @lfse-slafleur in #132

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

23 Jul 13:44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

28 Mar 11:28

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

24 Mar 14:24
0a6a34d

Choose a tag to compare

What's Changed

  • fix: update pydantic requirement to allow higher versions by @Flix6x in #76

Full Changelog: v0.4.0...v0.4.1

v0.4.0

24 Mar 14:24
7cb4e21

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0