This is an automated email from the ASF dual-hosted git repository.
jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 67b4ec736 Bump flatted from 3.3.2 to 3.4.2
add 9ffc337ca Fix Ruby client seqid handling
No new revisions were added by this update.
Summary of changes:
compiler/cpp/src/thrift/generate/t_rb_generator.cc | 7 +-
lib/rb/lib/thrift/client.rb | 68 ++++++++++++--
lib/rb/lib/thrift/protocol/compact_protocol.rb | 16 +++-
lib/rb/lib/thrift/protocol/header_protocol.rb | 1 +
lib/rb/lib/thrift/transport/header_transport.rb | 20 +++-
lib/rb/spec/client_spec.rb | 103 +++++++++++++++++----
lib/rb/spec/compact_protocol_spec.rb | 14 +++
lib/rb/spec/header_protocol_spec.rb | 9 ++
lib/rb/spec/header_transport_spec.rb | 22 +++++
9 files changed, 225 insertions(+), 35 deletions(-)