antinvestor_api_partition 1.52.1
antinvestor_api_partition: ^1.52.1 copied to clipboard
Dart client library for Ant Investor Partition Service - Data partitioning and multi-tenancy
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 #
- Enhanced partition management capabilities
- Added support for dynamic partition resizing
- Improved partition querying and filtering
Changed #
- Migrated from gRPC Gateway to Connect RPC protocol
- Updated to latest common code and dependencies
- Optimized partition operations for better performance
Fixed #
- Resolved issues with partition allocation
- Fixed race conditions in concurrent operations
- Addressed performance issues with large datasets