Skip to content

Releases: jonathan-robertson/logentrus

Username updated

24 Sep 21:46
Compare
Choose a tag to compare

I know this creates some trouble, but I updated my username in GitHub.
Please avoid downloading any previous releases since they point to my old GitHub username.

Import path for logrus back to lowercase (sirupsen)

27 Jun 14:56
Compare
Choose a tag to compare

Thanks to @dlebech for providing issue and PR when he noticed the decision posted by logrus dev on their README:

Regretfully, there's no turning back now. Everything using logrus will need to use the lower-case: github.com/sirupsen/logrus. Any package that isn't, should be changed.

Add option to use unencrypted TCP or UDP connection

30 Jan 01:27
Compare
Choose a tag to compare
v2.0.0

v2.0.0 release due to breaking changes

Connection Fix

26 Jan 15:49
Compare
Choose a tag to compare

Fix

  • #2 Connection timing out under intermittent load
    • Now opens fresh connection for each write since connection reuse is unreliable (first failed write almost never detected)
  • #3 Issue with portability: logrus author sirupsen rolled back path name to Sirupsen bug

Update references from Sirupsen to sirupsen (owner changed name)

15 Jan 17:00
Compare
Choose a tag to compare
v1.0.1

Update Sirupsen references to sirupsen (owner changed name)

Initial release

10 Dec 22:09
Compare
Choose a tag to compare
v1.0.0

Update comments for easier reading in godocs