Releases: GoogleCloudPlatform/fluent-plugin-detect-exceptions
Releases · GoogleCloudPlatform/fluent-plugin-detect-exceptions
0.0.16
25 Nov 16:43
Compare
Sorry, something went wrong.
No results found
0.0.15
10 Jul 06:17
Compare
Sorry, something went wrong.
No results found
Bump rubocop version to 1.48.1. Also bump gem version to 0.0.15. (#101 )
[Internal] Switch to GitHub Actions and test on newer Ruby versions. (#90 )
Note: actual release date was Mar 21, 2023
0.0.14
07 Sep 18:20
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Add exception rules for Dart language. (#30 )
v0.0.9
19 Jan 18:56
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix based on new test cases to resolve multi line captures of nested tracebacks. (#15 )