Releases: lyft/statsrelay
Releases · lyft/statsrelay
v3.0.1: Upgrade to tokio 0.3 series (#56)
v3.0.0
lyft/1.7.6
lyft/1.7.5
Bump version
bug fix around tcpsession free
- fixes a bug with memory corruption caused by double free
- tweaks to logging calls
Close TCP sessions on hotrestart
- adds a new vector library
- tracks all the session sockets in tcpserver
- shutsdown and close the sockets cleanly upon hot restart
Hot-restarts
Hot restarts is now supported feature in statsrelay. Refer to README
Hot-restarts
Hot restarts is now supported feature in statsrelay. Refer to README
Fix ev_timer issues
- reduce ev_timer interval
- also prevent reuse of buffer (causing bugs)
- add some logging
Fix memory corruption issue in loading config
Merge pull request #7 from lyft/config_parsing_issues Attempt to fix memory corruption issue