antinvestor_api_notification 1.52.1
antinvestor_api_notification: ^1.52.1 copied to clipboard
Dart client library for Ant Investor Notification Service - Push notifications and messaging
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 Changelog CI with smart detection for all languages (#797)
- Added support for optional session ID in API requests
Changed #
- Migrated from gRPC Gateway to Connect RPC protocol
- Updated to latest common code and dependencies
- Improved authentication handling for buf generate tokens
Fixed #
- Resolved dependency resolution issues
- Fixed malformed changelog headers
- Addressed API changes for better compatibility