Skip to content

Releases: nightfallai/nightfall-java-sdk

v1.2.3-beta-1

12 Dec 19:31
657aa2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3-beta-1

v1.2.2

07 Dec 02:52
8488814
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

21 Apr 01:09
29ca196
Compare
Choose a tag to compare

Highlights

Fixes a bug in webhook signature validation.

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

23 Feb 18:17
6384a11
Compare
Choose a tag to compare

Highlights

  • Adds support for alert fan out in plaintext and file scanning APIs
  • Add commit hash to location response object
  • Add row and column range to location response object
  • Fixes a bug in plaintext scanning introduced in v1.1.0.

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

03 Feb 00:32
1db7d8c
Compare
Choose a tag to compare

Breaking Changes

Prior to this release, there was a misconfiguration in the JSON deserialization configurations in the NightfallClient. As a result, all v1.0.x releases of the SDK are now unusable; upgrading to this release resolves the issue and allows for backwards compatibility in the future.

What's Changed

New Contributors

Full Changelog: v1.0.5...v1.1.0

v1.0.5

25 Jan 21:59
4781cd4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

05 Jan 00:37
96a9c81
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

01 Dec 16:25
e75904a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

Add User-Agent header to HTTP requests

18 Nov 00:51
07051ed
Compare
Choose a tag to compare
v1.0.2

Add User-Agent header to HTTP requests (#24)

Rename scan to scanText

01 Nov 23:35
18a01a3
Compare
Choose a tag to compare

For consistency across releases.