Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
event-ruler-1.8.0.jar | 2024-09-19 | 160.5 kB | |
event-ruler-1.8.0-sources.jar | 2024-09-19 | 111.4 kB | |
event-ruler-1.8.0.pom | 2024-09-19 | 10.3 kB | |
event-ruler-1.8.0-javadoc.jar | 2024-09-19 | 296.4 kB | |
README.md | 2024-09-19 | 2.1 kB | |
v1.8.0 source code.tar.gz | 2024-09-19 | 44.6 MB | |
v1.8.0 source code.zip | 2024-09-19 | 44.7 MB | |
Totals: 7 Items | 89.8 MB | 0 |
What's Changed
- Improve Numeric matching to support full range of float64 by @baldawar in https://github.com/aws/event-ruler/pull/188
- Improve GenericMachine.Builder Generics by @youngm in https://github.com/aws/event-ruler/pull/175
- JMH Benchmarks added. by @svladykin in https://github.com/aws/event-ruler/pull/178
- Add fastdoubleparser as a dependency instead of using jackson's shaded version by @baldawar in https://github.com/aws/event-ruler/pull/172
- Fix testPatternPermutations within ByteMachingTest by @baldawar in https://github.com/aws/event-ruler/pull/182
- Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.4.0 to 3.5.0 by @dependabot in https://github.com/aws/event-ruler/pull/177
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by @dependabot in https://github.com/aws/event-ruler/pull/176
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in https://github.com/aws/event-ruler/pull/180
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.2 to 4.8.6.3 by @dependabot in https://github.com/aws/event-ruler/pull/183
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 by @dependabot in https://github.com/aws/event-ruler/pull/186
- Bump org.codehaus.mojo:exec-maven-plugin from 3.0.0 to 3.4.1 by @dependabot in https://github.com/aws/event-ruler/pull/185
- Bump ch.randelshofer:fastdoubleparser from 1.0.0 to 1.0.1 by @dependabot in https://github.com/aws/event-ruler/pull/184
New Contributors
- @youngm made their first contribution in https://github.com/aws/event-ruler/pull/175
- @svladykin made their first contribution in https://github.com/aws/event-ruler/pull/178
Full Changelog: https://github.com/aws/event-ruler/compare/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>