Fork me on GitHub

Splitlog Changelog

Release History

Version Date Description
1.6.0 2014-05-19 Documentation! Also, non-blocking wait, metrics on merges, fixes for app servers.

Release 1.6.0 - 2014-05-19

Type Changes By
add Splitlog now boasts shiny new user documentation! Fixes 46. triceo
add Follower and Metric now support multiple non-blocking waiting... Fixes 50. triceo
add ... and this non-blocking waiting can now execute an asynchronous action when it's done. Fixes 51. triceo
add MergingFollower now supports metrics and is back on par with Follower, feature-wise. Fixes 43. triceo
fix Splitlog logging is now disabled by default. This will prevent endless feedback loops when Splitlog is deployed within a web app. Fixes 42. triceo
update MergingFollower.separate() is deprecated in favor of MergingFollower.remove(). Fixes 52. triceo
update LogWatchBuilder becomes part of the public API. Fixes 49. triceo