tail/CHANGES.md

58 lines
1.2 KiB
Markdown
Raw Normal View History

2015-07-04 05:27:12 +08:00
# API current (gopkg.in/ActiveState/tail)
## July, 2015
* Fix inotify watcher leak; remove `Cleanup` (#51)
# API v0 (gopkg.in/ActiveState/tail.v0)
## June, 2015
2015-06-18 07:00:46 +08:00
* Don't return partial lines (PR #40)
* Use stable version of fsnotify (#46)
2015-06-18 07:00:46 +08:00
2015-07-04 05:27:12 +08:00
## July, 2014
2014-07-29 04:45:56 +08:00
* Fix tail for Windows (PR #36)
2015-07-04 05:27:12 +08:00
## May, 2014
2014-04-30 11:08:59 +08:00
* 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
2015-07-04 05:27:12 +08:00
## Apr, 2014
2014-04-13 07:32:04 +08:00
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
2015-07-04 05:27:12 +08:00
## Feb, 2014
2014-02-23 15:51:39 +08:00
* added `Config.Logger` to suppress library logging
2015-07-04 05:27:12 +08:00
## Nov, 2013
2013-11-14 09:37:03 +08:00
* add Cleanup to remove leaky inotify watches (PR #20)
2015-07-04 05:27:12 +08:00
## Aug, 2013
2013-11-14 09:37:03 +08:00
* redesigned Location field (PR #12)
* add tail.Tell (PR #14)
2015-07-04 05:27:12 +08:00
## July, 2013
2013-11-14 09:37:03 +08:00
* Rate limiting (PR #10)
2015-07-04 05:27:12 +08:00
## May, 2013
2013-05-29 02:06:11 +08:00
* 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
2015-07-04 05:27:12 +08:00
## Feb, 2013
2013-05-29 02:06:11 +08:00
* Initial open source release