Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 1.9.0 #92

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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