Skip to content

Releases: GoogleCloudPlatform/fluent-plugin-detect-exceptions

0.0.14

07 Sep 18:20
20aba61
Compare
Choose a tag to compare
  • Bump version to 0.0.14 (#89)
  • Adding new optional parameter force_line_breaks. (#69)
  • Require "remove_tag_prefix" to be specified in configs. (#78)

0.0.13

04 Nov 17:15
a32c00c
Compare
Choose a tag to compare
  • Bump version to 0.0.13. (#65)
  • Support nested C# exceptions (#58)
  • Add parsing rules, and a test case, for "Go panicing in a http handler". (#49)

v0.0.12

07 Feb 20:53
69d95d2
Compare
Choose a tag to compare
  • Fix documentation example. (#37)
  • Add documentation for new language support implication. (#47)
  • Allow multiple start states for a rule. Support nested Java exceptions. Handle Java logback. (#52)
  • Bump gem version to v0.0.12. (#53)

v0.0.11

23 Apr 23:03
416a022
Compare
Choose a tag to compare
  • Fix file permissions in the gem. (#35)
  • Change gem ownership to the Stackdriver Agents team alias. (#36)

v0.0.10

12 Apr 20:11
Compare
Choose a tag to compare

Add exception rules for Dart language. (#30)

v0.0.9

19 Jan 18:56
Compare
Choose a tag to compare
  • Fix Rubocop warning about line too long. (#22)
  • Add Travis yml to enable pre-merge checks in GitHub. (#23)
  • Remove fluentd v0.x version pin to allow v1.0. (#24)

v0.0.8

25 Oct 22:52
Compare
Choose a tag to compare

Fix multiple issues with Go panic captures (#18)

  • Capture would stop at "created by function" lines.
  • Capture was expecting two blank lines between goroutines, whereas goroutines only have one blank line between them.
  • Capture would stop when given a panic started by a signal (like a nil panic).
  • Frame matching was only checking for an identifier character followed by an opening paren. Updated to be more precise.
  • The substring "panic:" could start a Go capture even in the middle of a word.

v0.0.7

02 Oct 19:55
Compare
Choose a tag to compare
  • Fix based on new test cases to resolve multi line captures of nested tracebacks. (#15)

v0.0.6

17 Sep 21:29
Compare
Choose a tag to compare
  • Enhance java unit test. (#13)
  • Add support for rails traces. (#17)

v0.0.5

31 May 16:50
Compare
Choose a tag to compare
  • Introduce new parameter max_bytes to limit the size of the buffer. (#1)
  • Add support for default PHP exception stack format (#4)
  • Add a parameter for identifying log streams that shall be processed independently (#5)