Releases: nightfallai/nightfall-python-sdk
Releases · nightfallai/nightfall-python-sdk
1.4.1
1.4.0
What's Changed
- Add commit hash to finding. by @martinmr in #31
- Add policyUUIDs to text scan endpoint by @evanfuller in #32
- correct uuid key by @Dhertz in #33
- Add support for AlertConfig by @evanfuller in #34
- Fix detection rules in README example. by @galennightfall in #37
- Add row_range and column_range by @galennightfall in #35
- Update detector name in test by @galennightfall in #38
- Doctest README.md examples by @galennightfall in #39
- Stage for 1.4.0 release by @evanfuller in #36
New Contributors
- @martinmr made their first contribution in #31
- @evanfuller made their first contribution in #32
- @galennightfall made their first contribution in #37
Full Changelog: 1.3.0...1.4.0
Add support for default_redaction_configs
Merge pull request #30 from nightfallai/bump-1.3.0 bump to 1.3.0
Add request_metadata field to scan_file requests
- Added automated retry on 429 responses from the Nightfall Developer Platform
- Added optional
request_metadata
field to file scanning requests - Fixed file scanning requests for binary files
Update Documentation
- Add CONTRIBUTING, CODEOWNERS and update README
- Update User-Agent header
Update validate_webhook and add context bytes
- [BACKWARDS INCOMPATIBLE]
validate_webhook
returns False instead of
throwing an exception if the request is invalid - Added optional context byte setting to scan_text
- Updated Docutils to 0.18
Fix classifier for PyPi
- Bugfix: fix classifier on module.
Send detection rule name in request
- Bugfix to send detection rule name in request
Update documentation link in README
This is an odd release number to get GitHub Actions to run, the released package is 1.0.1
Update to Nightfall v3 API
Update to Nightfall v3 API
- Revised to use Nightfall v3 API.
- Add in file scanning functionality.
Warning
This is a breaking change compared to all versions before it, using Nightfall's new APIs and adding in file scanning. Please check the new methods provided to migrate from the older API.