Skip to content

Releases: aheck/reflectrpc

ReflectRPC 0.7.6

14 Sep 16:27
Compare
Choose a tag to compare
  • 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

ReflectRPC 0.7.5

17 Aug 07:15
Compare
Choose a tag to compare
  • Fixes rpcsh crash with Python 2.7

ReflectRPC 0.7.4

11 Aug 17:04
Compare
Choose a tag to compare
  • 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

24 Jul 21:44
Compare
Choose a tag to compare
  • Support for UNIX domain sockets
  • New rpcgencode tool to generate client code for a running RPC service

ReflectRPC 0.7.2

01 Jul 16:29
Compare
Choose a tag to compare
  • 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

13 May 06:34
Compare
Choose a tag to compare
  • Adds missing package dependencies

ReflectRPC 0.7

11 May 20:52
Compare
Choose a tag to compare
  • First release