tail/CHANGES.md

41 lines
880 B
Markdown
Raw Normal View History

2014-04-30 11:08:59 +08:00
# May, 2014
* Improved rate limiting using leaky bucket (PR #29)
2014-05-21 08:49:42 +08:00
* Fix odd line splitting (PR #30)
2014-04-30 11:08:59 +08:00
2014-04-13 07:32:04 +08:00
# Apr, 2014
2014-04-29 05:58:39 +08:00
* LimitRate now discards read buffer (PR #28)
2014-04-13 07:32:04 +08:00
* allow reading of longer lines if MaxLineSize is unset (PR #24)
2014-04-13 08:02:59 +08:00
* updated deps.json to latest fsnotify (441bbc86b1)
2014-04-13 07:32:04 +08:00
2014-02-23 15:51:39 +08:00
# Feb, 2014
* added `Config.Logger` to suppress library logging
2013-11-14 09:37:03 +08:00
# Nov, 2013
* add Cleanup to remove leaky inotify watches (PR #20)
# Aug, 2013
* redesigned Location field (PR #12)
* add tail.Tell (PR #14)
# July, 2013
* Rate limiting (PR #10)
2013-05-29 02:06:11 +08:00
# May, 2013
* 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
2013-05-31 04:18:46 +08:00
* Support Follow=false
2013-05-29 02:06:11 +08:00
# Feb, 2013
* Initial open source release