This release comes with lots of new features! These include:
- Adds support for scheduled rules and queries! - Adds support for publishing your own Panther packs (pending a future version of Panther for backend support) - Adds a new `--ignore-extra-keys` flag to skip validation of extraneous keys in your schemas (in case you want to add your own meta data!)
0.4.5
Not secure
This release contains two bug fixes:
- Implements `contains` for test events - Correctly includes data models when applying filters
0.4.4
Not secure
This is a small release to address a bug with how globals are loaded. Previously, if a single global failed to load (due to for example invalid python) it would stop loading any further globals. Now we continue loading each valid global, and output a list of invalid globals at the end.
0.4.3
Not secure
This version slightly changes how test cases are modeled by the CLI tool to more closely match how they are implemented by the Panther backend. This allows us to take advantage of some more advanced python functionality that previously was supported in Panther but not from the CLI tool.