Releases: chris-piekarski/python-json-socket
Releases · chris-piekarski/python-json-socket
Release list
v2.0.3
What's Changed
- ci: bump version for ci/cd package release test by @chris-piekarski in #28
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- ci: makefile lint fixes by @chris-piekarski in #22
- fix: fixes docs ci version bump by @chris-piekarski in #24
- fix: merge pr by @chris-piekarski in #26
- fix: jsocket reconnect lifecycle 2.0.2 by @chris-piekarski in #27
Full Changelog: v2.0.0...v2.0.2
v2.0.0
What's Changed
- ci: make targets version updates by @chris-piekarski in #20
- fix: address possible desync framing scenarios by @chris-piekarski in #21
Full Changelog: v1.9.6...v2.0.0
v1.9.6
v1.9.5
What's Changed
- License update by @chris-piekarski in #14
- pylint and pytest;fix multi-client connection issue by @chris-piekarski in #15
- chore: improve socket reliability, logging, and release packaging by @chris-piekarski in #16
Full Changelog: v1.9.4...v1.9.5
v1.9.4
What's Changed
- CI/CD changes and move tests to new framework by @chris-piekarski in #10
- feat: add more tests by @chris-piekarski in #12
- update readme and pytest path by @chris-piekarski in #13
Full Changelog: v1.9.3...v1.9.4
Improved Python >=3.9 socket shutdown logic
Minor changes to ensure socket is closed in a timely manner
Support >= Python 3.9
Remove deprecated isAlive() method in threading module that occurred in 3.9 updates.