All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Released 2024-10-08
Released 2024-02-14
-
feat: enable compression by default #87
-
feat: log warning if
log_key
does not exist in log #86 -
fix: fix how
compress
configuration flag works #90In
v1.8.0
, settingcompress
flag to eithertrue
orfalse
caused compression to be enabled. This is now fixed.
1.8.0 (2022-04-22)
- feat: add exponential backoff for sending data #76
- feat(max_request_size): add max_request_size to limit size of requests #78
1.7.5 (2022-04-11)
- refactor: add a debug log on sending #75
1.7.4 (2021-04-08)
- fix: handle receiver warning messages #73
1.7.3 (2021-10-19)
1.7.2 (2020-11-23)
- Fix configuration for older fluentd versions #63
1.7.1 (2020-04-28)
- Fix configuration for older fluentd versions #63
1.7.0 (2020-04-23)
- Add option for specifing custom fields for logs: #56
- Add option for specifing custom dimensions for metrics: #57
- Add support for compression: #58
1.5.0 (2019-06-26)
- Add support for new log format fields: #49
1.4.1 (2019-03-13)
- Add option for sending metrics in Prometheus format #39
- Use the build-in extract_placeholders method for header expanding #40
NOTE: there is a breaking change in the placeholders: tag_parts[n]
is replaced by tag[n]
#47
1.4.0 (2019-01-16)
1.3.2 (2018-12-05)
- Fix verify SSL bug
1.3.1 (2018-08-30)
- add support for multi worker
- if
record[@log_key]
is json, parse it as JSON and not as string.
- Add support for sending metrics.
- Upgrade to 0.14 API, send with ms precision
- Switch to httpclient
- Fix missing variable and improve config example
- Fix 0.0.5
- Initial Release