All Versions
7
Latest Version
Avg Release Cycle
21 days
Latest Release
2773 days ago

Changelog History

  • v0.7.6 Changes

    September 14, 2016
    • ๐Ÿ‘Œ Support for typed arrays
    • Autocompletion of type and function names in rpcsh
    • ๐Ÿ›  Bugfixes for command-line programs
    • Autoreconnect in case of failing connections in command-line programs
  • v0.7.5 Changes

    August 17, 2016
    • ๐Ÿ›  Fixes rpcsh crash with Python 2.7
  • v0.7.4 Changes

    August 11, 2016
    • RPC functions run by the Twisted server can now return Deferreds to implement concurrent RPC services
    • ๐Ÿง Linux sys info example service
  • v0.7.3 Changes

    July 24, 2016
    • ๐Ÿ‘Œ Support for UNIX domain sockets
    • ๐Ÿ†• New rpcgencode tool to generate client code for a running RPC service
  • v0.7.2 Changes

    July 01, 2016
    • ๐Ÿ›  Bugfixes
    • ๐Ÿ“š Automatic generation of service documentation with the new rpcdoc tool
    • HTTP Basic Auth for client and Twisted server
    • Mechanism for passing context to RPC functions (rpcinfo)
  • v0.7.1 Changes

    May 13, 2016
    • โž• Adds missing package dependencies
  • v0.7 Changes

    May 11, 2016
    • ๐Ÿš€ First release