Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 686 Bytes

CHANGELOG.md

File metadata and controls

27 lines (19 loc) · 686 Bytes

v0.1.10

  • Change description in Gemspec file.

v0.1.9

  • Fix bug with the setup script

v0.1.6

  • First final public release
  • CHANGELOG.md created

WIP

  • Send server and protocol versions along with handshake response #103
  • Split object dump into smaller messages #77
  • Fix bug with handshake broken because of Rbkit::VERSION not being available.
  • Make REQ and PUB ports configurable using ENV variables
  • Always bind to 127.0.0.1
  • Add CPU Sampling profiler and cpu_sample message type. Bump up protocol version to v2.1
  • Use C89 std for compiling rbkit