All Versions
44
Latest Version
Avg Release Cycle
47 days
Latest Release
2755 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.20.1 Changes
- ๐ Fixes missing require for URI #107
-
v0.20.0 Changes
- โ Adds support for logging debug/error information for the connectable device's buffer. #102
-
v0.19.1 Changes
- ๐ Fixes compatibility with
ActiveRecord::SessionStore
. #96
- ๐ Fixes compatibility with
-
v0.19.0 Changes
- ๐ Flush buffered messages when exiting. #92
-
v0.18.1 Changes
- ๐ Fixes usage of ActiveSupport without Rails. #90
-
v0.18.0 Changes
๐ This release removes the dependency on
stud
and vendors in a forked version ๐ ofStud::Buffer
. This improves the buffering behavior of LogStashLogger by 0๏ธโฃ flushing all log messages in a background thread by default. This eliminates blocking behavior and exceptions bubbling up to the main process.- ๐ Fixes
Attempt to unlock a mutex which is not locked (ThreadError)
. #88
- ๐ Fixes
-
v0.16.0 Changes
๐ This release is focused on improving the reliability of LogStashLogger. ๐ฒ Connectable log devices are now less likely to block or ๐ป raise an exception, which avoids impacting the operation of the program. There was also a fix to avoid leaking connections.
-
v0.15.2 Changes
- ๐ Fixes Windows support. #64