Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <[email protected]>
  • Loading branch information
ashie committed Aug 2, 2024
1 parent e233b60 commit 29a2d0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Release v0.9.0 - 2024/08/02
* in_windows_eventlog2: Enable expanding user names from SID and add `preserve_sid_on_hash` option
* in_windows_eventlog2: Add Delimiter and Casing options for parsing
* in_windows_eventlog2: Not to load WinevtXMLparser by default
* in_windows_eventlog2: Make it possible to work without Nokogiri

# Release v0.8.3 - 2023/01/19
* Permit using nokogiri 1.14.0

Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-winevtlog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "fluent-plugin-windows-eventlog"
spec.version = "0.8.3"
spec.version = "0.9.0"
spec.authors = ["okahashi117", "Hiroshi Hatake", "Masahiro Nakagawa"]
spec.email = ["[email protected]", "[email protected]", "[email protected]"]
spec.summary = %q{Fluentd Input plugin to read windows event log.}
Expand Down

0 comments on commit 29a2d0e

Please sign in to comment.