Skip to content

Commit

Permalink
Bump version to 0.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Jun 13, 2019
1 parent 2c75f0a commit 5d1587a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
### 0.10.9 / 2019-06-13

- Use the EventMachine API rather than `IO#write` to write data; this uses the
event loop and avoids getting blocked by slow clients

### 0.10.8 / 2019-06-10

- In the case of a close timeout, don't block on waiting for writing to the
socket to complete
- Fix a race condition that caused a timeout not to be cancelled immediately
when the WebSocket is closed
- Change license from MIT to Apache 2.0

### 0.10.7 / 2017-02-22

Expand Down
2 changes: 1 addition & 1 deletion faye-websocket.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'faye-websocket'
s.version = '0.10.8'
s.version = '0.10.9'
s.summary = 'Standards-compliant WebSocket server and client'
s.author = 'James Coglan'
s.email = 'jcoglan@gmail.com'
Expand Down

0 comments on commit 5d1587a

Please sign in to comment.