File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.10.0]
9+
10+ Released 2024-10-08
11+
12+ - feat: make receive_timeout configurable [ #96 ] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/96 )
13+ - chore: add arm support to vagrant [ #95 ] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/95 )
14+
15+ [ 1.10.0 ] : https://github.com/SumoLogic/fluentd-output-sumologic/releases/1.10.0
16+
817## [ 1.9.0]
918
1019Released 2024-02-14
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
55Gem ::Specification . new do |gem |
66 gem . name = "fluent-plugin-sumologic_output"
7- gem . version = "1.9 .0"
7+ gem . version = "1.10 .0"
88 gem . authors = [ "Steven Adams" , "Frank Reno" ]
99 gem . email = [ "stevezau@gmail.com" , "frank.reno@me.com" ]
1010 gem . description = %q{Output plugin to SumoLogic HTTP Endpoint}
You can’t perform that action at this time.
0 commit comments