antinvestor_api_ledger 1.52.1
antinvestor_api_ledger: ^1.52.1 copied to clipboard
Dart client library for Ant Investor Ledger Service - Financial ledger and accounting
Changelog #
1.50.2 - 2025-12-22 #
Changed #
- Refactored client code to use common
ConnectClientBasepattern - Simplified client creation with
newXxxClient()factory functions - Removed redundant
client_factory.dartfiles - All common client functionality now in
antinvestor_api_common
Added #
- Type aliases for convenience (e.g.,
DeviceClient,ChatClient) ClientOptionsfor flexible client configuration- Support for
noAuthmode for unauthenticated requests
1.47.0 - 2025-10-27 #
🚀 New Features #
- Added support for optional session ID in API requests
- Enhanced ledger entry validation and error handling
- Improved transaction processing reliability
Changed #
- Migrated from gRPC Gateway to Connect RPC protocol
- Updated to latest common code and dependencies
- Improved authentication for code generation
Fixed #
- Resolved dependency issues in Java bindings
- Fixed malformed changelog headers
- Addressed API compatibility issues