Skip to content

Releases: flexiblepower/s2-python

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

v0.3.1

13 Jan 12:18
ad6f255

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

30 Sep 15:18

Choose a tag to compare

What's Changed

  • Implemented optional reconnect for S2Connection & new threading model where S2Connection.start_as_rm is blocking. by @lfse-slafleur in #55

Full Changelog: v0.2.2...v0.3.0