File tree 2 files changed +37
-3
lines changed
2 files changed +37
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
### Unreleased
4
- * handling FIN signal for TCP socket
5
- * add gem executables
4
+
5
+ ### 1.1.8
6
+ * handling FIN signal for TCP socket [ didww/jrpc #19 ] ( https://github.com/didww/jrpc/pull/19 )
7
+ * add gem executables [ didww/jrpc #19 ] ( https://github.com/didww/jrpc/pull/19 )
8
+
9
+ ### 1.1.7
10
+ * connect ot socket in nonblock mode
11
+
12
+ ### 1.1.6
13
+ * update oj version to ~ > 3.0
14
+
15
+ ### 1.1.5
16
+ * update oj version to ~ > 2.0
17
+
18
+ ### 1.1.4
19
+ * handle EOF on read
20
+ * fix jrpc error require
21
+ * use JRPC::Error as base class for JRPC::Transport::SocketBase::Error
22
+
23
+ ### 1.1.3
24
+ * close socket when clearing socket if it's not closed
25
+
26
+ ### 1.1.2
27
+ * reset socket when broken pipe error appears
28
+
29
+ ### 1.1.1
30
+ * fix rescuing error in TcpClient initializer
31
+
32
+ ### 1.1.0
33
+ * use own socket wrapper
34
+
35
+ ### 1.0.1
36
+ * Net::TCPClient#read method process data with buffer variable
37
+
38
+ ### 1.0.0
39
+ * stable release
Original file line number Diff line number Diff line change 1
1
module JRPC
2
- VERSION = '1.1.7 '
2
+ VERSION = '1.1.8 '
3
3
end
You can’t perform that action at this time.
0 commit comments