1- # Change Log
1+ # Changelog
22
3- All notable changes to this project will be documented in this file. Tracking did not begin until version 1.10.
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
47
58## [ 1.9.0]
69
@@ -15,131 +18,135 @@ Released 2024-02-14
1518
1619[ 1.9.0 ] : https://github.com/SumoLogic/fluentd-output-sumologic/releases/1.9.0
1720
18- <a name =" 1.8.0 " ></a >
19- # [ 1.8.0] (2022-04-22)
21+ ## [ 1.8.0] (2022-04-22)
2022
2123- feat: add exponential backoff for sending data [ #76 ] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/76 )
2224- feat(max_request_size): add max_request_size to limit size of requests [ #78 ] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/78 )
2325
24- <a name =" 1.7.5 " ></a >
25- # [ 1.7.5] (2022-04-11)
26+ [ 1.8.0 ] : https://github.com/SumoLogic/fluentd-output-sumologic/releases/1.8.0
27+
28+ ## [ 1.7.5] (2022-04-11)
2629
2730- refactor: add a debug log on sending [ #75 ] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/75 )
2831
29- <a name =" 1.7.4 " ></a >
30- # [ 1.7.4] (2021-04-08)
32+ [ 1.7.5 ] : https://github.com/SumoLogic/fluentd-output-sumologic/releases/1.7.5
33+
34+ ## [ 1.7.4] (2021-04-08)
3135
3236- fix: handle receiver warning messages [ #73 ] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/73 )
3337
34- <a name =" 1.7.3 " ></a >
35- # [ 1.7.3] (2021-10-19)
38+ [ 1.7.4 ] : https://github.com/SumoLogic/fluentd-output-sumologic/releases/1.7.4
39+
40+ ## [ 1.7.3] (2021-10-19)
41+
3642- Expose httpclient send_timeout [ #66 ] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/68 )
3743- Fix json parsing [ #69 ] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/69 )
3844
39- <a name =" 1.7.2 " ></a >
40- # [ 1.7.2] (2020-11-23)
45+ [ 1.7.3 ] : https://github.com/SumoLogic/fluentd-output-sumologic/releases/1.7.3
46+
47+ ## [ 1.7.2] (2020-11-23)
48+
4149- Fix configuration for older fluentd versions [ #63 ] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/63 )
4250
43- <a name =" 1.7.1 " ></a >
44- # [ 1.7.1] (2020-04-28)
51+ [ 1.7.2 ] : https://github.com/SumoLogic/fluentd-output-sumologic/releases/1.7.2
52+
53+ ## [ 1.7.1] (2020-04-28)
54+
4555- Fix configuration for older fluentd versions [ #63 ] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/63 )
4656
47- <a name =" 1.7.0 " ></a >
48- # [ 1.7.0] (2020-04-23)
57+ [ 1.7.1 ] : https://github.com/SumoLogic/fluentd-output-sumologic/releases/1.7.1
58+
59+ ## [ 1.7.0] (2020-04-23)
60+
4961- Add option for specifing custom fields for logs: [ #56 ] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/56 )
5062- Add option for specifing custom dimensions for metrics: [ #57 ] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/57 )
5163- Add support for compression: [ #58 ] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/58 )
5264
53- <a name =" 1.5.0 " ></a >
54- # [ 1.5.0] (2019-06-26)
65+ [ 1.7.0 ] : https://github.com/SumoLogic/fluentd-output-sumologic/releases/1.7.0
66+
67+ ## [ 1.5.0] (2019-06-26)
68+
5569- Add support for new log format fields: [ #49 ] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/49 )
5670
57- <a name =" 1.4.1 " ></a >
58- # [ 1.4.1] (2019-03-13)
71+ [ 1.5.0 ] : https://github.com/SumoLogic/fluentd-output-sumologic/releases/1.5.0
72+
73+ ## [ 1.4.1] (2019-03-13)
5974
6075- Add option for sending metrics in Prometheus format [ #39 ] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/39 )
6176- Use the build-in extract_placeholders method for header expanding [ #40 ] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/40 )
6277
6378__ NOTE:__ there is a breaking change in the placeholders: ` tag_parts[n] ` is replaced by ` tag[n] ` [ #47 ] ( https://github.com/SumoLogic/fluentd-output-sumologic/issues/47 )
6479
65- <a name =" 1.4.0 " ></a >
66- # [ 1.4.0] (2019-01-16)
80+ [ 1.4.1 ] : https://github.com/SumoLogic/fluentd-output-sumologic/releases/1.4.1
81+
82+ ## [ 1.4.0] (2019-01-16)
83+
84+ - [ Add timestamp_key, prefer log message when merging] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/37 )
85+
86+ [ 1.4.0 ] : https://github.com/SumoLogic/fluentd-output-sumologic/releases/tag/1.4.0
87+
88+ ## [ 1.3.2] (2018-12-05)
6789
68- * [ Add timestamp_key, prefer log message when merging ] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/37 )
90+ - Fix verify SSL bug
6991
70- <a name =" 1.3.2 " ></a >
71- # [ 1.3.2] (2018-12-05)
92+ [ 1.3.2 ] : https://github.com/SumoLogic/fluentd-output-sumologic/releases/tag/1.3.2
7293
73- * Fix verify SSL bug
94+ ## [ 1.3.1 ] (2018-08-30)
7495
75- <a name =" 1.3.1 " ></a >
76- # [ 1.3.1] (2018-08-30)
96+ - [ Sumo Logic endpoint is a secret] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/32 )
7797
78- * [ Sumo Logic endpoint is a secret ] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/32 )
98+ [ 1.3.1 ] : https://github.com/SumoLogic/fluentd-output-sumologic/releases/tag/1.3.1
7999
80- <a name =" 1.3.0 " ></a >
81- # [ 1.3.0] (2018-08-08)
100+ ## 1.3.0 (2018-08-08)
82101
83- <a name =" 1.2.0 " ></a >
84- # [ 1.2.0] (2018-07-18)
102+ ## 1.2.0 (2018-07-18)
85103
86- * add support for multi worker
104+ - add support for multi worker
87105
88- <a name =" 1.1.1 " ></a >
89- # [ 1.1.1] (2018-07-12)
106+ ## 1.1.1 (2018-07-12)
90107
91- * if ` record[@log_key] ` is json, parse it as JSON and not as string.
108+ - if ` record[@log_key] ` is json, parse it as JSON and not as string.
92109
93- <a name =" 1.1.0 " ></a >
94- # [ 1.1.0] (2018-06-29)
110+ ## 1.1.0 (2018-06-29)
95111
96- * Add support for sending metrics.
112+ - Add support for sending metrics.
97113
98- <a name =" 1.0.3 " ></a >
99- # [ 1.0.3] (2018-05-07)
114+ ## 1.0.3 (2018-05-07)
100115
101- * [ Fix #26 -- Don't chomp if the message is not chomp-able] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/29 )
116+ - [ Fix #26 -- Don't chomp if the message is not chomp-able] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/29 )
102117
103- <a name =" 1.0.2 " ></a >
104- # [ 1.0.2] (2018-04-09)
118+ ## 1.0.2 (2018-04-09)
105119
106- * [ add option to turn off adding timestamp to logs] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/27 )
120+ - [ add option to turn off adding timestamp to logs] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/27 )
107121
108- <a name =" 1.0.1 " ></a >
109- # [ 1.0.1] (2017-12-19)
122+ ## 1.0.1 (2017-12-19)
110123
111- * [ Add client header for fluentd output] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/22 )
124+ - [ Add client header for fluentd output] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/22 )
112125
113- <a name =" 1.0.0 " ></a >
114- # [ 1.0.0] (2017-11-06)
126+ ## 1.0.0 (2017-11-06)
115127
116- * [ Upgrade to 0.14 API, send with ms precision] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/12 )
117- * [ Switch to httpclient] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/16 )
118- * [ Fix missing variable and improve config example] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/17 )
128+ - [ Upgrade to 0.14 API, send with ms precision] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/12 )
129+ - [ Switch to httpclient] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/16 )
130+ - [ Fix missing variable and improve config example] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/17 )
119131
120- <a name =" 0.0.7 " ></a >
121- # [ 0.0.7] (2017-10-26)
132+ ## 0.0.7 (2017-10-26)
122133
123- * [ Expand parameters in the output configuration] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/14 )
124- * [ add open_timeout option] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/15 )
134+ - [ Expand parameters in the output configuration] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/14 )
135+ - [ add open_timeout option] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/15 )
125136
126- <a name =" 0.0.6 " ></a >
127- # [ 0.0.6] (2017-08-23)
137+ ## 0.0.6 (2017-08-23)
128138
129- * Fix 0.0.5
139+ - Fix 0.0.5
130140
131- <a name =" 0.0.5 " ></a >
132- # [ 0.0.5] (2017-08-18)
141+ ## 0.0.5 (2017-08-18)
133142
134- * [ Ignore garbage records. Fix inspired by other plugins] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/7 )
135- * [ Extract the source_name from FluentD's buffer] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/8 )
143+ - [ Ignore garbage records. Fix inspired by other plugins] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/7 )
144+ - [ Extract the source_name from FluentD's buffer] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/8 )
136145
137- <a name =" 0.0.4 " ></a >
138- # [ 0.0.4] (2017-07-05)
146+ ## 0.0.4 (2017-07-05)
139147
140- * [ Raise an exception for all non HTTP Success response codes] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/5 )
148+ - [ Raise an exception for all non HTTP Success response codes] ( https://github.com/SumoLogic/fluentd-output-sumologic/pull/5 )
141149
142- <a name =" 0.0.3 " ></a >
143- # [ 0.0.3] (2016-12-10)
150+ ## 0.0.3 (2016-12-10)
144151
145- * Initial Release
152+ - Initial Release
0 commit comments