Skip to content

Commit

Permalink
Release version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
imanel committed Nov 18, 2012
1 parent 213a4d4 commit 34d0510
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.0.2

- allow configuration of max frame size via WebSocket.max_frame_size option
- much better documentation
- remove handler-specific methods from public list
- refactor code for easier use
- make parsers return more consistent values
- fix server handshake #to_s when no version was found
- add #uri to server handshake

## 1.0.1

- allow creating client with :uri and :url options
Expand Down
2 changes: 1 addition & 1 deletion autobahn-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"options": {"failByDrop": false},
"outdir": "./autobahn/server",

"servers": [{"agent": "WebSocket-Ruby v1.0.1", "url": "ws://localhost:9001", "options": {"version": 18}}],
"servers": [{"agent": "WebSocket-Ruby v1.0.2", "url": "ws://localhost:9001", "options": {"version": 18}}],

"cases": ["*"],
"exclude-cases": [],
Expand Down
2 changes: 1 addition & 1 deletion lib/websocket/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WebSocket
VERSION = '1.0.1'
VERSION = '1.0.2'
end

0 comments on commit 34d0510

Please sign in to comment.