Skip to content

Releases: podmortem/log-parser

v1.0.3

09 Aug 16:15
cadd847

Choose a tag to compare

v1.0.2

08 Aug 14:36
1f6117c

Choose a tag to compare

What's Changed

  • chore(deps): bump softprops/action-gh-release from 1 to 2 in the github-actions-dependencies group by @dependabot[bot] in #26
  • chore(deps): bump the maven-dependencies group with 2 updates by @dependabot[bot] in #27
  • chore(deps): bump the maven-dependencies group with 2 updates by @dependabot[bot] in #28

Full Changelog: v1.0.1...v1.0.2

v1.0.1

29 Jul 23:34
360f7aa

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

28 Jul 20:30
4d3d16e

Choose a tag to compare

What's Changed

  • Start the API with the /parse endpint. Add patern matching and scoring. by @calebevans in #4
  • chore(deps): bump the maven-dependencies group with 3 updates by @dependabot[bot] in #5
  • chore(deps): bump the maven-dependencies group across 1 directory with 3 updates by @dependabot[bot] in #8
  • chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.45.0 to 2.46.1 in the maven-dependencies group by @dependabot[bot] in #9
  • Fix severity multipliers and remove score cap by @calebevans in #16
  • Add exponential decay score based on proximity to secondary patterns by @calebevans in #17
  • Add temporal analysis using sequence patterns by @calebevans in #18
  • Add keyword weighting for context by @calebevans in #19
  • Add frequency penalty and complete the final calculation by @calebevans in #20
  • chore(deps): bump the maven-dependencies group with 2 updates by @dependabot[bot] in #22
  • Simplify the context analysis and add a bonus/penalty for chronilogical order of events. by @calebevans in #24

New Contributors

Full Changelog: https://github.com/podmortem/log-parser/commits/v1.0.0