antinvestor_api_common 1.52.0
antinvestor_api_common: ^1.52.0 copied to clipboard
Common types and utilities shared across all Ant Investor API services - Token management, authentication interceptors, and JWT utilities
Changelog #
1.50.3 - 2025-12-22 #
Changed #
- Removed re-exports of
protobuf,connectrpc, andfixnumpackages - service SDKs should declare these dependencies directly
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 #
- Moved error details to common package for better reusability
- Added common validation utilities and error types
- Enhanced error handling across all services
Changed #
- Migrated from gRPC Gateway to Connect RPC protocol
- Updated dependencies and improved compatibility
- Refactored common utilities for better maintainability
Fixed #
- Resolved dependency resolution issues
- Fixed package versioning and compatibility
- Addressed potential memory leaks in common utilities