Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2026-07-15
### Added
- Full Unit API coverage across 18 resource domains
- `Unit.API.Applications` ā individual and business KYC/KYB onboarding, document upload
- `Unit.API.Customers` ā get, list, update, archive, authorized user management
- `Unit.API.Accounts` ā deposit account lifecycle, freeze/unfreeze/close, limits, balance history
- `Unit.API.Cards` ā all card types (individual/business, debit/credit, virtual/physical), freeze, lost/stolen, activate
- `Unit.API.Payments` ā ACH (same-day/standard), Wire, Book, Bulk, received ACH, return received ACH
- `Unit.API.Transactions` ā list and get all 20+ transaction types, update tags
- `Unit.API.Counterparties` ā create, list, update, delete saved ACH counterparties
- `Unit.API.Repayments` ā book and ACH repayments for credit accounts, capital partner variants
- `Unit.API.CheckDeposits` ā mobile check deposit with front/back image upload
- `Unit.API.CheckPayments` ā print-and-mail check payments, cancel, return, image retrieval
- `Unit.API.StopPayments` ā ACH and check stop payment orders
- `Unit.API.Chargebacks` ā chargeback creation and listing
- `Unit.API.Statements` ā list, HTML and PDF retrieval, bank-branded PDF
- `Unit.API.Webhooks` ā full subscription lifecycle, enable/disable
- `Unit.API.Events` ā query last 90 days of events, fire for replay
- `Unit.API.Tokens` ā customer tokens, token verification (2FA), cardholder tokens, org tokens
- `Unit.API.Institutions` ā routing number lookup
- `Unit.API.Sandbox` ā simulations for every resource type
- `Unit.Config` ā runtime config resolution (`{:system, "VAR"}` and MFA tuples)
- `Unit.Error` ā typed error struct with `type`, `status`, `errors`, and `message`
- `Unit.Telemetry` ā start/stop/exception/retry events with metadata
- `Unit.Client` ā exponential back-off retry, idempotency key generation, JSON:API query builder
- Full typed `@spec` and `@type` annotations throughout
- Comprehensive test suite (56 tests)