Skip to content

Releases: nightfallai/nightfall-python-sdk

1.4.1

Choose a tag to compare

@martinmr martinmr released this 19 Jul 21:28
00a5ec8

What's Changed

Full Changelog: 1.4.0...1.4.1

1.4.0

Choose a tag to compare

@evanfuller evanfuller released this 01 Mar 22:46
1cb3ad3

What's Changed

New Contributors

Full Changelog: 1.3.0...1.4.0

Add support for default_redaction_configs

Choose a tag to compare

@Dhertz Dhertz released this 06 Jan 00:20
dee576a
Merge pull request #30 from nightfallai/bump-1.3.0

bump to 1.3.0

Add request_metadata field to scan_file requests

Choose a tag to compare

@Dhertz Dhertz released this 07 Dec 21:49
beffdbb
  • 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

Choose a tag to compare

@Dhertz Dhertz released this 29 Nov 18:31
8226bad
  • Add CONTRIBUTING, CODEOWNERS and update README
  • Update User-Agent header

Update validate_webhook and add context bytes

Choose a tag to compare

@Dhertz Dhertz released this 23 Nov 01:16
7b03ca8
  • [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

Choose a tag to compare

@Dhertz Dhertz released this 02 Nov 17:03
bbdf60a
  • Bugfix: fix classifier on module.

Send detection rule name in request

Choose a tag to compare

@Dhertz Dhertz released this 02 Nov 16:47
7946c96
  • Bugfix to send detection rule name in request

Update documentation link in README

Choose a tag to compare

@Dhertz Dhertz released this 01 Nov 23:34
a9004f8

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

Update to Nightfall v3 API

Choose a tag to compare

@Dhertz Dhertz released this 01 Nov 22:44
79fd4db

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.