Releases: GoogleCloudPlatform/fluent-plugin-detect-exceptions
Releases · GoogleCloudPlatform/fluent-plugin-detect-exceptions
0.0.15
- 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
- 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
- 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
- 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
- Fix file permissions in the gem. (#35)
- Change gem ownership to the Stackdriver Agents team alias. (#36)
v0.0.10
Add exception rules for Dart language. (#30)
v0.0.9
- 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
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
- Fix based on new test cases to resolve multi line captures of nested tracebacks. (#15)