Event-ruler

Latest version: v0.3.0

Safety actively analyzes 623704 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.7.0

What's Changed
* Cidr bug fixes by jonessha in https://github.com/aws/event-ruler/pull/131


**Full Changelog**: https://github.com/aws/event-ruler/compare/v1.6.0...v1.7.0

Maven

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



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

1.6.0

What's Changed
* Fix section titles on README.md by rogeriosy in https://github.com/aws/event-ruler/pull/122
* Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1 by dependabot in https://github.com/aws/event-ruler/pull/123
* Adding details to README about limiting machine complexity by jonessha in https://github.com/aws/event-ruler/pull/124
* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by dependabot in https://github.com/aws/event-ruler/pull/128
* Adding optional Configuration to Machine that can be used to enable a… by jonessha in https://github.com/aws/event-ruler/pull/125


**Full Changelog**: https://github.com/aws/event-ruler/compare/v1.5.0...v1.6.0

Maven

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



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

1.5.0

What's Changed
* Surfacing wildcard parse exceptions during JSON rule compilation time… by jonessha in https://github.com/aws/event-ruler/pull/115
* Fixing configuration for publishing to maven. by baldawar in https://github.com/aws/event-ruler/pull/116
* Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.15.3 by dependabot in https://github.com/aws/event-ruler/pull/117
* Support for prefix/equals-ignore-case and suffix/equals-ignore-case by rogeriosy in https://github.com/aws/event-ruler/pull/121

New Contributors
* rogeriosy made their first contribution in https://github.com/aws/event-ruler/pull/121

**Full Changelog**: https://github.com/aws/event-ruler/compare/v1.4.0...v1.5.0

Maven

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



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

1.4.0

This version of ruler brings huge memory improvements courtesy jonessha along with a rough way to calculate rule-machine size.

What's Changed

* Optimize CI workflow by embano1 in https://github.com/aws/event-ruler/pull/95
* Update typo in README.md by jaymmodi in https://github.com/aws/event-ruler/pull/99
* Exponential memory improvement by re-using NameState across multiple patterns by jonessha in https://github.com/aws/event-ruler/pull/88
* Fixing shortcut expansion bug caused by equality comparison between InputByte and InputMultiByteSet by jonessha in https://github.com/aws/event-ruler/pull/101
* Performance improvements on the addPattern code path. Avoiding lots of unnecessary Set creations. by jonessha in https://github.com/aws/event-ruler/pull/104
* Bringing Ruler packages back in sync by baldawar in https://github.com/aws/event-ruler/pull/114
----
* Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by dependabot in https://github.com/aws/event-ruler/pull/94
* Bump maven-source-plugin from 3.2.1 to 3.3.0 by dependabot in https://github.com/aws/event-ruler/pull/98
* Bump jackson-databind from 2.15.0 to 2.15.1 by dependabot in https://github.com/aws/event-ruler/pull/97
* Bump maven-checkstyle-plugin from 3.2.2 to 3.3.0 by dependabot in https://github.com/aws/event-ruler/pull/102
* Bump jackson-databind from 2.15.1 to 2.15.2 by dependabot in https://github.com/aws/event-ruler/pull/103
* Bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 by dependabot in https://github.com/aws/event-ruler/pull/106
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/aws/event-ruler/pull/111
* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by dependabot in https://github.com/aws/event-ruler/pull/112
* Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.5 to 4.7.3.6 by dependabot in https://github.com/aws/event-ruler/pull/113

New Contributors
* jaymmodi made their first contribution in https://github.com/aws/event-ruler/pull/99

**Full Changelog**: https://github.com/aws/event-ruler/compare/v1.2.2...v1.4.0

1.2.2

What's Changed
* Bump spotbugs-maven-plugin from 4.7.3.3 to 4.7.3.4 by dependabot in https://github.com/aws/event-ruler/pull/85
* fix: Optimize CI action by embano1 in https://github.com/aws/event-ruler/pull/92
* Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2 by dependabot in https://github.com/aws/event-ruler/pull/86
* Fixing CIDR matching to use floor of provided range by jonessha in https://github.com/aws/event-ruler/pull/89
* Adding transitionStore optimization back to ByteState by jonessha in https://github.com/aws/event-ruler/pull/90
* Fixing the bump up for Jackson Databind from 2.14.2 to 2.15.0 by baldawar in https://github.com/aws/event-ruler/pull/93

New Contributors
* embano1 made their first contribution in https://github.com/aws/event-ruler/pull/92

**Full Changelog**: https://github.com/aws/event-ruler/compare/v1.2.1...v1.2.2

Maven

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



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

1.2.1

What's Changed
* Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by dependabot in https://github.com/aws/event-ruler/pull/76
* Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by dependabot in https://github.com/aws/event-ruler/pull/78
* Bump spotbugs-maven-plugin from 4.7.3.0 to 4.7.3.2 by dependabot in https://github.com/aws/event-ruler/pull/77
* Calc size by baldawar in https://github.com/aws/event-ruler/pull/79
* Making deletePatternRule a public method. by baldawar in https://github.com/aws/event-ruler/pull/80
* Bump spotbugs-maven-plugin from 4.7.3.2 to 4.7.3.3 by dependabot in https://github.com/aws/event-ruler/pull/81
* Add a new SuffixParser to handle UTF-8 chracters with more than one byte by baldawar in https://github.com/aws/event-ruler/pull/82


**Full Changelog**: https://github.com/aws/event-ruler/compare/v1.2.0...v1.2.1

Maven

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



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

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.