# 2023-11-20

  • 新增 uni-app-x 项目 支持uniCloud支付宝小程序云
  • 新增 支付宝小程序云初始化向导
  • 优化 基于模板新建schema/新建schemajs时,如模板是由多个文件组成的,允许用户选择创建具体的文件
  • 修复 初始化云数据库时,云端已存在集合触发的弹窗提示中第一个集合默认选中的Bug
  • 修复 打开db_init.json文件后,在编辑区域右键“初始化数据库”无法初始化的Bug
  • 修复 对uniCloud文件夹重命名后,不会更新uniCloud文件夹别名的Bug
  • 修复 上传公共模块时项目目录下不存在uni_modules目录导致无法上传的Bug
  • 修复 微信小程序平台上传文件到支付宝小程序云报错的Bug
  • 修复 支付宝小程序云 database update 操作返回值没有返回 updated 参数

# 2023-11-05

  • 【重要】新增 uni-app 项目 支持uniCloud支付宝小程序云版。价格更优,限制更少,支持域名备案
  • 调整 db_init.json 按collection拆分,每个collection由schema.json、index.json、init_data.json三个文件描述 详情

# 2023-10-19

  • 优化 阿里云 callFunction、url化方式调用云函数最大超时时间由60秒调整为120秒
  • 新增 uni-app x项目 支持uniCloud调试

# 2023-10-11

  • 修复 uni-app-x 项目 android 6.0 下调用 uniCloud 部分接口报错的Bug

# 2023-09-27

  • 新增 uni-app x 项目支持 详情

# 2023-08-03

  • 新增 uni-map-common 聚合多家地图供应商的云能力的公共模块 详情
  • 新增 unicloud-map 云端一体组件,主要用于显示数据库里的自定义POI,渲染在地图上。 详情
  • 新增 unicloud-map 地图管理端插件,提供了POI管理,可以在管理端可视化的标记POI。 详情
  • 新增 unicloud-city-select 城市选择组件,方便用户在应用中快速选择目标城市的组件。 详情

# 2023-08-02

# 2023-07-14

  • 新增 阿里云定时触发时云函数入参对齐腾讯云 详情
  • 新增 云对象定时触发方法_timing增加入参 详情
  • 新增 uni-ai支持通过开发者自己的key调用讯飞星火大模型 详情
  • 新增 类似uni.request的http请求接口uniCloud.request 详情
  • 新增 类似uni.connectSocket的websocket客户端接口uniCloud.connectSocket 详情

# 2023-06-28

  • 修复 jql语法 geoNear方法不传query参数时返回结果不正确的Bug 详情
  • 新增 uni-ai chatCompletion 接口流式响应支持 optimizedMessage 事件,优化 message 触发频率,减少客户端卡顿 详情

# 2023-06-16

  • 【重要】新增 uni-ai 计费网关,可低门槛的采购ai能力 详情
  • 新增 阿里云 云存储支持目录 详情
  • 优化 阿里云 云函数调用云函数超时时间由10秒调整为60秒
  • 新增 本地调试支持使用push扩展库
  • 修复 本地调试调用redis服务的multi方法时未正确返回结果的Bug 详情

# 2023-05-23

  • 新增 uni-ai 微软azure openai chatCompletion接口 详情
  • 修复 jql语法 部分请求执行缓慢的Bug 详情

# 2023-05-16

  • 调整 阿里云客户端请求云函数最大超时时间由40秒调整为60秒

# 2023-05-11

  • 新增 uni-ai 新增文字生成图片接口 详情

# 2023-04-28

  • 修复 vue3项目 发布到web端后 uniCloud.SSEChannel的open方法报错的Bug

# 2023-04-25

  • 新增 基于uni-push构建sse通道,在云函数 return 前也可以给客户端发消息 详情
  • 新增 uni-ai 聊天接口支持steam流式响应 详情
  • 新增 uni-ai-chat云端一体页面模板,开源的ai聊天示例。比uni-im更简单 详情
  • 新增 HBuilder新建opendb表时,如该表含有schema扩展js,会同时自动创建schema扩展js

# 2023-04-11

  • 【重要】新增 uni-cloud-ai 扩展库,提供AI对话能力 详情
  • 新增 JQL语法 触发器内副表读取事件增加 primaryCollection 参数,值为本次联表查询的主表表名
  • 调整 JQL语法 schema 内配置的动态 enum 校验数据时移除仅枚举500条的限制

# 2023-03-31

  • 新增 jql语法支持查询某字段和另一个表指定字段相等的记录 详情

# 2023-03-16

  • 新增 uni-cloud-s2s公共模块 用于解决uniCloud服务空间与传统服务器通讯时互相信任的问题 详情
  • 优化 安全网络 微信小程序端支持非uni-id的应用 详情
  • 升级 阿里云 客户端连接云函数最大超时时间由20秒调整为40秒
  • 升级 阿里云 云函数URL化的默认域名访问QPS限制由100调整为1000
  • 升级 uniCloud控制台 阿里云 前端网页托管 cdn刷新次数限制由每小时3次调整为每小时10次
  • 修复 uniCloud控制台 阿里云 创建数据表时达到集合数量上限后删除集合不能实时刷新数量限制的Bug
  • 修复 阿里云 部分事务操作报错不清晰的Bug
  • 修复 本地调试插件 部分情况下修改本地js文件不能实时生效的Bug
  • 修复 本地调试插件 部分情况下修改云函数依赖 package.json 文件被改为错误的内容的Bug 详情
  • 调整 本地调试插件 调用本地云函数时由每个项目固定4个云函数实例调整为最小2个实例最大8个实例
  • 调整 本地调试插件 调用本地云函数时当所有实例均被占用时不再等待实例空闲,直接拒绝本次调用请求

# 2023-03-14

  • 调整 阿里云云函数url化默认域名QPS限制由100调整为1000

# 2023-03-07

  • 调整 阿里云客户端请求云函数最大超时时间由20秒调整为30秒

# 2023-02-27

  • 新增 uni实人认证,云端一体,金融级安全保障,包括云函数扩展库、web控制台 详情
  • 调整 客户端sdk开发调试时连本地网络的时机由应用启动时连接调整为访问本地云函数时才会连接
  • 修复 客户端sdk uniCloud.init、uniCloud.database 方法在关联正式版阿里云服务空间时仍默认使用公测版 endpoint 的Bug

# 2023-02-10

  • 新增 JQL触发器 支持联表查询时副表的读取触发器,beforeReadAsSecondaryCollection 和 afterReadAsSecondaryCollection 详情
  • 调整 JQL触发器 参数内的 subCollection 改为 secondaryCollection。老参数仍可访问但会给出警告 详情
  • 修复 JQL语法字符串格式查询语句内使用数组且其中包含负数时报错的Bug 详情
  • 修复 云对象未返回值时客户端报错的Bug 详情
  • 修复 阿里云正式版删除文件出错未返回错误信息的Bug
  • 本地调试插件 修复 云函数内使用 console.warn 打印日志输出到控制台颜色不正确的Bug

# 2023-02-06

  • 调整 阿里云客户端请求云函数最大超时时间由10秒调整为20秒

# 2023-02-03

  • 调整 阿里云跨域配置对云存储生效,如果此前已配置跨域配置下次进行修改时会同步设置到云存储

# 2023-01-18

  • 新增 schema扩展js支持引入公共模块及扩展库 详情
  • 新增 JQL触发器方法新增一些参数 详情

# 2023-01-09

  • JQL语法 修复 使用 setUser 方法未传 permission 参数且使用触发器时报错的Bug
  • JQL语法 修复 add 方法传递的字段值为对象且其中包含null值时报错的Bug
  • JQL语法 新增 数据库触发器增加 triggerContext 参数,用于在 before 和 after 内共享数据 详情
  • 阿里云 调整 正式版云存储单文件100MB限制调整为5GB

# 2023-01-06

  • 阿里云 正式版云存储单文件100MB限制调整为5GB

# 2022-12-16

  • JQL语法 新增 触发器内可以获取用户信息和本次数据库操作结果 用户信息执行结果
  • JQL语法 新增 触发器内可以判断当前执行的语句是否和指定语句相同 详情
  • JQL语法 调整 对于 schema 内定义的复杂类型数据(file、array、object)类型的字段,忽略赋给此字段的 null 值
  • 本地调试插件 修复 在部分旧系统运行时本地调试服务启动失败的Bug 详情
  • 本地调试插件 修复 3.6.12版引出的 云函数 调试运行 无法进行Debug断点调试的Bug
  • 本地调试插件 修复 阿里云正式版本地云函数内上传文件到云存储时,上传的文件无法在 uniCloud web 控制台看到的Bug 详情

# 2022-12-07

  • 本地调试插件 修复 云函数调用云函数时,被调用云函数无返回值导致报错的Bug

# 2022-12-05

  • 【重要】新增 数据库扩展js,{表名}.schema.ext.js,可实现数据库触发器。推荐用触发器替代action,更安全 详情
  • 【重要】uni-pay 2.0,从公共模块升级为包含前端页面、uni-pay-co云对象,让支付更加简单省心 详情
  • JQL语法 修复 where 和 permission 内使用负数常量时报错的Bug 详情
  • 本地调试插件 修复 调用 clientDB、jql扩展 时报找不到 action 的Bug 详情
  • uniIdRouter 修复 vue3项目跳转时报错的Bug 详情
  • 【重要】uni-id-co 新增 外部系统联登接口,可为外部系统创建与uni-id相对应的账号,使该账号可以使用依赖uniId的系统及功能 详情
  • uni-id-co 新增 设置密码接口 详情
  • uni-id-co 新增 URL化请求时鉴权签名验证 详情
  • uni-id-co 新增匹配到的用户不可在当前应用登录时的错误码 uni-id-account-not-exists-in-current-app 错误码说明
  • uni-id-co 修复 微信登录时用户未设置头像的报错问题
  • uni-id-co 修复 无法从 clientInfo 中获取 uniIdToken
  • uni-id-pages 新增 登录后跳转设置密码页面配置项setPasswordAfterLogin 详情
  • uni-id-pages 新增 设置密码页面
  • uni-id-pages 优化 toast 错误提示时间为3秒
  • uni-admin 调整 群发短信功能的 schema 文件命名规范,将batch-sms-template batch-sms-task batch-sms-result 更改为 opendb-sms-temlate opendb-sms-task opendb-sms-log 以符合opendb规范

# 2022-11-21

  • 【重要】阿里云商用版正式上线 详情

# 2022-11-14

  • 【重要】新增 uni-im 云端一体的、全平台的、免费的、开源即时通讯系统 详情
  • jql语法 修复 使用 add 数据库运算方法报错的Bug 详情
  • jql语法 修复 使用部分 js 关键字导致查询条件或 field 报错的Bug
  • jql语法 修复 使用 getTemp 联表查询时,如果主表关联字段在 schema 内为数组类型但实际数据无此字段时报错的Bug
  • 云对象 新增 url 化支持通过多段 path 路径调用方法,以第一段作为云对象方法名 详情
  • 本地调试插件 修复 HBuilderX 3.6.7 引出的断点进入nodejs内置模块的Bug
  • 安全网络 调整 统一错误码规范 详情
  • uni-id 升级密码加密算法,支持hmac-sha256加密 详情
  • uni-id 新增 开发者可以自定义密码加密规则 详情
  • uni-id 新增 支持将其他系统用户迁移至uni-id 详情
  • uni-id 支持URL化方式请求 详情

# 2022-10-27

  • 【重要】新增 安全网络 客户端校验功能,防止伪造的客户端请求服务器 详情
  • 新增 uni-clear-temp-data 插件,用于自动清理数据库中的过期数据 详情
  • 修复 HBuilderX插件 uni-开头的 schema 文件 右键菜单缺少【opendb检查更新】的Bug
  • 修复 HBuilderX插件 本地云函数调用 redis 接口传较大的数据时报错的Bug 详情
  • 修复 uniIdRouter 使用相对路径跳转时附带的 uniIdRedirectUrl 参数错误的Bug 详情

# 2022-10-18

  • 【重要】新增 安全网络 uni-app客户端和unicloud实现安全通讯,验证客户端身份和加密数据,防刷利器 详情
  • 新增 客户端sdk 新增 uniCloud.databaseForJQL 接口,拉齐在云函数中的写法。相比之前 database,返回值移除了多一层的 result 详情
  • 新增 客户端sdk uniCloud.importObject增加 parseSystemError 选项,用于处理云对象未捕获的错误或客户端网络错误,以便给用户展示友好的错误信息 详情
  • 修复 本地调试插件 连接本地云函数 require 出错时仅第一次报出错误的Bug
  • uni-id-co 新增 支持微信授权手机号登录方式 详情
  • uni-id-co 新增 解绑第三方平台账号 详情
  • uni-id-co 新增 微信绑定手机号支持通过getPhoneNumber事件回调的code绑定 详情
  • uni-admin 新增 群发短信功能 详情
  • uni-admin 修复 uni统计 App-Android 平台部分统计数据不准确的Bug 详情
  • uni-admin 修复 uni统计 周/月数据不准确的Bug

# 2022-09-22

  • 新增 uni-pay 支持微信支付V3接口 详情

# 2022-09-05

  • 新增 阿里云 支持申请云存储独立CDN域名,避免因其他服务空间违规导致云存储被封禁 详情

# 2022-09-01

  • Adjust the local debugging plugin cloud object running parameter configuration file to ${objectName}.param.js Details
  • Fixed the bug that the use of push extension library caused by the local debugging plugin HBuilderX 3.5.5 caused other cloud functions to fail to run normally
  • Fixed the occasional SIGN_PARAM_INVALID error when connecting to a local cloud function caused by the local debugging plugin HBuilderX 3.5.5

# 2022-08-25

  • Optimized Alibaba Cloud database timeout time from 3 seconds to 5 seconds
  • Added Alibaba Cloud to solve the problem that the WeChat server needs a fixed IP through a proxy Details
  • Added a batch of new APIs to handle multiple concurrent requests of the same instance more gracefully
    • Added uniCloud.getRequestList to get the requestId list of requests being processed in the current cloud function instance Details
    • Cloud Functions Added context.requestId to get the current request id Details
    • Cloud Object Added this.getUniCloudRequestId() to get the current request id Details
  • Added cloud function uniCloud.getCloudInfos to get cloud information. Also compatible with concurrent requests Details
  • Added cloud function uniCloud.getClientInfos to get client information. At the same time compatible with or without concurrent requests Details
  • Fix the bug of using uniCloud object when client sdk is not associated with uniCloud service space Details
  • Fix the bug of tree query error when there are multiple parentKey fields in a JQL table Details
  • Fixed the bug that the extension library prompts incorrectly caused by the reuse of global objects in local debugging plugins in some cases Details
  • Optimization Local debugging plugin Continuous debugging will lead to high memory usage and slow response bugs
  • 优化 uniIdRouter 支持对首页、直达页面进行拦截并跳转到登录页面
  • 优化 uni-id-co 密码规则调整,废除之前的简单校验,允许配置密码强度 详情
  • 调整 uni-id-co 存储用户 openid(wx_openid.${mp|h5|app|web})时同时在wx_openid.${mp|h5|app|web}_${DCloudAppId}存储了一份副本,参考:微信登录QQ登录
  • 调整 uni-id-co 依赖 uni-open-bridge-common 存储用户 session_keyaccess_token 等凭据 详情
  • 新增 uni-id-co 增加 beforeRegister 钩子用户在注册前向用户记录内添加一些数据 详情
  • [Important] Added uni-id-pages web terminal to support WeChat login (including H5 login in WeChat official account and mobile phone WeChat scan code login in ordinary browsers) [Details](https://uniapp.dcloud.net.cn /uniCloud/uni-id-pages.html#weixinlogin)
  • Added uni-id-pages to support password strength (whether it must contain uppercase and lowercase letters, numbers and special symbols and length) configuration [Details](https://uniapp.dcloud.net.cn/uniCloud/uni-id-pages .html#config)
  • Added uni-id-pages login success (global) callback event: uni-id-pages-login-success, support through [uni.$on](https://uniapp.dcloud.net.cn/api /window/communication.html#on) monitor details
  • Added uni-open-bridge open source library, unified management of credentials of three-party open platforms such as WeChat Details

# 2022-08-05

  • [Important] Added cloud function ip anti-brush function to avoid a large number of invalid requests causing slow cloud function and database responses Details
  • Fix the bug of using uniCloud in main.js in some scenarios
  • Fix the bug that the value of showLeftWindow on the component is not updated after uni-admin uses uni.showLeftWindow in the vue3 project Details
  • uni statistics 2 Added front-end data reporting period configuration item Details

# 2022-07-27

  • Added uni-admin uni statistics to support uploading sourceMap, and the sourcemap can be accurately traced when reporting errors Details

# 2022-07-19

  • [Important] Added JQL Cache Redis. Cache MongoDB query results to Redis Details
  • Added support for URLization of cloud objects Details
  • Added cloud object support for timing trigger Details
  • Added uniCloud web console to support member management of service space Details
  • Fix the new return errCode: 0 when the JQL operation is successful, compatible with the uniCloud response body specification
  • Adjusted uni-id-common to still store the token in the token field of the user table, consistent with the old version of uni-id
  • Fix the bug that read property 'reduce' of undefined is reported in some cases of uni-id-common
  • Optimize the uni-admin application management module to manage more application information such as App download address, applet QR code Details
  • Adjust uni-admin built-in unified publishing page (uni-portal) plugin Details
  • Adjust the uni-admin built-in App Upgrade Center (uni-upgrade-center) plugin, and support multi-app store update Details
  • Added uni-id-pages to allow overriding the built-in validation rules of uni-id-co Details
  • Fixed the bug that the token was not deleted when the logout interface of uni-id-pages uni-id-co
  • Fixed the bug that the uni-id-co verification could not be passed because the clientInfo.appVersionCode of the uni-id-pages app side was a number
  • Fix the bug that the uni-id-pages WeChat applet calls the uni-id-co interface to report an error Details

# 2022-07-07

  • Added uni-push2.0 cloud-integrated unified push service with full-end support (App, applet, web) Details
  • Added Tencent Cloud Platform Data Vientiane, which can perform image scaling, watermarking and other computing functions for cloud storage files [Details](https://uniapp.dcloud.net.cn/uniCloud/storage.html#%E6%95%B0 %E6%8D%AE%E5%A4%84%E7%90%86)
  • Added keepRunningAfterReturn to configure whether the cloud function can continue to run after return. Only Tencent Cloud nodejs12 takes effect Details
  • Added Redis extension library Added quit interface to disconnect redis connection Details
  • Added JQL database management support to use update operator Details
  • Fixed the bug that uniIdRouter could not automatically jump when the loginPage is the tabbar page
  • Added uniIdToken and FUNCTION_TYPE to the cloud function context Details
  • Adjust the cloud object cloudInfo to add functionName and functionType Details
  • Adjust the cloud object clientInfo to add source Details
  • Fix the bug that the log sequence may be wrong when using the run menu to run the cloud function in the local debugging plugin
  • Fixed the bug that restarting the project does not take effect when the AppId of the local debugging plugin is adjusted from unauthorized to authorized (re-acquire the AppId or obtain the owner's authorization)
  • Adjust the local debugging plug-in to adjust the fields in the running parameter clientInfo of the cloud function local runtime configuration Details
  • Added HBuilderX opendb schema file Right-click menu adds [opendb check update], supports updating opendb schema files from the cloud, and generates JQL upgrade migration files for data migration
  • Fix the bug that when HBuilderX opens the file in the cloud object subdirectory, there is no option to run the cloud object in the run menu by pressing Ctrl+r
  • [Important] Adjust the uni statistics 2 version records to reuse the opendb-app-versions table of the uni upgrade center, and discard the uni-stat-app-versions table [Details](https://uniapp.dcloud.net.cn/uni- stat-v2.html#upgrade)
  • uni statistics 2 added Report various parameters of the device into the opendb-device table at startup (there is currently no visual report, open uni-push2.0 and uni statistics 2.0 to automatically report push_clientid to the opendb-device table)
  • uni statistics 2 Added crash statistics page on admin side app, supplemented crash rate statistics
  • uni statistics 2 Fix the bug of inaccurate error rate calculation on the admin side js error report statistics page
  • uni statistics 2 Fix the bug that the trend graph status is displayed incorrectly after switching versions or modifying time on the admin side
  • uni statistics 2 Fix the problem that the interface flickers when some pages are entered for the first time on the admin side

# 2022-06-23

  • [Important] uni-id refactoring. The combination of uni-id public module + uni-id-cf cloud function is no longer updated, but replaced by uni-id-common public module + uni-id-pages cloud integrated template
    • Added uni-id-common public module. A smaller public module, responsible for uni-id token management and permission verification Details
    • 新增 uni-id-pages云端一体页面模板。包括一组前端页面 + uni-id-co云对象。包括用户注册、登录、忘记密码、个人中心等功能 详情
  • 新增 uniIdRouter路由管理。在 pages.json 里直接定义哪些页面需要登录后才能访问 详情
  • Added uniCloud.onNeedLogin/offNeedLogin for monitoring/removing monitoring of required login events, it needs to be used with uniIdRouter [Details](https://uniapp.dcloud.io/uniCloud/client-sdk.html#on-need -login)
  • Added uniCloud.onRefreshToken/offRefreshToken to monitor/remove monitor token update event Details
  • Adjusted to import the uni-id-common public module by default when creating an uniCloud project in HBuilderX, and no longer import the old uni-id public module
  • Adjust clientDB to rely on uni-id-common first, and rely on the old uni-id common module when there is no uni-id-common
  • Fix the bug that the local debugging plugin HBuilderX 3.4.12 leads to the error of accessing non-related service space cloud functions in some scenarios when running the project
  • Fix the local debugging plug-in Some app platforms, web platforms switch cloud cloud function / local cloud function invalid bug Details
  • Fix the bug that the error thrown in the after of the clientDB action cannot be received by the after of another action Details
  • Fix the bug of running jql file error when there is no uni-id in the project
  • uniCloud console added Redis data visualization management

# 2022-06-14

  • Fix the bug that the client userAgent is HBuilderX when the client connected to the local cloud function caused by the local debugging plugin version 3.4.0
  • Fixed the bug of using console.timeEnd in the local debugging plug-in cloud function to output the log disorderly

# 2022-06-01

  • Added uniCloud.onResponse/offResponse interface to monitor the response results of cloud functions, cloud objects and clientDB Details
  • Added uniCloud response body specification Added newToken field for token renewal. The cloud object will automatically store the token persistently Details
  • Fix the bug of uniCloud virtual directory and cloud object directory under uni_modules, right-click menu, there is no run-local cloud object, debug run-local cloud object menu
  • uniCloud console Added Tencent Cloud cloud storage support for uploading folders
  • uni-admin Added uni statistics You can query data by selecting "App Version"
  • uni-admin added some functions of uni statistics native app crash page
  • uni-admin fix the bug that the last column of the uni statistics channel page table is blank
  • uni-admin fix the bug that the trend graph of the uni statistics scene analysis page has data but it is displayed as 0
  • uni-admin fix the bug that the permissions can only load 20 items in the system settings

# 2022-05-23

  • Fix the bug that HBuilderX 3.4.10 caused the error of running cloud functions in the associated service space Details

# 2022-05-20

  • uni-admin Optimized the "Statistics Home" menu of uni statistics and moved it to the "Home" of the application, adding device overview and registered user overview
  • uni-admin optimizes the display logic of "Home", when there is no appid, you will be prompted to add a statistical application, and you can jump to the new page of "Application Management"
  • uni-admin optimization Simplifies login logic and improves login speed
  • uni-admin Optimized uni stats Help menu moved to Documentation and Plugins
  • uni-admin fix the bug that the query of url is lost when jumping from "Home" to "Overview"
  • uni-admin fix bug that breadcrumbs did not respond after route change

# 2022-05-17

  • Added local cloud function to call cloud redis for easy development and debugging Details
  • Added uni-cloud-jql extension library databaseForJQL method to support passing clientInfo for easy use in cloud objects [Details](https://uniapp.dcloud.net.cn/uniCloud/jql-cloud.html#use-in -object)
  • Fix the bug that the running process will be stuck if the service space is not bound when running the cloud function caused by the local running plugin HBuilderX 3.4.8
  • Fix the bug that _after does not execute after an error is thrown in the cloud object _before Details
  • uni-id adjustment Bind and unbind the mailbox phone number interface, as long as the code parameter is passed, the verification code will be verified even if the passed value is undefined
  • uni-id adjustment Add the os_name field in the user table register_env to distinguish the client system type during registration
  • uni-id Fix the bug that users added by addUser interface cannot log in with password Details
  • uni-id fix the bug of this.t is not a function when the config file syntax is wrong
  • uni-captcha new integration: cloud-integrated component that creates, refreshes, and displays captcha Details
  • uni-starter adds SMS verification code login, binding mobile phone number, anti-swipe logic; when the SMS verification code is entered incorrectly more than 2 times, the graphic verification code will pop up for man-machine verification. Details
  • uni-admin added uni statistics report function Details

# 2022-05-08

  • [Important] Adjust the context.PLATFORM value corresponding to the client App platform of vue2 version from app-plus to app. This adjustment affects uni-id, please refer to the document for details: uni-id preferedAppPlatform
  • Fixed the bug that the loading title could not be displayed when the cloud object automatically displayed the interactive interface Details
  • Adjusted that the client will report all the content returned by getSystemInfoSync for the cloud to use, refer to the document: [Get client information in cloud functions](https://uniapp.dcloud.net.cn/uniCloud/cf-functions.html# client-info), Get client information in cloud object
  • uni-id Added getWeixinUserInfo to get the user information of the WeChat login user on the app platform Details
  • uni-id Added addUser for adding users manually Details
  • uni-id Added resetPwdBySms to reset password using SMS verification code Details
  • uni-id adjustment Record the user registration environment to the register_env field during user registration Details
  • uni-id adjustment Move the registration ip to register_env when users register

# 2022-04-28

  • Fix the bug that the toast icon is wrong when the cloud object automatically displays the error prompt interface Details
  • Added uniCloud support for running and debugging cloud objects locally Details

# 2022-04-24

  • [Important] Alibaba Cloud adjusted the nodejs version used by cloud functions in nodejs8 version from 8.9.0 to 8.17.0

# 2022-04-16

  • [Important] Alibaba Cloud Adjustment The maximum timeout time for a single database query has been adjusted from 1 second to 3 seconds, and the cloud function needs to be re-uploaded to trigger the update
  • [Important] Cloud object adjustment By default, the request-related ui will be automatically displayed (waiting for loading, error pop-up box) Details
  • JQL fix Bug that restricts permissions excessively in some cases Details
  • Local debugging plug-in Fixed the bug that HBuilderX version 2.4.5 caused a false report of public module conflict when accessing local cloud functions in some scenarios.

# 2022-04-08

  • Fix the bug of clientDB local running error caused by version 3.4.4

# 2022-04-03

  • Fixed the bug that the file in the cloud function subdirectory introduced by version 3.4.0 failed to refer to the public module

# 2022-03-25

  • Fix the bug that the public module that the right-click management of the public module depends on does not take effect
  • Fix Fix the bug of calling cloud objects when running cloud functions locally

# 2022-03-04

  • [Important] Added Cloud Object. Upgrade the callfunction function call to a modular method, the network no longer transmits json, and the front-end objectification uses cloud API details
  • [Adjustment] The send SMS API is stripped from the built-in library to the extension library uni-cloud-sms Details
  • [Adjustment] One-click login API is stripped from the built-in library to the extension library uni-cloud-verify Details
  • [Adjustment] UniCloud local debugging plug-in When the cloud function is right-clicked and run locally, the callFunction in this cloud function is changed from calling the cloud cloud function to calling the local cloud function
  • Added jql syntax to allow groupBy distinct to be used in the virtual join table of getTemp join table query Details
  • Optimized the interface of HBuilderX new cloud function to support selection of templates and dependencies
  • Fix the bug that the data format returned by the Alibaba Cloud function delete file interface is incorrect
  • Fixed the bug that the uni-cloud-jql extension library did not throw errors in scenarios such as permission verification failure

# 2022-02-22

  • Fix the bug that the JQL syntax getTemp returns an error when the result is passed to the component property Details

# 2022-01-14

  • Fix the bug that JQL database management caused by 3.3.7-alpha cannot be used normally Details

# 2022-01-12

  • Added JQL syntax to use getTemp for join table query, support using as or other operations in temporary tables [Details](https://uniapp.dcloud.net.cn/uniCloud/jql?id=lookup-with- temp)
  • Added JQL syntax. When using getTemp to query the linked table, it supports using the foreignKey method in the virtual linked table to specify the field of the foreignKey to be used [Details](https://uniapp.dcloud.net.cn/uniCloud/jql ?id=lookup-with-temp)
  • Added web console Alibaba Cloud front-end web hosting support to enable uni-app history routing jump mode support for specified paths Details
  • Added uni-id support for custom international language support Details
  • Fixed the bug that the duplicate phone number was not verified when uni-id one-click login
  • Fix the bug that the user's mailbox is empty when uni-id Apple login
  • Fixed the bug of duplicate username and password errors in multiple applications when logging in with uni-id username and password
  • Fixed the bug that the local debugging plug-in reported an error when using the run menu to run the cloud function locally when opening the non-cloud function root directory file
  • Fix the local debug plug-in. In some cases, the client connected to the local cloud function with the JQL extension enabled.

# 已归档的历史版本

更多已归档版本的更新日志