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
BREAKING: switch to logrus for logging. #317, #326
If you were previously using log level notice, you should now use info.
See logging docs for more info on the log levels.
fix memory leak when connections should be closed. #259, #329
Rewrite of the inputs. pickle, tcp, udp and data reading.
They are now plugins, handle errors better, and support timeouts. #286, #287, #301, #303, #306, #313, #316, #318, #320