Releases: VirgilSecurity/virgil-sdk-go
Releases · VirgilSecurity/virgil-sdk-go
Go SDK v5.1.5
Added
- Version header
Go SDK v5.1.4
[FIXED]
- Restored compatibility with 5.1.2
Go SDK v5.1.3
[FIXED] PublishRawSignedModel accepts model only
Go SDK v5.1.2
[Fixed]
Parsing json response
[Added]
Extended error message
Go SDK v5.1.1
Added
- Ability to validate raw hashes
Go SDK v5.1.0
Added
- SignRaw & SelfSignRaw methods to ModelSigner which accept []byte for extraFields instead of map[string]string
Fixed
- ParseRawCard won't error when unable to parse extra fields, they will be nil (and content will be in signature's snapshot)
Go SDK v5.0.9
Fixed nullpointer when a single nil whitelist is passed
Go SDK v5.0.8
Fix for extra fields in card signatures
Go SDK v5.0.7
Improvements for Caching JWT Provider
Go SDK v5.0.6
CardVerifer now has its own error type which can be checked using
origErr, ok := sdk.ToCardVerifierError(err)