Skip to content

Commit

Permalink
chore: release 1.9.0 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel authored Feb 14, 2024
1 parent ae0d60e commit 30aae18
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. Tracking did not begin until version 1.10.

## [1.9.0]

Released 2024-02-14

- feat: enable compression by default [#87](https://github.com/SumoLogic/fluentd-output-sumologic/pull/87)
- feat: log warning if `log_key` does not exist in log [#86](https://github.com/SumoLogic/fluentd-output-sumologic/pull/86)
- fix: fix how `compress` configuration flag works [#90](https://github.com/SumoLogic/fluentd-output-sumologic/pull/90)

In `v1.8.0`, setting `compress` flag to either `true` or `false` caused compression to be enabled.
This is now fixed.

[1.9.0]: https://github.com/SumoLogic/fluentd-output-sumologic/releases/1.9.0

<a name="1.8.0"></a>
# [1.8.0] (2022-04-22)

Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-sumologic_output.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 |gem|
gem.name = "fluent-plugin-sumologic_output"
gem.version = "1.8.0"
gem.version = "1.9.0"
gem.authors = ["Steven Adams", "Frank Reno"]
gem.email = ["[email protected]", "[email protected]"]
gem.description = %q{Output plugin to SumoLogic HTTP Endpoint}
Expand Down

0 comments on commit 30aae18

Please sign in to comment.