-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ad50c0
commit 10dc5c0
Showing
5 changed files
with
137 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
## Changelog | ||
|
||
0.1.0 | ||
0.2.1 | ||
----- | ||
* First initial beta release. | ||
* Added `GetSyslogMsgDetails` function to compute the syslog facility and severity when used as syslog receiver (when `enable_syslog_format_only` set to `true`) | ||
* UDP connection is now properly closed when process is stoped. | ||
* Fixed issue where 0 byte length message was being processed upon closing of the UDP connection. | ||
|
||
0.2.0 | ||
----- | ||
* Added configuration option `json_document_type_schema` which gives ability to optionally enable and enforce a JSON schema validation for JSON format messages. | ||
* Added option `enable_syslog_format_only`, which gives the ability to run process in a mode that only accepts syslog type messages. This could be used as a logging replacement for processes that log to local syslog address. | ||
|
||
0.1.0 | ||
----- | ||
* First initial beta release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters