From 5d285d499a181df9b36246fcb79be49e5e04daad Mon Sep 17 00:00:00 2001 From: Dominik Rosiek Date: Fri, 22 Apr 2022 12:05:35 +0200 Subject: [PATCH] chore(changelog): release 1.8.0 Signed-off-by: Dominik Rosiek --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3302e06..5771806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. Tracking did not begin until version 1.10. + +# [1.8.0] (2022-04-22) + +- feat: add exponential backoff for sending data [#76](https://github.com/SumoLogic/fluentd-output-sumologic/pull/76) +- feat(max_request_size): add max_request_size to limit size of requests [#78](https://github.com/SumoLogic/fluentd-output-sumologic/pull/78) + + +# [1.7.5] (2022-04-11) + +- refactor: add a debug log on sending [#75](https://github.com/SumoLogic/fluentd-output-sumologic/pull/75) + + +# [1.7.4] (2021-04-08) + +- fix: handle receiver warning messages [#73](https://github.com/SumoLogic/fluentd-output-sumologic/pull/73) + # [1.7.3] (2021-10-19) - Expose httpclient send_timeout [#66](https://github.com/SumoLogic/fluentd-output-sumologic/pull/68)