Releases: lyft/statsrelay
Releases · lyft/statsrelay
v3.0.1: Upgrade to tokio 0.3 series (#56)
23 Nov 04:45
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
lyft/1.7.5
22 Apr 23:51
Compare
Sorry, something went wrong.
No results found
bug fix around tcpsession free
02 Mar 17:44
Compare
Sorry, something went wrong.
No results found
fixes a bug with memory corruption caused by double free
tweaks to logging calls
Close TCP sessions on hotrestart
02 Mar 01:04
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Hot restarts is now supported feature in statsrelay. Refer to README
Hot-restarts
09 Feb 07:19
Compare
Sorry, something went wrong.
No results found
Hot restarts is now supported feature in statsrelay. Refer to README
Fix ev_timer issues
27 Jan 21:32
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Merge pull request #7 from lyft/config_parsing_issues
Attempt to fix memory corruption issue