You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improved: if any of the string values sent to the Pinba server include a NUL character (chr(0)), behave the same way as the php extension does, ie. truncating the string to the part before the first NUL character occurrence
improved: added to the tests directory the .proto file, and made available within the test containers the protoc command-line tool, to simplify decoding of raw messages