- 后端: FastAPI + SQLAlchemy + SQLite, JWT认证, 代理支持的AirwallexClient - 前端: React 18 + Vite + Ant Design 5, 中文界面 - 功能: 卡片管理, 持卡人管理, 交易记录, API令牌, 系统设置, 审计日志 - 第三方API: X-API-Key认证, 权限控制 - Docker部署: docker-compose编排前后端
41 lines
1.2 KiB
Markdown
41 lines
1.2 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to the Airwallex SDK 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).
|
|
|
|
## [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_more` responses
|
|
- 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
|