CN106648562B - Version updating method and device - Google Patents

Version updating method and device Download PDF

Info

Publication number
CN106648562B
CN106648562B CN201510724155.4A CN201510724155A CN106648562B CN 106648562 B CN106648562 B CN 106648562B CN 201510724155 A CN201510724155 A CN 201510724155A CN 106648562 B CN106648562 B CN 106648562B
Authority
CN
China
Prior art keywords
version
terminal
update
gray level
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201510724155.4A
Other languages
Chinese (zh)
Other versions
CN106648562A (en
Inventor
魏庆华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201510724155.4A priority Critical patent/CN106648562B/en
Priority to PCT/CN2016/099240 priority patent/WO2017071425A1/en
Publication of CN106648562A publication Critical patent/CN106648562A/en
Application granted granted Critical
Publication of CN106648562B publication Critical patent/CN106648562B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • H04L41/082Configuration setting characterised by the conditions triggering a change of settings the condition being updates or upgrades of network functionality

Abstract

The invention discloses a version updating method and device, and belongs to the technical field of internet. The method comprises the following steps: acquiring a gray level issuing strategy corresponding to an update version of a specified application; receiving a version updating request sent by a terminal, wherein the terminal is provided with the specified application; detecting whether terminal information carried in the version updating request accords with a gray level issuing strategy or not; and if the terminal information accords with the gray level issuing strategy, issuing the updating configuration corresponding to the updating version to the terminal. The invention solves the problems that the prior art adopts a random extraction mode to carry out gray scale release, lacks pertinence, causes that an updated version can not be comprehensively tested, and has larger risk under the condition of large-scale update; the terminal for testing is selected in a targeted manner according to the gray level issuing strategy, so that the updated version can be tested comprehensively, the stability of the updated version is improved, and the risk of large-scale updating is reduced.

Description

Version updating method and device
Technical Field
The present invention relates to the field of internet technologies, and in particular, to a version updating method and apparatus.
Background
With the continuous development of internet technology, the version update frequency of application programs in intelligent devices is higher and higher. The application program may be referred to as an application for short, and in order to ensure the stability of the updated version, developers usually release the updated version of the application by using a gray-scale release method.
When the updated version is released by adopting a gray release mode, a random extraction mode is usually adopted, part of test users are extracted from the users using the application, the updated version is sent to the test users, and the test users are reminded to update the version. And if the updated version is used by the tested user and stably operates, gradually expanding the sending range of the updated version, and finally sending the updated version to all users using the application.
In the process of implementing the invention, the inventor finds that the prior art has at least the following problems:
the gray level release is carried out by adopting a random extraction mode, the pertinence is lacked, the updated version cannot be comprehensively tested, and a large risk exists under the condition of large-scale update.
Disclosure of Invention
In order to solve the problems in the prior art, embodiments of the present invention provide a version updating method and apparatus. The technical scheme is as follows:
according to a first aspect of the present invention, there is provided a version update method, the method comprising:
acquiring a gray level issuing strategy corresponding to an update version of a specified application;
receiving a version updating request sent by a terminal, wherein the terminal is provided with the specified application;
detecting whether the terminal information carried in the version updating request accords with the gray level issuing strategy or not;
and if the terminal information conforms to the gray level issuing strategy, issuing an updating configuration corresponding to the updating version to the terminal.
According to a second aspect of the present invention, there is provided a version update apparatus, the apparatus comprising:
the acquisition module is used for acquiring a gray level issuing strategy corresponding to the update version of the specified application;
the receiving module is used for receiving a version updating request sent by a terminal, and the terminal is provided with the specified application;
the first detection module is used for detecting whether the terminal information carried in the version updating request accords with the gray level issuing strategy or not;
and the updating module is used for issuing the updating configuration corresponding to the updating version to the terminal if the terminal information conforms to the gray level issuing strategy.
The technical scheme provided by the embodiment of the invention has the following beneficial effects:
the method comprises the steps that version updating requests sent by all terminals are received, whether terminal information carried in the version updating requests accords with a preset gray level issuing strategy or not is detected, and when the terminal information accords with the gray level issuing strategy, updating configuration corresponding to the updating versions is issued to the terminals for the terminals to update; the problem that the prior art adopts a random extraction mode to carry out gray scale release, lacks pertinence, causes that an updated version cannot be comprehensively tested, and has greater risk under the condition of large-scale update is solved; the terminal for testing is selected in a targeted manner according to the gray level issuing strategy, so that the updated version can be tested comprehensively, the stability of the updated version is improved, and the risk of large-scale updating is reduced.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a schematic diagram of an implementation environment provided by an embodiment of the invention;
FIG. 2 is a flow chart of a method of version update provided by an embodiment of the present invention;
FIG. 3A is a flowchart of a method for updating a version provided by another embodiment of the invention;
fig. 3B, 3D, 3E and 3F are flowcharts illustrating a terminal information detection process involved in the version update method provided in fig. 3A;
FIG. 3C is a flowchart illustrating an update configuration delivery process involved in the version update method provided in FIG. 3A;
FIG. 3G illustrates a flow chart of an anti-harassment process involved with the version update method provided by FIG. 3A;
fig. 4 is a block diagram showing a configuration of a version updating apparatus according to an embodiment of the present invention;
fig. 5 is a block diagram illustrating a version updating apparatus according to another embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail with reference to the accompanying drawings.
Referring to fig. 1, a schematic structural diagram of an implementation environment according to an embodiment of the invention is shown. The implementation environment includes: a grey scale distribution server 120 and at least one terminal 140.
The gray release server 120 is a background server corresponding to a specific application, and the specific application is installed in at least one terminal 140. The gradation issuance server 120 is configured to issue the updated version of the specified application to the part of the terminals 140. The gray distribution server 120 may be a server, a server cluster composed of a plurality of servers, or a cloud computing center.
The gray distribution server 120 and the at least one terminal 140 are connected through a wired or wireless network.
The terminal 140 may be a mobile phone, a tablet computer, an e-book reader, an MP3(Moving Picture experts Group Audio Layer III, mpeg compression standard Audio Layer 3) player, an MP4(Moving Picture experts Group Audio Layer IV, mpeg compression standard Audio Layer 4) player, a laptop computer, a desktop computer, and the like. The terminal 140 has a designated application installed therein corresponding to the gradation server 120. The specific application may be a communication application, a social application, a game application, a video playing application, a news client, an application store, etc., and the type of the specific application is not limited in the present invention.
Referring to fig. 2, a flowchart of a version updating method according to an embodiment of the present invention is shown. The present embodiment is exemplified in that the version updating method is applied to the gradation issuance server 120 shown in fig. 1. The method comprises the following steps:
step 202, obtaining a gray level issuing strategy corresponding to the update version of the designated application.
The server is used for determining part of terminals for installing the specified application as target test terminals according to the gray level issuing strategy and preferentially providing the updated version of the specified application for the target test terminals.
Step 204, receiving a version update request sent by a terminal, where the specified application is installed in the terminal.
The version updating request comprises a first type version updating request and a second type version updating request, wherein the first type version updating request is a request sent by a user through manual triggering of a terminal, and the second type version updating request is a request sent by the terminal automatically according to a preset updating strategy.
And step 206, detecting whether the terminal information carried in the version updating request accords with a gray level issuing strategy.
And step 208, if the terminal information accords with the gray level issuing strategy, issuing an updating configuration corresponding to the updating version to the terminal.
Correspondingly, the terminal receiving the updated version updates the version according to the update configuration and sends feedback information to the server according to the actual update and the use condition.
In summary, in the version updating method provided in this embodiment, by receiving the version updating request sent by each terminal, and detecting whether the terminal information carried in the version updating request conforms to the preset grayscale issuing policy, when the terminal information conforms to the grayscale issuing policy, the terminal is issued the updating configuration corresponding to the updated version for the terminal to update; the problem that the prior art adopts a random extraction mode to carry out gray scale release, lacks pertinence, causes that an updated version cannot be comprehensively tested, and has greater risk under the condition of large-scale update is solved; the terminal for testing is selected in a targeted manner according to the gray level issuing strategy, so that the updated version can be tested comprehensively, the stability of the updated version is improved, and the risk of large-scale updating is reduced.
Referring to fig. 3A, a flowchart of a version updating method according to another embodiment of the invention is shown. The present embodiment is exemplified in that the version updating method is applied to the gradation issuance server 120 shown in fig. 1. The method comprises the following steps:
step 301, obtaining a gray level issuing strategy corresponding to the update version of the designated application.
When a developer performs gray scale release on an updated version of a designated application, the developer can issue an update configuration corresponding to the updated version and a corresponding gray scale issuing strategy to a gray scale issuing server corresponding to the designated application through a pre-constructed gray scale issuing platform.
The gray level issuing server is configured to determine a target test terminal for performing gray level issuing according to the gray level issuing policy, where the gray level issuing policy may be a policy formulated for a version of a specific application (issuing an update version to a terminal using a specific version), a policy formulated for regional distribution of terminals (issuing an update version to a terminal in a specific area), a policy formulated for a network condition of a terminal (issuing an update version to a terminal in a specific network connection state), or a policy formulated for a user characteristic of a user (issuing an update version to a user with a specific user characteristic), and the like.
As a possible implementation manner, the gray scale publishing platform may be presented in a web form, and the gray scale publishing platform includes an update configuration uploading entry, a gray scale level setting entry, a gray scale issuing policy setting entry, and the like. When a developer carries out gray scale release of an update version, only corresponding update configuration needs to be selected, gray scale magnitude of gray scale release needs to be input, and a corresponding gray scale issuing strategy needs to be set.
After the gray scale issuing server receives the data such as the updating configuration and the gray scale issuing strategy issued by the gray scale issuing platform, the gray scale issuing server can issue the gray scale according to the data.
Step 302, receiving a version update request sent by a terminal, in which the specified application is installed.
The terminal installed with the designated application can send a version update request to the gray scale distribution server when detecting that a user manually obtains an update version, or can automatically send the version update request to the gray scale distribution server according to a preset update strategy in the designated application, and correspondingly, the gray scale distribution server receives the version update requests sent by each terminal.
It should be noted that, unlike the existing method of establishing a long connection channel between a server and a terminal and pushing an update configuration to the terminal through the long connection channel, the terminal in the present invention actively pulls the update configuration from the grayscale issuing server in real time, and does not need to establish a long connection channel with the grayscale issuing server, thereby avoiding the problems of consuming terminal traffic and occupying terminal process space when maintaining the long connection channel.
And step 303, detecting whether the terminal information carried in the version updating request accords with a gray level issuing strategy.
The version updating request sent by the terminal carries terminal information, and the gray scale release server determines whether to issue the updating configuration to the terminal according to the terminal information. The terminal information includes, but is not limited to, a current version identifier of a specific application installed in the terminal, a geographical location of the terminal, a current network connection state of the terminal, a user identifier of a user corresponding to the terminal, a type of terminal equipment, and the like.
The gray scale issuing server acquires the terminal information, detects whether the terminal information accords with a preset gray scale issuing strategy, determines that the terminal is a target test terminal when the terminal information accords with the preset gray scale issuing strategy, and executes the following step 304; when the terminal information does not accord with the preset gray level issuing strategy, the terminal is determined not to be the target test terminal, and the gray level issuing server does not send corresponding updating configuration like the terminal.
As a possible implementation manner, a developer needs to install and operate an update configuration using a terminal of a specified historical version, and evaluate an update version according to an operation condition, that is, a grayscale issuing policy is formulated for a version of a specified application, and when the grayscale issuing server detects whether terminal information conforms to the grayscale issuing policy, as shown in fig. 3B, this step may include the following steps.
Step 303A, a current version identifier included in the terminal information is obtained, where the current version identifier is a version identifier of a specific application installed in the terminal.
When the terminal sends a version updating request to the gray scale release server, the current version identification of the appointed application installed in the terminal is added into the terminal information, and correspondingly, when the gray scale release server detects that the terminal is the terminal with the appointed historical version, the current version identification contained in the terminal information is obtained.
Wherein the current version identification may be a version number of a specified application. For example, the grayscale release server obtains that the current version number included in the terminal information is ver 5.2.1.
Step 303B, a target version identifier included in the gray level issuing policy is obtained.
And the gray release server acquires a target version identifier contained in the gray release strategy, wherein the target version identifier is at least one historical version identifier.
For example, the gray release server obtains target version numbers ver 5.1.1 and ver 5.2.1 included in the gray release policy.
And step 303C, if the current version identification is consistent with the target version identification, determining that the terminal information accords with a gray level issuing strategy.
And the gray release server detects whether the acquired current version identification is consistent with the target version identification, and if the current version identification is consistent with the target version identification, the gray release server determines that the terminal information conforms to a gray release strategy, namely the terminal is a target test terminal.
When the target version identification is unique, the consistency of the current version identification and the target version identification means that the current version identification and the target version identification are completely the same; when the target version identifier includes a plurality of version identifiers, the fact that the current version identifier is consistent with the target version identifier means that the plurality of version identifiers include the current version identifier.
And 304, if the terminal information accords with the gray level issuing strategy, issuing an updating configuration corresponding to the updating version to the terminal.
The version update request sent by the terminal and received by the grayscale release server may be automatically sent by the terminal according to a predetermined update policy in a designated application, that is, the user may not want to perform the version update, and at this time, if the update configuration is directly issued to the terminal, interference may be caused to the user, so in order to avoid the interference to the user, the grayscale release server needs to further determine the type of the version update request.
As one possible implementation, as shown in fig. 3C, this step may include the following steps.
Step 304A, if the version update request is the first type version update request, directly sending the update configuration corresponding to the update version to the terminal.
The first type version updating request is a request sent by a terminal through manual triggering of a user.
For example, the designated application includes a manual update button, and when the user clicks the manual update button, the terminal sends a first type version update request to the grayscale distribution server.
Because the user manually triggers the terminal to send the version updating request when the first type of version is requested, the user has extremely high willingness to update the version, and after the updating configuration corresponding to the updating version is sent to the terminal, the possibility that the user installs the updating configuration is extremely high, and the user cannot be interfered.
Step 304B, if the version updating request is a second type version updating request, sending updating reminding information to the terminal, wherein the terminal is used for displaying the updating reminding information according to a preset reminding strategy; and when receiving the confirmation update information sent by the terminal, sending the update configuration corresponding to the update version to the terminal.
The second type version updating request is a request automatically sent by the terminal according to a preset updating strategy, and the preset reminding strategy comprises at least one of a reminding period, reminding effective time and reminding ineffective time.
For example, the preset reminding strategy includes a reminding period of every 6 hours/time, a reminding effective time of 00 minutes 00 seconds at 13 months and 13 days in 2015 year, and a reminding ineffective time of 59 minutes 59 seconds at 23 days at 15 months and 15 days in 2015 year, and the terminal sends the update reminding information every 6 hours when the user uses the specified application in a time period of 00 minutes 00 seconds at 13 days and 00 seconds at 13 months and 00 seconds at 13 days and 59 minutes 59 seconds at 23 days at 15 days and 15 days in 2015 year, and the update reminding information can be displayed in a popup window mode. When the terminal receives an update confirmation instruction triggered by a user, the update confirmation information is sent to the gray scale release server, and the gray scale release server is instructed to send the update configuration corresponding to the update version to the terminal.
It should be noted that the preset reminding policy may be set by the user in the update setting page corresponding to the specified application, or may be set by the developer, and is sent to the terminal together with the second type version update request, which is not limited in the present invention.
And 305, monitoring the real-time index data of the updated version in real time, wherein the real-time index data is generated according to the data fed back by each terminal in a summary manner.
When the gray scale distribution server distributes gray scales, the data fed back by each terminal is received, and the fed back data can be sent when the terminal downloads the update configuration, installs the update configuration, activates the application after installing the update configuration, and flashes back after installing the update configuration.
And the gray scale release server summarizes the received data to generate a real-time index data table shown in the table I.
Delivery amount Download volume Amount of installation Amount of activation Crash rate
14531 14325 13279 13250 0.01%
Watch 1
It should be noted that, in this embodiment, only the real-time indicator data includes the above information as an example for schematic description, and in an actual use process, the real-time indicator data may further include terminal network distribution, terminal geographic location distribution, and statistics data of a crash occurrence location (java layer, native layer), and the like, which is not limited in this invention.
Step 306, if the activation amount of the update version included in the real-time index data reaches the preset gray scale level, the update configuration is stopped being issued.
The method comprises the steps that a developer sets a gray level magnitude corresponding to gray level release while setting a gray level issuing strategy, a gray level issuing server detects whether the activation quantity of an update version contained in real-time index data reaches a preset gray level magnitude or not in real time, and if the activation quantity of the update version reaches the preset gray level magnitude or not and indicates that a gray level issuing task is completed, issuing of updating configuration is stopped, and resource waste caused by excessive issuing is avoided.
And 307, stopping issuing the update configuration if the crash rate of the update version contained in the real-time index data reaches a preset threshold.
The crash rate can be calculated according to the reported amount/activated amount of the crash, and the crash rate is used for indicating the crash proportion of the specified application after the update configuration is installed.
The gray scale release server detects whether the crash rate of the updated version contained in the real-time index data reaches a preset threshold value or not in real time, when the crash rate reaches the preset threshold value, the fact that the updating configuration has a serious defect is shown, and more terminals cannot use the appointed application due to the fact that gray scale release is continuously carried out. Therefore, in order to avoid that more terminals cannot use the designated application, the gray scale publishing server starts the hemostasis system and stops issuing updated configuration to any terminal.
It should be noted that the gray scale publishing server may also monitor other data included in the real-time index data, so as to find defects existing in the updated version and display the defects to developers in time, which is convenient for the developers to solve, and the whole gray scale publishing process is more intuitive and intelligent, and can significantly improve the efficiency of gray scale publishing.
In summary, in the version updating method provided in this embodiment, by receiving the version updating request sent by each terminal, and detecting whether the terminal information carried in the version updating request conforms to the preset grayscale issuing policy, when the terminal information conforms to the grayscale issuing policy, the terminal is issued the updating configuration corresponding to the updated version for the terminal to update; the problem that the prior art adopts a random extraction mode to carry out gray scale release, lacks pertinence, causes that an updated version cannot be comprehensively tested, and has greater risk under the condition of large-scale update is solved; the terminal for testing is selected in a targeted manner according to the gray level issuing strategy, so that the updated version can be tested comprehensively, the stability of the updated version is improved, and the risk of large-scale updating is reduced.
In this embodiment, the gray scale publishing server can collect and monitor the real-time index data of the updated version in real time, and automatically stop the gray scale publishing when detecting that the activation amount of the updated version included in the real-time index data reaches the preset gray scale level, that is, the gray scale publishing is guaranteed to reach the predetermined index, and resource waste caused by excessive publishing is avoided.
In this embodiment, the gray scale publishing server can collect and monitor the real-time index data of the updated version in real time, and automatically stop the gray scale publishing when detecting that the crash rate of the updated version included in the real-time index data reaches a preset threshold, thereby avoiding the problem of large-area application breakdown caused by further gray scale publishing when the update configuration has a problem.
As another possible implementation manner, the gray scale publishing server may only issue the updated configuration to the terminal in the designated area, as shown in fig. 3D, step 303 may further include the following steps.
Step 303D, the geographical location of the terminal included in the terminal information is obtained.
The geographic position of the terminal may be a longitude and latitude coordinate obtained by Positioning the terminal through a Global Positioning System (GPS), a city where the terminal is located, or the like.
For example, the terminal locates that the city where the terminal is located is a tin-free city through the GPS, adds the city where the terminal is located to the terminal information, and sends the terminal information to the gray scale publishing server, and accordingly, the gray scale publishing server can obtain the city where the terminal is located.
Step 303E, a target region included in the gray level issuing policy is obtained.
The gray level issuing strategy preset by the developer includes issuing an updated and configured target area, where the target area may be at least one group of longitude and latitude coordinates, at least one city, province or country, and the like, and the invention is not limited thereto.
And after the gray scale issuing server acquires the geographic position of the terminal contained in the terminal information, further acquiring a target area contained in a gray scale issuing strategy. For example, the target region included in the gray level issuing strategy is Jiangsu province.
Step 303F, if the geographic position of the terminal belongs to the target area, determining that the terminal information conforms to the gray level issuing strategy.
The gray scale issuing server acquires a terminal geographic position and a target area, detects whether the terminal geographic position belongs to the target area, and determines that the terminal information accords with a gray scale issuing strategy when the terminal geographic position belongs to the target area.
Obviously, by presetting the gray level issuing strategy aiming at the region, the gray level issuing server can issue the updating configuration to the terminal in the designated region, so that the gray level issuing is more targeted.
In this embodiment, the gray scale publishing server may send the update configuration to the terminal in the designated area according to the gray scale issuing policy, so that the accuracy of the test of the update version in the designated area is improved.
Since downloading the update configuration requires more traffic, when the terminal is connected to WI-FI (WIreless-FIdelity), the terminal has a higher probability of downloading the update configuration; when the terminal is connected to the operator network, the terminal issues the update configuration, and since the terminal has limited traffic, the terminal has a low possibility of downloading the update configuration, which results in low efficiency of the gray scale distribution, and in order to further improve the efficiency of the gray scale distribution, as shown in fig. 3E, the step 303 may further include the following steps.
Step 303G, obtaining the current network connection status included in the terminal information, where the current network connection status includes connection to WI-FI and connection to the operator network.
The terminal information sent by the terminal to the gray release server carries the current network connection state of the terminal, the current network connection state includes connection to WI-FI and connection to the operator network, and further, when the current network connection state is the connection to the operator network state, the terminal information may also carry an operator identifier.
Accordingly, the gray scale publishing server may obtain the current network connection state.
And step 303H, acquiring a target network connection state included in the gray level issuing strategy.
As a possible implementation manner, in order to increase the download amount of the update configuration, when the developer sets the grayscale issuing policy in advance, the target network connection state may be set to be connected to the WI-FI, that is, the update configuration is issued to the terminal only when the terminal is connected to the WI-FI.
It should be noted that the gray level issuing policy set by the developer may also be to send an update configuration to a terminal using a specified operator network, and the embodiment of the present invention is not limited to this.
Step 303I, if the current network connection state is consistent with the target network connection state, determining that the terminal information conforms to the gray level issuing policy.
And when the current network connection state is consistent with the target network connection state, the gray scale issuing server determines that the terminal information accords with a gray scale issuing strategy.
In this embodiment, the gray scale publishing server may send the update configuration to the terminal in the designated network connection state according to the gray scale issuing policy, so as to avoid a problem that the user cannot update in time due to the fact that the user is not connected with WI-FI when the user is reminded to update.
When different users use a specific application, the attention degree of different blocks in the specific application is different, for example, when the specific application is a video client-class application, the attention and the use degree of different video-type blocks by the users are different, some users may pay attention to "entertainment blocks", and some users may pay attention to "game blocks". When some tiles in the video client are updated, in order to implement more accurate gray level issue and improve comprehensiveness and pertinence of the updated version test, as a possible implementation manner, as shown in fig. 3F, the step 303 may further include the following steps.
Step 303J, the user identifier included in the terminal information is obtained.
The user identification may be an account registered in a given application.
And 303K, searching a user label corresponding to the user identifier through the user portrait system, wherein the user label corresponding to each user identifier is stored in the user portrait system.
According to the personal information of the user and the preference information of the user using the designated application, the user representation system in the gray scale publishing server generates corresponding user tags for the users, and maintains the corresponding relationship between the user identifiers and the user tags, and schematically, the corresponding relationship between the user identifiers and the user tags can be shown in table two.
User identification User tag
Zhangsan Student, game and house
Lisi Technical control, programmer
Wangwu NBA, critic
Watch two
Correspondingly, after the gray scale release server obtains the user identification, the user label corresponding to the user identification is searched through the user representation system.
For example, the grayscale issuing server obtains that the user identifier is "Zhangsan", and searches for the user label corresponding to the user identifier as "student, game, house" by the user representation system.
And step 303L, acquiring a target user tag included in the gray level issuing strategy.
After the gray scale issuing server obtains the user tag, a target user tag included in the gray scale issuing policy is obtained, for example, the target user tag included in the gray scale issuing policy is obtained as "game" and "animation" by the gray scale issuing server.
Step 303M, detecting whether a user identifier matching the target user tag exists in the user tag corresponding to the user identifier.
If the user identifier matched with the target user tag exists in the user tags corresponding to the user identifiers, executing step 303N; and if the user identification matched with the target user label does not exist in the user labels corresponding to the user identifications, determining that the terminal information does not conform to the gray level issuing strategy, namely not issuing the updating configuration to the terminal.
And step 303N, if the user identifier matched with the target user identifier exists in the user tags corresponding to the user identifiers, determining that the terminal information conforms to a gray level issuing strategy.
Obviously, a target user group can be accurately positioned through the user representation system, so that the gray release is more targeted, the comprehensiveness of the test of the updated version can be obviously improved, and developers can find and solve the defects in the updated version in time.
In this embodiment, the grayscale issuing server may determine, according to a user-defined target user tag and in combination with the user representation system, a terminal that receives the update configuration, implement accurate delivery of the update configuration, and improve comprehensiveness and pertinence of the update version test.
When a developer sets a gray level issuing strategy for an updated version, at least two parallel gray level issuing strategies can be set for the same updated version, for example, the first gray level issuing strategy is to issue an updating configuration to terminals of Jiangsu, and the second gray level issuing strategy is to issue an updating configuration to users with user tags as games. In order to avoid the above problem, as a possible implementation manner, as shown in fig. 3G, after the step 303, the following step may be further included:
and 308, detecting whether the anti-harassment list contains the terminal.
And a database in the gray release server maintains an anti-harassment list, and the anti-harassment list is recorded with the terminal identification of the terminal which has issued the updated configuration.
And 309, if the terminal information conforms to the gray level issuing strategy and the harassment-prevention list does not contain the terminal, issuing an update configuration corresponding to the update version to the terminal.
If the anti-harassment list does not contain the terminal, the terminal is indicated to have not been issued with the updating configuration, and the gray scale releasing server immediately issues the updating configuration corresponding to the updating version to the terminal.
And step 310, adding the terminal to an anti-harassment list.
And after the grey scale release server issues the update configuration corresponding to the update version to the terminal, the terminal is added into the anti-harassment list, and the grey scale release server does not issue the update configuration any more even if the terminal information of the terminal meets other parallel grey scale issuing strategies, so that multi-task parallel mutual exclusion is realized, and harassment to a user caused by repeated issuing of the same update configuration is avoided.
It should be noted that, when a plurality of gray level issuing strategies are set in parallel in the same update version, the gray level issuing service may also uniformly distribute the target test terminals for each gray level issuing strategy according to the preset gray level and the number of the gray level issuing strategies, which is not limited in the present invention.
In this embodiment, the grayscale issuing server maintains the anti-harassment list, and when the same update version corresponds to at least two parallel grayscale issuing strategies, "multitask parallel mutual exclusion" is realized, users are prevented from being harassed, and the accuracy of grayscale issuing is improved.
It should be noted that the version updating methods provided in the foregoing embodiments are not only suitable for large-scale gray scale release in the version update release stage, but also suitable for small-scale internal test in the version update internal test stage (a developer may request a specific terminal to perform version update in the small-scale internal test), that is, the version updating method is suitable for each stage in the application development process, and is not only suitable for the version update gray scale release stage, and the embodiments of the present invention do not limit this.
The following are embodiments of the apparatus of the present invention, details of which are not described in detail in the embodiments of the apparatus, and reference may be made to the above-mentioned one-to-one corresponding method embodiments.
Referring to fig. 4, a block diagram of a version updating apparatus according to an embodiment of the present invention is shown. The version updating apparatus provided in the present embodiment may be implemented by software, hardware, or a combination of the two as all or a part of the gray distribution server 120 in fig. 1. The device includes:
an obtaining module 410, configured to obtain a grayscale issuing policy corresponding to an update version of a specific application;
a receiving module 420, configured to receive a version update request sent by a terminal, where a specified application is installed in the terminal;
the first detection module 430 is configured to detect whether the terminal information carried in the version update request conforms to a grayscale issuing policy;
the updating module 440 is configured to issue an update configuration corresponding to the update version to the terminal if the terminal information conforms to the grayscale issuing policy.
In summary, the version updating apparatus provided in this embodiment receives the version updating requests sent by each terminal, detects whether the terminal information carried in the version updating requests conforms to the preset grayscale issuing policy, and issues the updating configuration corresponding to the updated version to the terminal for the terminal to update when the terminal information conforms to the grayscale issuing policy; the problem that the prior art adopts a random extraction mode to carry out gray scale release, lacks pertinence, causes that an updated version cannot be comprehensively tested, and has greater risk under the condition of large-scale update is solved; the terminal for testing is selected in a targeted manner according to the gray level issuing strategy, so that the updated version can be tested comprehensively, the stability of the updated version is improved, and the risk of large-scale updating is reduced.
Referring to fig. 5, a block diagram of a version updating apparatus according to another embodiment of the present invention is shown. The version updating apparatus provided in the present embodiment may be implemented by software, hardware, or a combination of the two as all or a part of the gray distribution server 120 in fig. 1. The device includes:
an obtaining module 510, configured to obtain a grayscale issuing policy corresponding to an update version of a specific application;
a receiving module 520, configured to receive a version update request sent by a terminal, where a specific application is installed in the terminal;
a first detection module 530, configured to detect whether terminal information carried in the version update request conforms to a grayscale issuing policy;
and the updating module 540 is configured to issue an update configuration corresponding to the update version to the terminal if the terminal information conforms to the grayscale issuing policy.
Optionally, the first detecting module 530 includes:
a first detecting unit 531, configured to obtain a current version identifier included in the terminal information, where the current version identifier is a version identifier of the specific application installed in the terminal; acquiring a target version identifier contained in the gray level issuing strategy; if the current version identification is consistent with the target version identification, determining that the terminal information conforms to the gray level issuing strategy;
and/or;
a second detection unit 532, configured to obtain a geographic location of the terminal included in the terminal information; acquiring a target area contained in the gray level issuing strategy; if the geographic position of the terminal belongs to the target area, determining that the terminal information conforms to the gray level issuing strategy;
and/or;
a third detecting unit 533, configured to acquire a current network connection status included in the terminal information, where the current network connection status includes connection to wifi and connection to an operator network; acquiring a target network connection state contained in the gray level issuing strategy; if the current network connection state is consistent with the target network connection state, determining that the terminal information conforms to the gray level issuing strategy;
and/or;
a fourth detecting unit 534, configured to obtain a user identifier included in the terminal information; searching a user label corresponding to the user identification through a user representation system, wherein the user label corresponding to each user identification is stored in the user representation system; acquiring a target user label contained in the gray level issuing strategy; detecting whether a user identifier matched with the target user identifier exists in the user tags corresponding to the user identifiers; and if the user identification matched with the target user label exists in the user labels corresponding to the user identifications, determining that the terminal information conforms to the gray level issuing strategy.
Optionally, the gray level issuing strategies corresponding to the updated version are at least two in parallel;
the device, still include:
a second detecting module 550, configured to detect whether the harassment prevention list includes the terminal;
the update module 540 is further configured to execute the step of issuing the update configuration corresponding to the update version to the terminal if the terminal information conforms to the grayscale issuing policy and the harassment prevention list does not include the terminal;
an adding module 560, configured to add the terminal to the anti-harassment list.
Optionally, the apparatus further comprises:
the monitoring module 570 is configured to monitor real-time index data of the updated version in real time, where the real-time index data is generated by summarizing data fed back by each terminal;
a first stopping module 580, configured to stop issuing the update configuration if the activation amount of the update version included in the real-time indicator data reaches a preset grayscale level;
the second stopping module 590 is configured to stop issuing the update configuration if the crash rate of the update version included in the real-time indicator data reaches a preset threshold.
Optionally, the version update request includes a first type version update request and a second type version update request, where the first type version update request is a request that a user manually triggers the terminal to send, and the second type version update request is a request that the terminal automatically sends according to a predetermined update policy;
the update module 540 includes:
a first updating unit 541, configured to directly send the update configuration corresponding to the update version to the terminal if the version update request is the first type version update request.
A second updating unit 542, configured to send an update notification message to the terminal if the version update request is the second type version update request, where the terminal is configured to display the update notification message according to a preset notification policy; when receiving the update confirmation information sent by the terminal, sending the update configuration corresponding to the update version to the terminal;
the preset reminding strategy comprises at least one of a reminding period, a reminding effective time and a reminding ineffective time.
In summary, the version updating apparatus provided in this embodiment receives the version updating requests sent by each terminal, detects whether the terminal information carried in the version updating requests conforms to the preset grayscale issuing policy, and issues the updating configuration corresponding to the updated version to the terminal for the terminal to update when the terminal information conforms to the grayscale issuing policy; the problem that the prior art adopts a random extraction mode to carry out gray scale release, lacks pertinence, causes that an updated version cannot be comprehensively tested, and has greater risk under the condition of large-scale update is solved; the terminal for testing is selected in a targeted manner according to the gray level issuing strategy, so that the updated version can be tested comprehensively, the stability of the updated version is improved, and the risk of large-scale updating is reduced.
In this embodiment, the gray scale publishing server can collect and monitor the real-time index data of the updated version in real time, and automatically stop the gray scale publishing when detecting that the activation amount of the updated version included in the real-time index data reaches the preset gray scale level, that is, the gray scale publishing is guaranteed to reach the predetermined index, and resource waste caused by excessive publishing is avoided.
In this embodiment, the gray scale publishing server can collect and monitor the real-time index data of the updated version in real time, and automatically stop the gray scale publishing when detecting that the crash rate of the updated version included in the real-time index data reaches a preset threshold, thereby avoiding the problem of large-area application breakdown caused by further gray scale publishing when the update configuration has a problem.
In this embodiment, the gray scale publishing server may send the update configuration to the terminal in the designated area according to the gray scale issuing policy, so that the accuracy of the test of the update version in the designated area is improved.
In this embodiment, the gray scale publishing server may send the update configuration to the terminal in the designated network connection state according to the gray scale issuing policy, so as to avoid a problem that the user cannot update in time due to the fact that the user is not connected with WI-FI when the user is reminded to update.
In this embodiment, the grayscale issuing server may determine, according to a user-defined target user tag and in combination with the user representation system, a terminal that receives the update configuration, implement accurate delivery of the update configuration, and improve comprehensiveness and pertinence of the update version test.
In this embodiment, the grayscale issuing server maintains the anti-harassment list, and when the same update version corresponds to at least two parallel grayscale issuing strategies, "multitask parallel mutual exclusion" is realized, users are prevented from being harassed, and the accuracy of grayscale issuing is improved.
It should be noted that: in the version updating apparatus provided in the above embodiment, only the division of the above functional modules is used for illustration when performing the version updating, and in practical applications, the above function distribution may be completed by different functional modules according to needs, that is, the internal structure of the device is divided into different functional modules to complete all or part of the above described functions. In addition, the version updating apparatus and the version updating method provided by the above embodiments belong to the same concept, and specific implementation processes thereof are detailed in the method embodiments and are not described herein again.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, where the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (6)

1. A version update method, characterized in that the method comprises:
acquiring gray level issuing strategies corresponding to an update version of a specified application, wherein the gray level issuing strategies corresponding to the update version are at least two in parallel;
receiving a version updating request sent by a terminal, wherein the designated application is installed in the terminal, the version updating request comprises a first type version updating request and a second type version updating request, the first type version updating request is a request sent by a user manually triggering the terminal, and the second type version updating request is a request automatically sent by the terminal according to a preset updating strategy;
detecting whether the terminal information carried in the version updating request accords with the gray level issuing strategy or not;
detecting whether an anti-harassment list contains the terminal, wherein the anti-harassment list is recorded with a terminal identifier of the terminal which has issued the update configuration;
if the terminal information conforms to the gray level issuing strategy and the harassment list does not contain the terminal, directly sending the update configuration corresponding to the update version to the terminal when the version update request is the first type version update request;
if the version updating request is the second type version updating request, sending updating reminding information to the terminal, wherein the terminal is used for displaying the updating reminding information according to a preset reminding strategy; when receiving a confirmation update message sent by the terminal, sending the update configuration corresponding to the update version to the terminal, wherein the preset reminding strategy comprises at least one of a reminding period, a reminding effective time and a reminding ineffective time;
and adding the terminal into the anti-harassment list.
2. The method according to claim 1, wherein the detecting whether the terminal information carried in the version update request conforms to the gray level delivery policy includes:
acquiring a current version identifier contained in the terminal information, wherein the current version identifier is the version identifier of the specified application installed in the terminal; acquiring a target version identifier contained in the gray level issuing strategy; if the current version identification is consistent with the target version identification, determining that the terminal information conforms to the gray level issuing strategy;
and/or;
acquiring a terminal geographical position contained in the terminal information; acquiring a target area contained in the gray level issuing strategy; if the geographic position of the terminal belongs to the target area, determining that the terminal information conforms to the gray level issuing strategy;
and/or;
acquiring a current network connection state contained in the terminal information, wherein the current network connection state comprises connection to wireless fidelity (WI-FI) and connection to an operator network; acquiring a target network connection state contained in the gray level issuing strategy; if the current network connection state is consistent with the target network connection state, determining that the terminal information conforms to the gray level issuing strategy;
and/or;
acquiring a user identifier contained in the terminal information; searching a user label corresponding to the user identification through a user representation system, wherein the user label corresponding to each user identification is stored in the user representation system; acquiring a target user label contained in the gray level issuing strategy; detecting whether a user identifier matched with the target user identifier exists in the user tags corresponding to the user identifiers; and if the user identification matched with the target user label exists in the user labels corresponding to the user identifications, determining that the terminal information conforms to the gray level issuing strategy.
3. The method according to claim 1 or 2, wherein after the issuing of the update configuration corresponding to the update version to the terminal, the method further comprises:
monitoring real-time index data of the updated version in real time, wherein the real-time index data are generated by summarizing data fed back by each terminal;
if the activation quantity of the update version contained in the real-time index data reaches a preset gray level, stopping issuing the update configuration;
and if the collapse crash rate of the update version contained in the real-time index data reaches a preset threshold value, stopping issuing the update configuration.
4. A version update apparatus, characterized in that the apparatus comprises:
the system comprises an acquisition module, a storage module and a control module, wherein the acquisition module is used for acquiring the gray level issuing strategies corresponding to the update version of the specified application, and the gray level issuing strategies corresponding to the update version are at least two in parallel;
a receiving module, configured to receive a version update request sent by a terminal, where the terminal is installed with the specified application, and the version update request includes a first type version update request and a second type version update request, where the first type version update request is a request sent by a user manually triggering the terminal, and the second type version update request is a request sent by the terminal automatically according to a predetermined update policy;
the first detection module is used for detecting whether the terminal information carried in the version updating request accords with the gray level issuing strategy or not;
the second detection module is used for detecting whether the terminal is included in an anti-harassment list, and the anti-harassment list is recorded with the terminal identification of the terminal which has issued the update configuration;
an update module, comprising: a first updating unit, configured to, if the terminal information conforms to the grayscale issuing policy and the harassment-prevention list does not include the terminal, directly send the update configuration corresponding to the update version to the terminal when the version update request is the first-type version update request; the second updating unit is used for sending updating reminding information to the terminal if the version updating request is the second type version updating request, and the terminal is used for displaying the updating reminding information according to a preset reminding strategy; when receiving a confirmation update message sent by the terminal, sending the update configuration corresponding to the update version to the terminal, wherein the preset reminding strategy comprises at least one of a reminding period, a reminding effective time and a reminding ineffective time;
and the adding module is used for adding the terminal into the anti-harassment list.
5. The apparatus of claim 4, wherein the first detection module comprises:
a first detection unit, configured to obtain a current version identifier included in the terminal information, where the current version identifier is a version identifier of the specific application installed in the terminal; acquiring a target version identifier contained in the gray level issuing strategy; if the current version identification is consistent with the target version identification, determining that the terminal information conforms to the gray level issuing strategy;
and/or;
the second detection unit is used for acquiring the geographic position of the terminal contained in the terminal information; acquiring a target area contained in the gray level issuing strategy; if the geographic position of the terminal belongs to the target area, determining that the terminal information conforms to the gray level issuing strategy;
and/or;
a third detection unit, configured to acquire a current network connection state included in the terminal information, where the current network connection state includes connection to wifi and connection to an operator network; acquiring a target network connection state contained in the gray level issuing strategy; if the current network connection state is consistent with the target network connection state, determining that the terminal information conforms to the gray level issuing strategy;
and/or;
a fourth detecting unit, configured to obtain a user identifier included in the terminal information; searching a user label corresponding to the user identification through a user representation system, wherein the user label corresponding to each user identification is stored in the user representation system; acquiring a target user label contained in the gray level issuing strategy; detecting whether a user identifier matched with the target user identifier exists in the user tags corresponding to the user identifiers; and if the user identification matched with the target user label exists in the user labels corresponding to the user identifications, determining that the terminal information conforms to the gray level issuing strategy.
6. The apparatus of claim 4 or 5, further comprising:
the monitoring module is used for monitoring the real-time index data of the updated version in real time, and the real-time index data is generated by summarizing the data fed back by each terminal;
the first stopping module is used for stopping issuing the updating configuration if the activation quantity of the updating version contained in the real-time index data reaches a preset gray level;
and the second stopping module is used for stopping issuing the updating configuration if the crash rate of the updating version contained in the real-time index data reaches a preset threshold value.
CN201510724155.4A 2015-10-29 2015-10-29 Version updating method and device Active CN106648562B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201510724155.4A CN106648562B (en) 2015-10-29 2015-10-29 Version updating method and device
PCT/CN2016/099240 WO2017071425A1 (en) 2015-10-29 2016-09-18 Method and device for updating version

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510724155.4A CN106648562B (en) 2015-10-29 2015-10-29 Version updating method and device

Publications (2)

Publication Number Publication Date
CN106648562A CN106648562A (en) 2017-05-10
CN106648562B true CN106648562B (en) 2020-04-21

Family

ID=58631285

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510724155.4A Active CN106648562B (en) 2015-10-29 2015-10-29 Version updating method and device

Country Status (2)

Country Link
CN (1) CN106648562B (en)
WO (1) WO2017071425A1 (en)

Families Citing this family (59)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107179988A (en) * 2017-05-15 2017-09-19 杭州时趣信息技术有限公司 A kind of software project iteration security system
CN107147651B (en) * 2017-05-18 2020-07-31 深圳房讯通信息技术有限公司 Gray level publishing system and publishing method thereof
CN109388414A (en) * 2017-08-03 2019-02-26 合网络技术(北京)有限公司 Method for upgrading software and device
CN107864175B (en) * 2017-08-24 2021-06-04 平安普惠企业管理有限公司 Gray scale release control method, device, equipment and storage medium
CN107832067B (en) * 2017-10-27 2021-05-25 维沃移动通信有限公司 Application updating method, mobile terminal and computer readable storage medium
CN107967153B (en) * 2017-12-13 2021-04-02 维沃移动通信有限公司 Application program management method and mobile terminal
CN110046083A (en) * 2018-01-17 2019-07-23 北京京东尚科信息技术有限公司 Automate gray scale dissemination method and device
CN108446222B (en) * 2018-03-05 2021-11-02 百度在线网络技术(北京)有限公司 Application testing method, device and equipment
CN109725928A (en) * 2018-06-15 2019-05-07 平安普惠企业管理有限公司 Gray scale dissemination method, device, equipment and readable storage medium storing program for executing
CN110661835B (en) * 2018-06-29 2023-05-02 马上消费金融股份有限公司 Gray release method, processing method, node and system thereof and storage device
CN108965290A (en) * 2018-07-10 2018-12-07 江苏满运软件科技有限公司 A kind of display methods and system of function to be popularized
CN109343874B (en) * 2018-08-30 2023-03-14 阿波罗智能技术(北京)有限公司 Unmanned vehicle upgrading method, device, equipment and computer readable storage medium
CN109376322A (en) * 2018-09-07 2019-02-22 平安科技(深圳)有限公司 A kind of grayscale version page access method, apparatus, computer equipment and computer storage medium
CN109471657A (en) * 2018-09-07 2019-03-15 平安科技(深圳)有限公司 Gray scale dissemination method, device, computer equipment and computer storage medium
CN111090440B (en) * 2018-10-23 2023-06-20 阿里巴巴集团控股有限公司 Information processing method, system, device and storage medium
US10977025B2 (en) 2018-11-07 2021-04-13 Microsoft Technology Licensing, Llc Intelligent software asset classification for software update validation
US11036615B2 (en) 2018-12-06 2021-06-15 Microsoft Technology Licensing, Llc Automatically performing and evaluating pilot testing of software
CN109788029A (en) * 2018-12-14 2019-05-21 平安信托有限责任公司 Gray scale call method, device, terminal and the readable storage medium storing program for executing of micro services
CN109800017B (en) * 2018-12-14 2023-08-22 中国平安财产保险股份有限公司 Gray scale issuing method, device, computer equipment and storage medium
CN109462706A (en) * 2018-12-20 2019-03-12 中国银行股份有限公司 A kind of processing method and processing device
CN111371938B (en) * 2018-12-26 2021-07-16 华为终端有限公司 Fault detection method and electronic equipment
CN111381845B (en) * 2018-12-28 2023-09-01 广州市百果园信息技术有限公司 Software gray scale upgrading method, device, storage medium, terminal and server
CN109787830B (en) * 2019-01-21 2023-03-07 北京京东尚科信息技术有限公司 Gray scale distribution control method, device, system, electronic device and storage medium
CN110245070A (en) * 2019-05-07 2019-09-17 平安科技(深圳)有限公司 Test user's screening technique, device, computer equipment and storage medium
CN110377327A (en) * 2019-06-19 2019-10-25 平安普惠企业管理有限公司 Production environment gray scale issues monitoring method, equipment, storage medium and device
CN110442361B (en) * 2019-06-27 2024-02-09 五八有限公司 Gray release method and device and electronic equipment
CN110647336A (en) * 2019-08-13 2020-01-03 平安普惠企业管理有限公司 Gray scale distribution method and device, computer equipment and storage medium
CN110532008A (en) * 2019-08-29 2019-12-03 深圳前海环融联易信息科技服务有限公司 A kind of product gray scale dissemination method, device, computer equipment and storage medium
CN110569057A (en) * 2019-09-12 2019-12-13 北京字节跳动网络技术有限公司 gray scale distribution method and device, electronic equipment and computer readable medium
CN110750278A (en) * 2019-09-24 2020-02-04 苏宁云计算有限公司 Gray scale distribution method and device, routing equipment and storage medium
TWI780372B (en) * 2019-10-30 2022-10-11 緯創資通股份有限公司 Equipment deploying system and method thereof
CN110784409B (en) * 2019-10-31 2022-08-09 长沙水羊网络科技有限公司 Spring Cloud-based micro-service gray level publishing method
CN111090452B (en) * 2019-11-11 2023-04-28 福建天泉教育科技有限公司 Service environment switching method and computer readable storage medium
CN110908688A (en) * 2019-11-26 2020-03-24 中国银行股份有限公司 Application gray level publishing method and device
CN110958314A (en) * 2019-11-28 2020-04-03 盛业信息科技服务(深圳)有限公司 Grayscale publishing method and device of service and computer equipment
CN113051126B (en) * 2019-12-27 2022-11-15 Oppo广东移动通信有限公司 Portrait construction method, apparatus, device and storage medium
CN111314460B (en) * 2020-02-13 2022-07-01 北京小米松果电子有限公司 Service iteration method, service iteration device and storage medium
CN113268366A (en) * 2020-02-17 2021-08-17 斑马智行网络(香港)有限公司 Kernel operation method, device and system
CN111338824B (en) * 2020-02-27 2023-08-15 中国联合网络通信集团有限公司 Gray release method and device, electronic equipment and storage medium
CN111290779B (en) * 2020-03-04 2023-07-07 北京三快在线科技有限公司 Gray release method and device, storage medium and electronic equipment
CN111586095B (en) * 2020-03-26 2023-09-19 中国平安财产保险股份有限公司 Micro-service gray level publishing method and device, computer equipment and storage medium
CN111679966A (en) * 2020-04-27 2020-09-18 五八有限公司 Gray scale distribution method, device, server and storage medium
CN111723003A (en) * 2020-05-18 2020-09-29 五八有限公司 Gray scale testing method and device, electronic equipment and storage medium
CN111815401B (en) * 2020-06-16 2024-02-13 上海万物新生环保科技集团有限公司 Order flow control method and equipment
CN111737128A (en) * 2020-06-19 2020-10-02 北京百度网讯科技有限公司 On-line testing method, gray level shunting equipment and storage medium
CN111736872B (en) * 2020-06-22 2023-07-14 平安健康保险股份有限公司 Gray scale release upgrading method, device, computer system and readable storage medium
CN111786885B (en) * 2020-06-23 2022-07-05 中国工商银行股份有限公司 Distributed full-link gray level routing method and device
CN111752597B (en) * 2020-06-29 2024-02-27 深圳前海微众银行股份有限公司 Gray scale release method, device and equipment of service and computer readable storage medium
CN112000348A (en) * 2020-07-28 2020-11-27 金蝶医疗软件科技有限公司 Control method and device for service gray release and computer equipment
CN112040320B (en) * 2020-08-31 2022-06-03 北京奇艺世纪科技有限公司 Television fruit application upgrading method and device
CN111897542A (en) * 2020-08-31 2020-11-06 北京三快在线科技有限公司 Method and device for gray scale release
CN112416405A (en) * 2020-11-30 2021-02-26 厦门亿联网络技术股份有限公司 Method and device for upgrading gray level of audio and video software terminal, terminal equipment and medium
CN112653579B (en) * 2020-12-16 2023-05-23 中国人寿保险股份有限公司 Gray release method based on OpenResity and related equipment
CN112732274A (en) * 2021-01-08 2021-04-30 上海汇付数据服务有限公司 Container application issuing method and management platform based on gray level issuing
CN112860288A (en) * 2021-01-29 2021-05-28 上海二三四五网络科技有限公司 Control method and device for updating program versions in batch
CN113312257B (en) * 2021-05-24 2023-09-22 深圳市中科明望通信软件有限公司 Version identification method and device, storage medium and computer equipment
CN113610637B (en) * 2021-08-12 2023-07-04 上海通联金融服务有限公司 Intelligent route publishing method under support of gray level algorithm
CN114356401A (en) * 2022-01-12 2022-04-15 江苏安超云软件有限公司 Gray scale distribution method and device, electronic equipment and computer readable storage medium
CN114385515A (en) * 2022-03-24 2022-04-22 凯泰铭科技(北京)有限公司 Gray scale publishing method, system and device for insurance operation platform

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104579768B (en) * 2014-12-29 2018-12-18 广州酷狗计算机科技有限公司 Client side upgrading method and device
CN104881734A (en) * 2015-05-11 2015-09-02 广东小天才科技有限公司 Method, device and system for guiding product improvement based on gray release
CN104966206A (en) * 2015-05-12 2015-10-07 百度在线网络技术(北京)有限公司 Method, device, and system for performing gray release on mobile application

Also Published As

Publication number Publication date
WO2017071425A1 (en) 2017-05-04
CN106648562A (en) 2017-05-10

Similar Documents

Publication Publication Date Title
CN106648562B (en) Version updating method and device
US20190340651A1 (en) Ephemeral geofence campaign system
CN107852338B (en) Performance degradation during detection and alarm feature ramp-up
US11477602B2 (en) Systems and methods for optimizing and refining message notification timing
WO2019000887A1 (en) Method and device for recommending information
TW201633241A (en) Target address determining method and device
CN104579768A (en) Client upgrading method and device
CN106550022B (en) Application program distribution control processing method and system
CN111814069A (en) Information processing method, information processing apparatus, storage medium, and electronic device
US11639857B2 (en) Objective generation of a point of interest score based on quantities of user stops
CN110895765A (en) Offline advertisement delivery management method, device and system
CN113450162A (en) User grouping method, device and storage medium
CN106504026A (en) A kind of data capture method and device
CN109657164B (en) Method, device and storage medium for publishing message
CN110599227A (en) Advertisement putting method and system
CN106294345A (en) The treating method and apparatus of the log content of application program
CN114022196A (en) Advertisement putting method, device, electronic device and storage medium
CN111123778B (en) Method and device for monitoring vehicle use condition and electronic equipment
CN112463872A (en) Visual index data acquisition method, device, system and medium
WO2016132507A1 (en) Program and statistical processing system
CN111459737B (en) Problem positioning method, device, computer equipment and storage medium
CN108874431B (en) Method and device for updating application
AU2019208236A1 (en) Data platform and analytics for predicting media metrics
CN111047229A (en) Order distribution information processing method and system
CN112241357A (en) Method, device, equipment and computer readable medium for gray scale test

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant