Skip to content

v1.8.1

Latest
Compare
Choose a tag to compare
@baldawar baldawar released this 01 Nov 20:01
· 2 commits to main since this release
4c883d7

What's Changed

  • Optimization: removed level of indirection for SubRuleContext. by @svladykin in #173
  • Add ByteMatch hashCode() to reduce transitions object count. by @baldawar in #199
  • Minor updates to ComparableNumbers based on PR feedback. by @baldawar in #190
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.3 to 4.8.6.4 by @dependabot in #189
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 by @dependabot in #192
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.18.0 by @dependabot in #191
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in #194
  • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to 3.6.0 by @dependabot in #198
  • Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0 by @dependabot in #197
  • Bump ch.randelshofer:fastdoubleparser from 1.0.1 to 2.0.0 by @dependabot in #196
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4 to 4.8.6.5 by @dependabot in #195

Full Changelog: v1.8.0...v1.8.1

Maven

This version is also available via Maven https://central.sonatype.com/artifact/software.amazon.event.ruler/event-ruler/1.8.0

<dependency>
    <groupId>software.amazon.event.ruler</groupId>
    <artifactId>event-ruler</artifactId>
    <version>1.8.1</version>
</dependency>