- 后端: FastAPI + SQLAlchemy + SQLite, JWT认证, 代理支持的AirwallexClient - 前端: React 18 + Vite + Ant Design 5, 中文界面 - 功能: 卡片管理, 持卡人管理, 交易记录, API令牌, 系统设置, 审计日志 - 第三方API: X-API-Key认证, 权限控制 - Docker部署: docker-compose编排前后端
1.2 KiB
1.2 KiB
Changelog
All notable changes to the Airwallex SDK will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.2.0] - 2025-04-14
Added
- Support for the Issuing API, including:
- Authorizations management
- Cardholders management
- Cards management
- Digital wallet tokens management
- Transaction disputes management
- Transactions management
- Issuing configuration
- Improved pagination handling with support for
has_moreresponses - Additional examples for Issuing API usage
[0.1.0] - 2025-04-14
Added
- Initial release of the Airwallex Python SDK
- Support for both synchronous and asynchronous API requests
- Automatic authentication and token refresh
- Comprehensive type checking with Pydantic models
- Support for the following API endpoints:
- Account management
- Balance operations
- Payment processing
- Beneficiary management
- FX operations
- Invoice management
- Pagination support for listing operations
- Error handling with detailed exception types
- Comprehensive documentation