Releases: aheck/reflectrpc
Releases · aheck/reflectrpc
ReflectRPC 0.7.6
ReflectRPC 0.7.5
- Fixes rpcsh crash with Python 2.7
ReflectRPC 0.7.4
- RPC functions run by the Twisted server can now return Deferreds to implement concurrent RPC services
- Linux sys info example service
ReflectRPC 0.7.3
- Support for UNIX domain sockets
- New rpcgencode tool to generate client code for a running RPC service
ReflectRPC 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)
ReflectRPC 0.7.1
- Adds missing package dependencies
ReflectRPC 0.7
- First release