Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@wzh425 wzh425 released this 02 Aug 08:06
· 44 commits to main since this release
11ca97d

🚀 Features

  • MultiEnvironment : Isolation - Multi-environment support.
  • AppChannel : App channel provider adds Aurora support.
  • AppMessage : App messages support in-app messages, adding additional fields, optional configurations and other additional configurations.
  • WebsiteMessage : Messages in the site support Tag tags, you can group and retrieve messages by Tag.
  • SmsMessage : SMS messages support mock switch configuration. After this function is enabled, Alibaba Cloud SMS messages will be skipped.
  • AppTemplate : Added App message template support.
  • MessageTask : Supports the withdrawal and resending of message tasks.

🔬 Refactors

  • MessageTask : Optimize the recipient resolution of message tasks. Operations such as message task resolution, execution, and resending use BackgroundJob.
  • MessageTask : The status flag in message task sending is changed from the start of task execution to the start of task resolution.
  • MessageTask : indicates that the recipient of the message task resends.
  • MessageTaskDetail : Added recipient information in message task details.
  • sdk : sdk calls methods with some adjustments and adds new methods.

🔧 Bug fixes

  • AppMessage : iOS Push notification bar does not display issue.
  • UserAutoComplete : Recipient selection cannot be searched by phone number
  • Scheduler : Fixes duplicate registration of Scheduler when messages are resending
  • Other : Some other issues fixed

📖 Others

  • Page responsive layout support, friendly display on non-1920 *1080 computers
  • Some detail optimizations and UI tweaks
  • Document Update

🚀 功能

  • MultiEnvironment:隔离性-多环境支持。
  • AppChannel:App渠道提供者增加极光支持。
  • AppMessage:App消息支持应用内消息,增加附加字段、可选配置等额外配置。
  • WebsiteMessage:站内信支持Tag标记,可按Tag分组和检索站内信。
  • SmsMessage:短信消息支持mock开关配置,开启后会跳过阿里云短信发送。
  • AppTemplate:增加App消息模板支持。
  • MessageTask:支持消息任务的撤回和重发。

🔬 重构

  • MessageTask:优化消息任务收件人解析,消息任务解析、执行、重发等操作使用BackgroundJob。
  • MessageTask:消息任务发送中的状态标记从任务开始执行时改成了任务解析开始时。
  • MessageTask:消息任务收件人去重。
  • MessageTaskDetail:消息任务详情增加收件人信息。
  • SDK:SDK增加一些方法和调整。

🔧 问题修复

  • AppMessage:iOS推送通知栏不显示的问题。
  • UserAutoComplete:收件人选择无法通过手机号搜索
  • Scheduler:修复消息撤销重发时Scheduler重复注册的问题
  • Other:其他一些问题修复

📖 其他

  • 页面响应式布局支持,在非1920*1080的电脑上也能友好显示
  • 一些细节优化和UI调整
  • 文档更新