From dc2cffc7cbff8e73dfa7107b765018121f9deba6 Mon Sep 17 00:00:00 2001 From: BJ Neilsen Date: Wed, 28 Aug 2013 15:46:17 -0600 Subject: [PATCH] Bump version 2.8.1 --- CHANGES.md | 8 ++++++++ lib/protobuf/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a6edda4a..3e4ebd12 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 ----------- diff --git a/lib/protobuf/version.rb b/lib/protobuf/version.rb index 2c001a20..2393546e 100644 --- a/lib/protobuf/version.rb +++ b/lib/protobuf/version.rb @@ -1,4 +1,4 @@ module Protobuf - VERSION = '2.7.11' + VERSION = '2.8.1' PROTOC_VERSION = '2.5.0' end