Skip to content

Commit 6ee07b8

Browse files
authored
Merge pull request #20 from senid231/bump-1.1.8
bump 1.1.8
2 parents 6774ca5 + 8f4f6d3 commit 6ee07b8

File tree

2 files changed

+37
-3
lines changed

2 files changed

+37
-3
lines changed

CHANGELOG.md

+36-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

33
### 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

lib/jrpc/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JRPC
2-
VERSION = '1.1.7'
2+
VERSION = '1.1.8'
33
end

0 commit comments

Comments
 (0)