Reflectrpc Versions Save

Self-describing JSON-RPC services made easy

v0.7.6

7 years ago
  • 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

7 years ago
  • Fixes rpcsh crash with Python 2.7

v0.7.4

7 years ago
  • RPC functions run by the Twisted server can now return Deferreds to implement concurrent RPC services
  • Linux sys info example service

v0.7.3

7 years ago
  • Support for UNIX domain sockets
  • New rpcgencode tool to generate client code for a running RPC service

v0.7.2

7 years ago
  • 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

8 years ago
  • Adds missing package dependencies

v0.7

8 years ago
  • First release