- Migrated to godep, as depman is not longer supported
- Introduced golang vendoring feature
- Fixed issue #57 related to reopen deleted file
- Fix inotify watcher leak; remove
Cleanup
(#51)
- Don't return partial lines (PR #40)
- Use stable version of fsnotify (#46)
- Fix tail for Windows (PR #36)
- Improved rate limiting using leaky bucket (PR #29)
- Fix odd line splitting (PR #30)
- LimitRate now discards read buffer (PR #28)
- allow reading of longer lines if MaxLineSize is unset (PR #24)
- updated deps.json to latest fsnotify (441bbc86b1)
- added
Config.Logger
to suppress library logging
- add Cleanup to remove leaky inotify watches (PR #20)
- redesigned Location field (PR #12)
- add tail.Tell (PR #14)
- Rate limiting (PR #10)
- Detect file deletions/renames in polling file watcher (PR #1)
- Detect file truncation
- Fix potential race condition when reopening the file (issue 5)
- Fix potential blocking of
tail.Stop
(issue 4) - Fix uncleaned up ChangeEvents goroutines after calling tail.Stop
- Support Follow=false
- Initial open source release