Skip to content

Latest commit

 

History

History
161 lines (88 loc) · 6.02 KB

CHANGELOG.md

File metadata and controls

161 lines (88 loc) · 6.02 KB

Changelog

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

  • feat: make receive_timeout configurable #96
  • chore: add arm support to vagrant #95

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 #90

    In v1.8.0, setting compress flag to either true or false 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)

  • Expose httpclient send_timeout #66
  • Fix json parsing #69

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)

1.3.0 (2018-08-08)

1.2.0 (2018-07-18)

  • add support for multi worker

1.1.1 (2018-07-12)

  • if record[@log_key] is json, parse it as JSON and not as string.

1.1.0 (2018-06-29)

  • Add support for sending metrics.

1.0.3 (2018-05-07)

1.0.2 (2018-04-09)

1.0.1 (2017-12-19)

1.0.0 (2017-11-06)

0.0.7 (2017-10-26)

0.0.6 (2017-08-23)

  • Fix 0.0.5

0.0.5 (2017-08-18)

0.0.4 (2017-07-05)

0.0.3 (2016-12-10)

  • Initial Release