1# API v1 (gopkg.in/hpcloud/tail.v1)
2
3## April, 2016
4
5* Migrated to godep, as depman is not longer supported
6* Introduced golang vendoring feature
7* Fixed issue [#57](https://github.com/hpcloud/tail/issues/57) related to reopen deleted file
8
9## July, 2015
10
11* Fix inotify watcher leak; remove `Cleanup` (#51)
12
13# API v0 (gopkg.in/hpcloud/tail.v0)
14
15## June, 2015
16
17* Don't return partial lines (PR #40)
18* Use stable version of fsnotify (#46)
19
20## July, 2014
21
22* Fix tail for Windows (PR #36)
23
24## May, 2014
25
26* Improved rate limiting using leaky bucket (PR #29)
27* Fix odd line splitting (PR #30)
28
29## Apr, 2014
30
31* LimitRate now discards read buffer (PR #28)
32* allow reading of longer lines if MaxLineSize is unset (PR #24)
33* updated deps.json to latest fsnotify (441bbc86b1)
34
35## Feb, 2014
36
37* added `Config.Logger` to suppress library logging
38
39## Nov, 2013
40
41* add Cleanup to remove leaky inotify watches (PR #20)
42
43## Aug, 2013
44
45* redesigned Location field (PR #12)
46* add tail.Tell (PR #14)
47
48## July, 2013
49
50* Rate limiting (PR #10)
51
52## May, 2013
53
54* Detect file deletions/renames in polling file watcher (PR #1)
55* Detect file truncation
56* Fix potential race condition when reopening the file (issue 5)
57* Fix potential blocking of `tail.Stop` (issue 4)
58* Fix uncleaned up ChangeEvents goroutines after calling tail.Stop
59* Support Follow=false
60
61## Feb, 2013
62
63* Initial open source release
64