Releases: miccoli/pyownet
Releases · miccoli/pyownet
Relicensed under LGPLv3
New license but no code modification with respect to v0.10.0
Timeout API
API consolidation
No major new features, API cleanup to ensure that connections are
properly closed. Functions that return binary data return bytes
.
Maintenance release
v0.8.2 release 0.8.2
Bug fix for socket methods.
Bugfix for socket methods in pyownet.protocol
Do not use socket.recv(size, _MSG_WAITALL)
(unreliable) but loop until all bytes are received. (Closes issue #2)
Support for persistent connections
v0.8.0 release 0.8.0
Add support for handling ping responses on long op's
Bug fix
Maintenance release
- Better
pyownet.protocol.OwnetProxy.__init__
logic. (Less chat with the server during init.) - Slight modifications to the exception hierarchy in
pyownet.protocol
pypi and python3 support
distutils
machinery in place for pypi and python3. Otherwise only minor changes with respect to previous releases.