forked from yohm/msgpack-rpc-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
55 lines (33 loc) · 1.26 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
2020-10-07 version 0.7.0
* Upgrade cool.io-1.7.0
2017-04-06 version 0.6.0
* Relax msgpack version requirements for supporting Ruby 2.4 and further
2015-01-13 version 0.5.3
* Upgrade cool.io-1.2.4 for Ruby 2.2
* Upgrade msgpack-0.5.10
2013-01-22 version 0.5.2
* Upgrade msgpack-0.5.8 for Ruby 2.0
* Use bundler for packaging
2012-01-05 version 0.5.1
* Use ~> version dependency in gemspec
2012-01-05 version 0.5.0
* Replaced Rev with Cool.io
* MSGPACK-8 RPC::Address.parse_sockaddr(raw) checks encoding of the string on Ruby 1.9
2011-04-06 version 0.4.4
* Fixes missing RuntimeError::CODE
2010-11-28 version 0.4.3
* Uses MessagePack::Unpacker#feed_each implemented on msgpack-0.4.4
2010-08-28 version 0.4.2
* Fixes exception.rb
2010-08-27 version 0.4.1
* Adds MultiFuture class
* New exception mechanism
* Rescues all errors on_readable not to stop event loop
* Future: doesn't wrap callback_handler but check on calling for backward compatibility
* Responder: adds a guard not to send results twice
* Session: adds call_apply and notify_apply
* Uses jeweler and Rakefile for packaging
2010-05-28 version 0.4.0
* updates dispatch mechanism
* adds Session#call_apply and notify_apply
* Responder prevents sending results twice