Skip to content

Commit 29a2d0e

Browse files
committed
v0.9.0
Signed-off-by: Takuro Ashie <[email protected]>
1 parent e233b60 commit 29a2d0e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release v0.9.0 - 2024/08/02
2+
* in_windows_eventlog2: Enable expanding user names from SID and add `preserve_sid_on_hash` option
3+
* in_windows_eventlog2: Add Delimiter and Casing options for parsing
4+
* in_windows_eventlog2: Not to load WinevtXMLparser by default
5+
* in_windows_eventlog2: Make it possible to work without Nokogiri
6+
17
# Release v0.8.3 - 2023/01/19
28
* Permit using nokogiri 1.14.0
39

fluent-plugin-winevtlog.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::Specification.new do |spec|
66
spec.name = "fluent-plugin-windows-eventlog"
7-
spec.version = "0.8.3"
7+
spec.version = "0.9.0"
88
spec.authors = ["okahashi117", "Hiroshi Hatake", "Masahiro Nakagawa"]
99
1010
spec.summary = %q{Fluentd Input plugin to read windows event log.}

0 commit comments

Comments
 (0)