Releases: nightfallai/nightfall-java-sdk
Releases · nightfallai/nightfall-java-sdk
v1.2.3-beta-1
What's Changed
- Add violation config to scan requests for partners by @bradleymcallister97 in #88
Full Changelog: v1.2.2...v1.2.3-beta-1
v1.2.2
What's Changed
- Bump jackson-databind from 2.13.2.2 to 2.13.3 by @dependabot in #69
- Bump jackson-annotations from 2.13.2 to 2.13.3 by @dependabot in #68
- Add commit author to Java SDK by @martinmr in #74
- Bump junit-jupiter from 5.8.2 to 5.9.0 by @dependabot in #75
- Bump junit-jupiter-migrationsupport from 5.8.2 to 5.9.0 by @dependabot in #76
- Add with interceptors function to Builder by @bradleymcallister97 in #86
- Stage 1.2.2 release by @bradleymcallister97 in #87
New Contributors
- @bradleymcallister97 made their first contribution in #86
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Highlights
Fixes a bug in webhook signature validation.
What's Changed
- Bump jackson-annotations from 2.13.1 to 2.13.2 by @dependabot in #55
- Bump jackson-databind from 2.13.1 to 2.13.2 by @dependabot in #56
- Bump jackson-databind from 2.13.2 to 2.13.2.1 by @dependabot in #58
- Bump junit-jupiter from 5.8.1 to 5.8.2 by @dependabot in #29
- Bump junit-jupiter-migrationsupport from 5.8.1 to 5.8.2 by @dependabot in #28
- Bump jackson-databind from 2.13.2.1 to 2.13.2.2 by @dependabot in #60
- Bump maven-shade-plugin from 3.2.4 to 3.3.0 by @dependabot in #61
- Fix hex conversion bug by @evanfuller in #63
- Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 by @dependabot in #62
- Stage for 1.2.1 release by @evanfuller in #64
Full Changelog: v1.2.0...v1.2.1
v1.2.0
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
- Stage for 1.2.0 release by @galennightfall in #51
- JsonIgnore and Deprecate scan request Config in favor of Policy. by @galennightfall in #48
- Add row and column range to Location. by @galennightfall in #50
- Add support for AlertConfig by @evanfuller in #47
- Add command-line SDK usage example classes by @galennightfall in #49
- Exclude examples directory when building artifacts by @evanfuller in #52
- Bump nexus-staging-maven-plugin from 1.6.11 to 1.6.12 by @dependabot in #53
- Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 by @dependabot in #45
- Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.10 by @dependabot in #44
- Bump nexus-staging-maven-plugin from 1.6.10 to 1.6.11 by @dependabot in #46
New Contributors
- @galennightfall made their first contribution in #48
Full Changelog: v1.1.0...v1.2.0
v1.1.0
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
- Add commit hash to location. by @martinmr in #41
- Add policyUUIDs to request struct, plus fix deserialization bug by @evanfuller in #42
- Stage for v1.1.0 release by @evanfuller in #43
New Contributors
Full Changelog: v1.0.5...v1.1.0
v1.0.5
What's Changed
- Bump maven-jar-plugin from 3.2.0 to 3.2.1 by @dependabot in #36
- Bump maven-jar-plugin from 3.2.1 to 3.2.2 by @dependabot in #37
- Fix length of byte array in upload by @evanfuller in #38
- v1.0.5 Release by @evanfuller in #39
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Bump jackson-databind from 2.13.0 to 2.13.1 by @dependabot in #32
- Bump jackson-annotations from 2.13.0 to 2.13.1 by @dependabot in #31
- Add support for default redaction config by @evanfuller in #34
- Prep for v1.0.4 release by @evanfuller in #35
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Bump okhttp from 4.9.2 to 4.9.3 by @dependabot in #25
- Bump mockwebserver from 4.9.2 to 4.9.3 by @dependabot in #26
- Fix webhook validator by @evanfuller in #27
Full Changelog: v1.0.2...v1.0.3
Add User-Agent header to HTTP requests
v1.0.2 Add User-Agent header to HTTP requests (#24)
Rename scan to scanText
For consistency across releases.