Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Latest commit

 

History

History
38 lines (27 loc) · 1008 Bytes

CHANGELOG.md

File metadata and controls

38 lines (27 loc) · 1008 Bytes

Changelog

0.1.10

  • Add custom formatter support

0.1.9

  • accept array request body

0.1.8

  • Add verify ssl option
  • Restrict ruby version to more than 2.1.0

0.1.7

  • Specify http status codes with witch this plugin does not raise error

0.1.5

  • Add headers directive
  • Add use_ssl directive

0.1.4

  • #11 Updated Fluentd dependency to: [">= 0.10.0", "< 2"]
  • #10 password is now marked as a secret option

0.1.3

  • Added a new configuration option: raise_on_error (default: true)
    • In order to let the plugin raise exceptions like it did in 0.1.1: keep using your configuration as-is
    • In order to suppress all exceptions: add raise_on_error false to your configuration

0.1.2

  • #6 Catch all StandardErrors during HTTP request to prevent td-agent from freezing

0.1.1

  • #2 Use yajl instead of json as json serializer
  • #1 Fix a bug where a nil HTTP response caused the plugin to stop working

0.1.0

  • Initial release