Skip to content

Commit

Permalink
Bump version 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
localshred committed Aug 28, 2013
1 parent a1a4c67 commit dc2cffc
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.1
----------

- Improve `ServiceDirectory` lookup speed ~10x, lookups now done in constant time (devin-c).
- Add Timestamp to end of rpc stat log (represents ending time of request processing).
- Set `request_size` in the rpc stat within ZMQ Worker (previously missing).
- Ensure `request_size` and `response_size` are set on rpc stat for client requests.

2.8.0
-----------

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.7.11'
VERSION = '2.8.1'
PROTOC_VERSION = '2.5.0'
end

0 comments on commit dc2cffc

Please sign in to comment.