LogStashLogger v0.16.0 Release Notes

  • ๐Ÿš€ 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.

    • ๐Ÿ‘ Allow log messages to be dropped. #81
    • Provide max_message_size option. #80
    • ๐Ÿ”Š Unify error logging. #82
    • โฌ‡๏ธ Drop message when there is an unrecoverable error. #83
    • ๐Ÿ”Š Safely close connection when reconnecting. #84