Skip to content

Commit 30aae18

Browse files
chore: release 1.9.0 (#92)
1 parent ae0d60e commit 30aae18

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

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

5+
## [1.9.0]
6+
7+
Released 2024-02-14
8+
9+
- feat: enable compression by default [#87](https://github.com/SumoLogic/fluentd-output-sumologic/pull/87)
10+
- feat: log warning if `log_key` does not exist in log [#86](https://github.com/SumoLogic/fluentd-output-sumologic/pull/86)
11+
- fix: fix how `compress` configuration flag works [#90](https://github.com/SumoLogic/fluentd-output-sumologic/pull/90)
12+
13+
In `v1.8.0`, setting `compress` flag to either `true` or `false` caused compression to be enabled.
14+
This is now fixed.
15+
16+
[1.9.0]: https://github.com/SumoLogic/fluentd-output-sumologic/releases/1.9.0
17+
518
<a name="1.8.0"></a>
619
# [1.8.0] (2022-04-22)
720

fluent-plugin-sumologic_output.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 |gem|
66
gem.name = "fluent-plugin-sumologic_output"
7-
gem.version = "1.8.0"
7+
gem.version = "1.9.0"
88
gem.authors = ["Steven Adams", "Frank Reno"]
99
1010
gem.description = %q{Output plugin to SumoLogic HTTP Endpoint}

0 commit comments

Comments
 (0)