Packages

Production-grade Elixir client for the Lithic API (card issuing & fintech)

Current section

Files

Jump to
lithic CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## [1.0.0] - 2026-01-01
### Added
- Initial release
- Complete Lithic API coverage (150+ endpoints)
- Cursor-based pagination with `Lithic.Page` stream support
- Automatic retries with exponential backoff and jitter
- HMAC webhook verification for all webhook types
- Telemetry integration (`[:lithic, :request_start/stop/exception]`)
- Auto-generated idempotency keys on all mutating requests
- Full typespec + Dialyzer coverage
- Strict Credo linting
- Bypass-based HTTP tests for all resource modules