Newer
Older
sjrpc (11) unstable; urgency=low
* [bug#3961] New argument appeared to set a global call timeout.
* Fixed bug with ssl error handling.
-- Antoine Millet <antoine.millet@smartjog.com> Wed, 16 Feb 2011 18:38:12 +0100
sjrpc (10) unstable; urgency=low
* Logging of sjrpc now use only "debug" verbosity.
* Calls now raise an exception if RpcConnection is disconnected from its peer.
* Fixed logging calls with format string.
* Code cleanup with the help of pylint.
-- Antoine Millet <antoine.millet@smartjog.com> Tue, 08 Feb 2011 13:24:56 +0100
sjrpc (9) unstable; urgency=low
* Fixed the uuid bug
* Fixed a lot of bugs (disconnection, HUP, shutdown)
* Added feature to embed data on asynchronous calls
* Added timeout feature on (remote) call method
-- Antoine Millet <antoine.millet@smartjog.com> Wed, 02 Feb 2011 11:43:07 +0100
sjrpc (8) unstable; urgency=low
* Added a shutdown_client method on SimpleRpcServer manager to disconnect a
client before to calling the disconnection callback.
* Added getpeername method on RpcConnection class.
* Removed exception name in RpcError.__str__ result.
-- Antoine Millet <antoine.millet@smartjog.com> Mon, 10 Jan 2011 18:33:36 +0100
sjrpc (7) unstable; urgency=low
* Added retrieval of a proxified method by getitem.
* Fixed bug with polling object.
-- Antoine Millet <antoine.millet@smartjog.com> Thu, 30 Dec 2010 11:46:38 +0100
sjrpc (6-1) unstable; urgency=low
* Added connection timeout
-- Antoine Millet <antoine.millet@smartjog.com> Mon, 27 Dec 2010 12:08:52 +0100
sjrpc (5-1) unstable; urgency=low
* Fixed bugs
-- Antoine Millet <antoine.millet@smartjog.com> Wed, 22 Dec 2010 16:59:14 +0100
sjrpc (4-1) unstable; urgency=low
* Added a new constructor "from_sock" to SimpleRpcClient class.
* Added a new constructor "from_addr" to SimpleRpcClient class.
* /!\ API MODIFICATION /!\ The SimpleRpcClient constructor now takes
an RpcConnection object instead of directly a socket object.
* New method start on ConnectionManager allow to run the main loop in a new thread.
* Threaded caller now execute the thread as a daemon thread.
* Added a new constructor "from_addr" to RpcConnection class.
-- Antoine Millet <antoine.millet@smartjog.com> Mon, 20 Dec 2010 14:04:06 +0100
sjrpc (3-1) unstable; urgency=low
* Fixed a bug that disallow to send a large amound of
data in a single message.
-- Antoine Millet <antoine.millet@smartjog.com> Thu, 16 Dec 2010 12:47:05 +0100
sjrpc (2-1) unstable; urgency=low
* Added is_running method on ConnectionManager
* Added get_handler method on ConnectionManager
* Compatibility with SSL sockets (added SimpleSslRpcServer
to handle ssl clients)
-- Antoine Millet <antoine.millet@smartjog.com> Mon, 13 Dec 2010 18:56:12 +0100
sjrpc (1-1) unstable; urgency=low
* Initial release.
-- Antoine Millet <antoine.millet@smartjog.com> Mon, 06 Dec 2010 14:42:27 +0100