tencent_sms_serverpod 0.2.0
tencent_sms_serverpod: ^0.2.0 copied to clipboard
Tencent Cloud SMS Serverpod integration - reads config from passwords.yaml
0.2.0 #
- Synchronized release version for the Tencent Cloud API package family
- Update dependencies to
tencent_sms: ^0.2.0andtencent_cloud_api_serverpod: ^0.2.0 - Keep
TencentSmsConfigServerpodAPI unchanged
0.1.4 #
- Remove local
dependency_overridesfrom package pubspec for external publishing - Update dependencies to
tencent_sms: ^0.1.3andtencent_cloud_api_serverpod: ^0.1.1
0.1.3 #
- Reuse shared
tencent_cloud_api_serverpodcredential loader - Keep
TencentSmsConfigServerpodAPI unchanged while removing duplicated password reading logic
0.1.2 #
- Breaking: Separate sensitive and non-sensitive configuration
- Add
TencentSmsAppConfigfor non-sensitive config (required) - Add
TencentSmsPasswordKeysfor customizing credential keys appConfigis now required infromSession()andfromServerpod()
- Add
- Only credentials (secretId, secretKey) should be in passwords.yaml
- Removed legacy fallback for reading non-sensitive config from passwords.yaml
0.1.1 #
- Updated all documentation comments to English
SmsAuthCallbackHelpermethods now returnFuture<void>for proper async handling- Support for localization through
tencent_smspackage - Updated to require
tencent_sms: ^0.1.1
0.1.0 #
- Initial release
- TencentSmsConfigServerpod for reading config from passwords.yaml
- SmsAuthCallbackHelper for serverpod_auth_sms integration