- 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
0.7.5
==================
- Fixes rpcsh crash with Python 2.7
0.7.4
==================
- RPC functions run by the Twisted server can now return Deferreds to implement concurrent RPC services - Linux sys info example service
0.7.3
==================
- Support for UNIX domain sockets - New rpcgencode tool to generate client code for a running RPC service
0.7.2
==================
- 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)