Skip to content

v1.8.0

Latest
Compare
Choose a tag to compare
@baldawar baldawar released this 19 Sep 23:36
· 6 commits to main since this release
1406b64

What's Changed

  • Improve Numeric matching to support full range of float64 by @baldawar in #188
  • Improve GenericMachine.Builder Generics by @youngm in #175
  • JMH Benchmarks added. by @svladykin in #178
  • Add fastdoubleparser as a dependency instead of using jackson's shaded version by @baldawar in #172
  • Fix testPatternPermutations within ByteMachingTest by @baldawar in #182
  • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.4.0 to 3.5.0 by @dependabot in #177
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by @dependabot in #176
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #180
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.2 to 4.8.6.3 by @dependabot in #183
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 by @dependabot in #186
  • Bump org.codehaus.mojo:exec-maven-plugin from 3.0.0 to 3.4.1 by @dependabot in #185
  • Bump ch.randelshofer:fastdoubleparser from 1.0.0 to 1.0.1 by @dependabot in #184

New Contributors

Full Changelog: v1.7.5...v1.8.0

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.0</version>
</dependency>