Sha256: 6cd756b3cfcc9629ced5fcd5cfd52766f727302bb2e7cbf5b5081b0844fdd3b7

Contents?: true

Size: 768 Bytes

Versions: 5

Compression:

Stored size: 768 Bytes

Contents

# Changelog

## 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](https://github.com/fluent/fluentd/pull/604)

## 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 `StandardError`s 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

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
fluent-plugin-out-http-ext-ignore-ssl-errors-0.0.1 CHANGELOG.md
fluent-plugin-out-http-ext-0.1.7 CHANGELOG.md
fluent-plugin-out-http-ext-0.1.6 CHANGELOG.md
fluent-plugin-out-http-ext-0.1.5.4 CHANGELOG.md
fluent-plugin-out-http-ext-0.1.5.3 CHANGELOG.md