Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Releases: jakm/txmsgpackrpc

1.2

18 Dec 14:07
Compare
Choose a tag to compare

[ Jakub Matys ]

  • Allow UNIX sockets for PY3 with Twisted >= 15.3.0
  • Build script changed to optionaly build deb package and/or upload to pypi
  • Fixed detection of 'msgid' param for Python3
  • 'stopTrying' to reconnect when max number of connection attempts failed
  • Issue #4: fixed installation in Windows
  • Support for CI
  • Added status icon

[ tobixx ]

  • added useList parameter
  • fixed type docu
  • fixed type docu, the second
  • forwarding trough layers
  • fixed not forwarded parameter in super call

1.1

24 Jun 07:16
Compare
Choose a tag to compare
1.1

Changelog:

  • Issue #2: reset packer after serialization error

1.0

25 Feb 17:26
Compare
Choose a tag to compare
1.0

This release contains full set of planned features. Supported protocols are TCP, SSL, UDP, multicast UDP and UNIX sockets. "Public" methods are documented. Since version 0.5 there has been changed API of MsgpackRPCServer - properties factory and datagram_protocol have been replaced by methods getStreamFactory and getDatagramProtocol. For details, see docstrings or examples.

Changelog:

  • Class Msgpack split to MsgpackBaseProtocol and MsgpackStreamProtocol
  • Added MsgpackDatagramProtocol, client function for UDP and examples
  • Readme updated
  • Changed MsgpackRPCServer's API to get factory and datagram protocol
  • Added support of multicast UDP
  • Multicast protocol handles properly multiple responses
  • Better results checking in multicast UDP example
  • Added multicast UDP example to readme
  • Logging improved
  • Added documentation of "public" classes, methods and functions

0.5

24 Feb 23:24
Compare
Choose a tag to compare
0.5
  • Added SSL support

0.4

20 Feb 10:07
Compare
Choose a tag to compare
0.4

0.3

20 Feb 01:08
Compare
Choose a tag to compare
0.3
  • Python3 support
  • Prepared to deploy to pypi.python.org

0.2

19 Feb 13:10
Compare
Choose a tag to compare
0.2

0.1

19 Jan 15:30
Compare
Choose a tag to compare
0.1