Releases: flexiblepower/s2-python
Releases · flexiblepower/s2-python
v0.3.0
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
v0.2.2
What's Changed
- 51: Remove validation from NumberRange that start_of_range needs to be lower than end_of_range to the specific uses of NumberRange for which this holds. It doesn't hold it general. by @lfse-slafleur in #52
- 50 missing pytyped marker by @lfse-slafleur in #53
- 49: Update websockets dependency. by @lfse-slafleur in #54
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- 47: Fix issue where an S2 connection is blocked indefinitely on Python 3.10+ upon connecting by @lfse-slafleur in #48
- 46: Fix issue where S2Connection could not be stopped and would be blocked indefinitely if the other side of the connection would terminate the connection. by @lfse-slafleur in #48
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- 36: Add python 3.12 as supported version. by @lfse-slafleur in #41
- 38 update s2 definitions to 0.0.2-beta by @lfse-slafleur in #39
- 10 update to use pydantic v2 by @lfse-slafleur in #40
- add_conn: Draft version of generic s2 connection with frbc and no con… by @lfse-slafleur in #43
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- readme_additions: Some additions to the readme. by @lfse-slafleur in #33
- 34 add generic parsing logic by @lfse-slafleur in #35
Full Changelog: v0.0.1...v0.1.0
v0.0.1
What's Changed
- 29: Run black formatter on all code files. by @lfse-slafleur in #30
- update readme by @victorgarcia98 in #32
Full Changelog: v0.0.0...v0.0.1
v0.0.0
What's Changed
- 3: Configure mypy to disallow partial unchecked definitions in src wh… by @lfse-slafleur in #6
- Create patch function by @victorgarcia98 in #7
- 1: Clean up error handling by moving all exception types to S2Validat… by @lfse-slafleur in #2
- 4: Add in base definitions for first batch of FRBC messages. by @lfse-slafleur in #5
- Add files to make the package installable with PIP by @victorgarcia98 in #14
- 11 implement all messages needed for frbc control type by @lfse-slafleur in #16
- 15: Rename package to s2python. by @lfse-slafleur in #22
- 20: Add ci/clean.sh and ci/distribute.sh, fix versioning issue by sup… by @lfse-slafleur in #21
- add GH action pipeline to run automated tests and automate publishing by @victorgarcia98 in #27
- adapt code to work in Python 3.8 by @victorgarcia98 in #28
Full Changelog: https://github.com/flexiblepower/s2-python/commits/v0.0.0