Go SDK changelog
See CHANGELOG.md in ekyc-sdk-go
for the canonical version history.
Highlights
v2.0.0
- Module path:
github.com/cloudbhutan/ekyc-sdk-go/v2 - Clean break from v0/v1 (no production users on earlier versions)
- New:
Sessions.Create— mint short-liveddv_tok_*JWTs for mobile - New:
Face.{Verify,Register,Search,Dedupe}— 4 methods (was a singleMatch) - New:
*Errorwitherrors.Assupport, sentinelErrCode*constants - New: Per-call
RequestOption(WithIdempotencyKey,WithRequestID,WithAPIVersion) - New: Auto-injected
Drukverify-Versionheader on every request (configurable viaAPIVersion) - Removed:
Batch,Fraud,Verificationnamespaces (deferred to SP5/SP8)