Skip to content

Releases: miccoli/pyownet

Relicensed under LGPLv3

19 Jan 14:28
Compare
Choose a tag to compare

New license but no code modification with respect to v0.10.0

Timeout API

30 Mar 19:35
Compare
Choose a tag to compare

Thanks to Martin Patzak @agentmnm a new timeout API, see pull request #6, plus minor enhancements.

API consolidation

05 Jan 00:27
Compare
Choose a tag to compare

No major new features, API cleanup to ensure that connections are
properly closed. Functions that return binary data return bytes.

Maintenance release

26 Aug 11:05
Compare
Choose a tag to compare
v0.8.2

release 0.8.2

Bug fix for socket methods.

19 Feb 14:26
Compare
Choose a tag to compare

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

03 Jan 14:20
Compare
Choose a tag to compare
v0.8.0

release 0.8.0

Add support for handling ping responses on long op's

14 Jun 20:12
Compare
Choose a tag to compare

Fix by Johan Ström @stromnet, see pull request #1.

Bug fix

23 May 09:28
Compare
Choose a tag to compare

Bugfix for socket methods in pyownet.protocol

  1. check for exceptions raised by socket.shutdown
  2. add MSG_WAITALL flag to socket.recv

Maintenance release

20 Apr 19:53
Compare
Choose a tag to compare
  • 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

10 Feb 21:16
Compare
Choose a tag to compare

distutils machinery in place for pypi and python3. Otherwise only minor changes with respect to previous releases.