Skip to content

Releases: nightfallai/nightfall-python-sdk

1.4.1

19 Jul 21:28
00a5ec8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

1.4.0

01 Mar 22:46
1cb3ad3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.4.0

Add support for default_redaction_configs

06 Jan 00:20
dee576a
Compare
Choose a tag to compare
Merge pull request #30 from nightfallai/bump-1.3.0

bump to 1.3.0

Add request_metadata field to scan_file requests

07 Dec 21:49
beffdbb
Compare
Choose a tag to compare
  • 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

29 Nov 18:31
8226bad
Compare
Choose a tag to compare
  • Add CONTRIBUTING, CODEOWNERS and update README
  • Update User-Agent header

Update validate_webhook and add context bytes

23 Nov 01:16
7b03ca8
Compare
Choose a tag to compare
  • [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

02 Nov 17:03
bbdf60a
Compare
Choose a tag to compare
  • Bugfix: fix classifier on module.

Send detection rule name in request

02 Nov 16:47
7946c96
Compare
Choose a tag to compare
  • Bugfix to send detection rule name in request

Update documentation link in README

01 Nov 23:34
a9004f8
Compare
Choose a tag to compare

This is an odd release number to get GitHub Actions to run, the released package is 1.0.1

Update to Nightfall v3 API

01 Nov 22:44
79fd4db
Compare
Choose a tag to compare

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.