Skip to content

Commit

Permalink
Released version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mloughran committed Apr 23, 2014
1 parent 7fc345c commit afbe65c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
= Changelog

== 0.5.1 / 2014-04-23

- new features:
- Support for receiving binary messages

- changed:
- Allow additional close codes to be sent by apps
- Raise better errors on missing Sec-WebSocket-Key2
- Updated http_parser.rb dependency to 0.6.0

- bug fixes:
- Abort if HTTP request URI is invalid
- Force close connections that have been sent a close handshake after a timeout

- improved spec compliance on:
- Missing continuation frames
- Fragmented control frames
- Close behaviour after protocol errors

== 0.5.0 / 2013-03-05

- new features:
Expand Down
2 changes: 1 addition & 1 deletion lib/em-websocket/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module EventMachine
module Websocket
VERSION = "0.5.0"
VERSION = "0.5.1"
end
end

0 comments on commit afbe65c

Please sign in to comment.