Releases: nightfallai/nightfall-go-sdk
Releases · nightfallai/nightfall-go-sdk
v1.1.6
v1.1.5
Passthrough APIKeyMetadata (#17) * Passthrough APIKey metadata * Remove omitempty
v1.1.4
Add Tabular Finding Locations
What's Changed
- Add row and column range to Location. by @galennightfall in #13
- move example code to examples directory. by @galennightfall in #15
New Contributors
- @galennightfall made their first contribution in #13
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Godoc typo fix: OptionHTTPClient -> OptionFileUploadConcurrency by @dhermes in #10
- Update README.md by @jillian143 in #4
- Add commit hash to location. by @martinmr in #11
- Add policyUUIDs to text scan request struct by @evanfuller in #12
- Add support for AlertConfig by @evanfuller in #14
New Contributors
- @dhermes made their first contribution in #10
- @jillian143 made their first contribution in #4
- @martinmr made their first contribution in #11
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Add support for defaultRedactionConfig by @evanfuller in #9
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Update wf by @victor88121 in #3
- Add redaction support by @evanfuller in #6
- Add User-Agent header by @evanfuller in #5
- Add contributing.md and issue template files by @evanfuller in #8
- Remove external-facing uuid dependency from request/response structs by @evanfuller in #7 [ BREAKING CHANGE : the
google/uuid
type has been removed from client-facing structs, it has been replaced with string ]
Full Changelog: v1.0.1...v1.1.0
Initial Release of Go SDK
v1.0.1 Add tests (#2)