Skip to content

Releases: lyft/statsrelay

v3.0.1: Upgrade to tokio 0.3 series (#56)

23 Nov 04:45
e94a617
Compare
Choose a tag to compare
Minor update to move all libraries to the Tokio 0.3 release
train. This also has the side-effect of improving the multi-threaded
scheduler performance in a pathological single stream case by 45%.

v3.0.0

21 Nov 02:06
e64b672
Compare
Choose a tag to compare

Initial release of the re-implementation in Rust.

At this juncture, any resemblance to the original code base is in spirit only.

lyft/1.7.6

25 Jan 20:59
ff45ede
Compare
Choose a tag to compare

lyft/1.7.5

22 Apr 23:51
Compare
Choose a tag to compare
Bump version

bug fix around tcpsession free

02 Mar 17:44
Compare
Choose a tag to compare
  • fixes a bug with memory corruption caused by double free
  • tweaks to logging calls

Close TCP sessions on hotrestart

02 Mar 01:04
Compare
Choose a tag to compare
  • adds a new vector library
  • tracks all the session sockets in tcpserver
  • shutsdown and close the sockets cleanly upon hot restart

Hot-restarts

10 Feb 02:51
Compare
Choose a tag to compare

Hot restarts is now supported feature in statsrelay. Refer to README

Hot-restarts

09 Feb 07:19
Compare
Choose a tag to compare

Hot restarts is now supported feature in statsrelay. Refer to README

Fix ev_timer issues

27 Jan 21:32
Compare
Choose a tag to compare
  • reduce ev_timer interval
  • also prevent reuse of buffer (causing bugs)
  • add some logging

Fix memory corruption issue in loading config

26 Jan 21:54
Compare
Choose a tag to compare
Merge pull request #7 from lyft/config_parsing_issues

Attempt to fix memory corruption issue