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
[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
[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
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 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
[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
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
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
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
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
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
[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
[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.
[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
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.