forked from pavlov99/json-rpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog
36 lines (25 loc) · 1.01 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
2015-05-05 kirill.pavlov@phystech.edu
* Add logger to django api client
2014-09-04 kirill.pavlov@phystech.edu
* Add custom exception functionality by @julianhille
2014-05-25 kirill.pavlov@phystech.edu
* Add python 2.6 support
* Update server notification processing
* Add functionality to dispatcher, it is possible to init it with
class
2013-11-09 kirill.pavlov@phystech.edu
* Add JSON-RPC 1.0 support.
* Add dispatcher for functions.
* Add notification support (separate notification and id=null for
JSON-RPC 2.0 request).
* Add custom json serializer (based on json) with datetime.Datetime
and decimal.Decimal serialization support.
* Move JSONRPC* classes to JSONRPC20*, as far as there is JSONRPC10*.
* Add dispatcher and JSONPRCManager to jsonrpc/__init__, they are no
longer in jsonrpc.jsonrpc module.
2013-10-13 kirill.pavlov@phystech.edu
* Add examples of usage.
* Init documentation.
* Remove six from dependencies.
2013-10-08 kirill.pavlov@phystech.edu
* Implement JSON-RPC 2.0 specification.