Skip to content

Tags: scalyr/scalyr-fluentd

Tags

v0.8.18

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update set-up-rubygems-credentials.sh

v0.8.17

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #38 from scalyr/docker

CircleCI workflow fixes

v0.8.16

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update VERSION and CHANGELOG.md for v0.8.16 (#32)

v0.8.15

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Changelog and Version files for 0.8.15 (#30)

v0.8.13

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CircleCI config to also push a `latest` tag (#27)

v0.8.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Correctly handle exceptions when we fail to serialize event attribute…

…s as JSON (#23)

* Fix the plugin to correctly handle the scenarios where serializing a
JSON failed due to a partial unicode sequence or similar.

There were multiple issues with that code, one of them was that we
called value.encoding and only strings have that method available.

Other issue was that we didn't have a correct fallback in case
value.encode failed.

* Improve log message.

* Update comment.

* Make sure we also correctly handle nested objects and correctly sanitize
those as well.

* Update the code to correctly handle all the nested types, fix bad test
which didn't correctly perform a deep copy / clone.

* Move utility code in a separate module, add test cases directly for that
module methods.

* Bump version, add changelog entry.

* Fix typo.

* Run tests in verbose mode so we see which tests run and their timing.

v0.8.11

Version bump and changelog for release

v0.8.10

Update changelog.