Skip to content

v0.10.0

Compare
Choose a tag to compare
@stainless-bot stainless-bot released this 24 Feb 16:31
· 677 commits to main since this release
  1. Adds helper methods to support webhook signature verification:
    event = lithic.webhooks.unwrap(body, headers, secret)
    
    lithic.webhooks.verify_signature(body, headers, secret) # throws if invalid.
  2. Adds mcc to transactions.
  3. Improves handling of union types and coercing potentially incorrect types.

Full Changelog: v0.9.0...v0.10.0