Skip to main content

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-lived dv_tok_* JWTs for mobile
  • New: Face.{Verify,Register,Search,Dedupe} — 4 methods (was a single Match)
  • New: *Error with errors.As support, sentinel ErrCode* constants
  • New: Per-call RequestOption (WithIdempotencyKey, WithRequestID, WithAPIVersion)
  • New: Auto-injected Drukverify-Version header on every request (configurable via APIVersion)
  • Removed: Batch, Fraud, Verification namespaces (deferred to SP5/SP8)