Skip to content

Commit

Permalink
bump to 2.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
abrandoned committed Feb 11, 2014
1 parent 8fd0d55 commit 67cd34f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.8.11
---------

- Default ZMQ server to use inproc protocol instead of tcp (zero-copy between server-broker-worker)
- Add 'broadcast_busy' functionality that removes server from cluster if the workers are full
- Add cli option for --no-zmq_inproc
- Add cli option for --broadcast_busy

2.8.10
---------

Expand Down
2 changes: 1 addition & 1 deletion lib/protobuf/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Protobuf
VERSION = '2.8.10'
VERSION = '2.8.11'
PROTOC_VERSION = '2.5.0'
end

0 comments on commit 67cd34f

Please sign in to comment.