Skip to content

Commit

Permalink
Bump version 2.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
localshred committed Feb 11, 2014
1 parent 65febe0 commit faeb34f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
2.8.12
---------

- Fix thread busy access in zmq server/worker. [#151, @abrandoned]

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
- Default ZMQ server to use inproc protocol instead of tcp (zero-copy between server-broker-worker). [#145, @brianstien]
- Add `broadcast_busy` functionality that removes server from cluster if the workers are full. [#149, @abrandoned]
- Add cli option for `--no-zmq_inproc`. [#149, @abrandoned]
- Add cli option for `--broadcast_busy`. [#149, @abrandoned]

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.11'
VERSION = '2.8.12'
PROTOC_VERSION = '2.5.0'
end

0 comments on commit faeb34f

Please sign in to comment.