Over time, newer client device types and classes of devices (e.g., smartphones, tablets, personal computers and so forth) are introduced into the marketplace, each of which has different capabilities relative to other device types and classes. As a result, various versions of software code evolve, including the APIs and other mechanisms that such clients use to exchange data with a data service. Similarly, software versions change for other reasons, such as when new data properties are introduced, or when others become obsolete or irrelevant.
Some of the changes may be “breaking” changes, in that older version client software fails once a newer version is in use at the data service. For example, a set of data sent to a client may have a new data property, which version 3.0 client software expects, but which causes version 2.0 or below clients to fail. Similarly, a data property that is no longer needed may be removed from a newer version. Such version changes can break the client software code in that a client may get some unexpected data that the client software is not configured to handle, or be missing a piece of data that client software is expecting.
A typical way to ensure that the correct version of software is used with a given client is to maintain and run different sets of the various software versions at the data service, and individually match each client device to the appropriate one of the sets, e.g., via a load balancer or the like that routes different clients to different, version-appropriate servers. As there can be many different types of client devices and software versions, managing the relatively large number of such versions becomes very complex. An alternative solution is to maintain multiple code paths within code for each software version (e.g., “if version 2.0 then do X, if version 3.0 then do Y, if version 4.0 then do Z”). This solution tends to become unmaintainable after even a small number of version-based alternate code paths.
This Summary is provided to introduce a selection of representative concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used in any way that would limit the scope of the claimed subject matter.
Briefly, one or more aspects of the technology described herein are directed towards maintaining a hierarchy of software entities (e.g., data structures such as files), including different sub-hierarchies corresponding to different versions of at least some of the software entities. Aspects include receiving from a requestor a version identifier and a request for a software entity set comprising one or more software entities corresponding to that version identifier, accessing the hierarchy of software entities to select a version-based software entity set selected at least in part via the version identifier; and returning information corresponding to the selected software entity set to the requestor.
Other advantages may become apparent from the following detailed description when taken in conjunction with the drawings.
The technology described herein is illustrated by way of example and not limited in the accompanying figures in which like reference numerals indicate similar elements and in which:
Various aspects of the technology described herein are generally directed towards making software version management efficient and far less complex. In one implementation, version changes are made by straightforward changes to declarative data files, whereby new client versions can be introduced without changing the data service's (server) software code.
By way of example, if version 3.0 clients expect a data structure (e.g., graph node) having data properties [A, B, C], a declarative data file may be used to specify those data properties. A new version 4.0 may have a different declarative data file that specifies data properties [A, B, C, D]. As will be understood, without needing to change the server software code, version 4.0 clients obtain the graph node for version 4.0 with data properties [A, B, C, D], while version 3.0 clients obtain the graph node for version 3.0 with data properties [A, B, C].
In one or more aspects, to match the appropriate data structure(s) to a client based upon that client's version, described herein is maintaining the various software entities (including data structures, code sections, heuristic rules, data templates and/or data, for a requesting client (a requestor) in a hierarchy. In one or more implementations, the software entities are maintained as files, which is one type of data structure, however it is understood that the software entities are not limited to any particular form. Indeed, while the information may be hierarchically maintained in any suitable hierarchy including a hierarchy of data structures, the data structures are generally exemplified herein as files, whereby the technology is able to leverage any suitable existing hierarchical file system. Thus files are generally described herein, although it is understood that this not a limitation and is only for simplifying explanations and examples.
The files may be arranged in a general format that applies to various client-specific information, including device classes, device types and/or software program versions. Any time a software file is to be used with a client, client-specific information (e.g., within an authorization/access token, or alternatively within information contained within a User-Agent HTTP request header) sent with the client request is used to select the relevant set of files for the requesting entity, that is, the client-specific information is used to determine the set of files that applies to a given client. Thus, for example, a smartphone running version 3.0 smartphone client code has an associated set of files that is likely different from the set of files for that same smartphone running version 4.0 client code; a personal computer running version 3.0 PC client code has an associated set of files that is likely different from the set of files relative to the smartphone running version 3.0 smartphone client code, and so on.
It should be noted that the set of resource files that apply to a given client via its client-specific information are not necessarily returned to the requesting client. For example, given a set of generic data, a resource or resources may comprise one or more template files that format and shape the generic data into data appropriately customized for the client; the appropriate set of template file(s) for a given client based upon the client's client-specific information are selected and used by the data service in one or more implementations. Similarly, another resource may comprise expansion rule files; expansion rule files specify to the data service how to expand a client request for one data item (e.g., a graph node) into an expanded request for other (e.g., likely next-wanted) data items. Such resource files that instruct the data service how to expand a response may be specific and applied to the client version by the data service, but are not themselves returned to the client; instead, the expanded data set is returned. Notwithstanding, other version-specific files such as graph nodes representing navigation menus, and static user interface components (e.g., tiles) may be returned to the client.
To obtain an appropriate resource/file set for a given client, one or more aspects are directed towards maintaining resources as current files and override files (whether entire files or files containing deltas relative to another file) and selecting a set of relevant files (e.g., a mix of current files and override files) based upon a client version. Non-limiting examples of such resources include navigation menu files (menus having interactive components that link to other navigation menus), template files (that shape and format response data as expected by a client version), expansion rule files (that expand a data item request into a request for one or more additional data items), static tiles (that are not retrieved from the back-end data service), and any other versioned resources such as filtering specifications (that filter data before returning), and so on. Note that executable code also may be a version-specific resource; (although it is desirous to maintain only one code set and use templates and the like to support multiple versions of the API, there are situations in which multiple code sets may be unavoidable); the same declarative mechanism can be used for code override.
As will be understood, the use of hierarchically-arranged resources as described herein provides a highly efficient way to process and/or return data for each client request based upon client-specific information. Further, the use of hierarchically-arranged resources avoids reprogramming the client request handling server code, e.g., every time a new device is introduced and/or a new version of client software is released. Instead, one or more corresponding resources are inserted into the hierarchy to support any such change, and the client request handling server code automatically starts using the new resource or resources. A resource also may be replaced in the hierarchy with an updated one, such as if the resource being replaced contained an error, and resources may be removed from the hierarchy, such as when a device/software version is no longer supported. As will be understood, resources also may be moved within the hierarchy; for example, a version 3.0 resource that is unchanged when version 4.0 is released may be moved from the version 3.0 sub-hierarchy to the version 4.0 sub-hierarchy.
It should be understood that any of the examples herein are non-limiting. For instance, some of the examples refer to a data service associated with video streaming that returns video data, and also returns catalog items, such as built from various data sources to represent television content such as movies or shows via nodes in a client graph. However, the technology described herein is independent of any particular type of data being returned. Further, the technology described herein is exemplified with respect to a data service having a front-end/client facing portion and a back-end service portion that obtains and returns data to the data retrieval service as needed; however, this is only one implementation, and a single data service that operates to respond to client requests without a separate front end and back end portions may benefit from the technology described herein. As another example, a file system is used as the hierarchy in one or more implementations, but any mechanism that can relate client request information into resource references (e.g., a database) may be used in alternative implementations.
Still further, as used herein, a “client” may be any requesting entity, not necessarily a remote client device/software that makes request to a data service. Indeed, as one example of another type of client, the data service front-end may be a client of the data service back end. As a result, versioning as described herein may be implemented at this lower data service level, e.g., one front-end server may be a version 2.0 client of the back-end data service, while another front-end server may be a version 3.0 client of the back-end data service.
As such, the technology described herein is not limited to any particular embodiments, aspects, concepts, structures, functionalities or examples described herein. Rather, any of the embodiments, aspects, concepts, structures, functionalities or examples described herein are non-limiting, and the technology may be used in various ways that provide benefits and advantages in computing and data retrieval/processing in general.
In one or more implementations, for handling client requests, the load-balanced server machines 106(1)-106(m) each have a client interface 108(1)-108(m), respectively. Some client data requests may be satisfied by data from a front-end in-memory cache, 110(1)-110(m), respectively. Also shown in
In one or more example implementations, the data item requests may correspond to nodes of a client user interface graph, (with the nodes sometimes referred to as providers). The client graph thus has nodes representing user interface objects such as menus, tiles, buttons, icons and so forth, with relationships between the nodes based upon references (edges) to other graph nodes.
Further shown in
For requests that reach the back-end data service 116 but cannot be satisfied from any back-end cache, the back-end data service 116 is further coupled (e.g., via an intranet and/or the internet 120) to send requests for data to the one or more various backing data sources 118. Non-limiting examples of such data sources 118 may include key-value stores, relational databases, file servers, and so on that may maintain the data in virtually any suitable format. A client request for data (e.g., a graph node) may correspond to multiple sub-requests (for different parts of the graph node), and these may be to one or more of the backing data sources 118. Moreover, one data store's data may override another data store's data; e.g., the data for a television show may include a generic image URL obtained from one data store, however an “editorial”-like data store may override the generic image with a different image, such as for some uncharacteristic episode.
Whether via cached data or via the backing data sources, version-matched responses 130 to the client requests 102 are returned to each requesting client entity. Described herein is using versioning of resources so that each requesting client entity receives the data in a way that each requesting entity expects and/or is suitable for the client version.
Request handling logic 240 of the client interface 208 receives the requests 202(1) and 202(2). In one or more example implementations, to check for cached data, the request handling logic 240 communicates with a cache framework 242 (e.g., an instantiated library), which handles cache read-through and write-through operations. If the requested data item's data (e.g., for data item A) is cached and not expired, response generation logic 244 processes the data (if needed) for returning appropriate responses 230(1) and 230(2) to the requesting clients 202(1) and 202(2), respectively. The response generation logic 244 is coupled to the request handling logic 240/client interface 208, e.g., whether as a separate component or a component incorporated into the request hander logic 240.
Note that in one or more implementations, (like the resource selection logic 250 described below), the request handling logic 240 is also version aware. Indeed, the request handling logic 240 may include one or more sections of code that may be different for different API versions, for example.
For a data item request that does not have valid front-end cached data, the request manager 114 makes a request 246 for the data to the back end data service 116. The data may be cached at the back end data service 116, or if not, is obtained from one or more backing data stores 118(1)-118(j). Note that the data for a data item A, such as a feature that represents a movie, may be composed from different parts, e.g., a movie title, a rating, a plot summary, a URL to a representative image and so on, (some of which may be overridden by an editorial data store or the like), and thus the back-end data service 116 may need to make separate requests to one or more of the backing data stores 118(1)-118(j).
If not cached at the front end, in a typical situation in which no errors occurred, whether obtained via a back-end cache or a backing data store or stores, the data for data item A 248 is returned from the back end data service 116. The data of the response 248 may be cached by the cache framework 242 (e.g., in both the in-memory cache 210 and the distributed cache 112), and is provided to the response generation logic 244. Note that
As described herein, the response generation logic 244 is coupled to resource selection logic 250 that selects resources from a version hierarchy 252, e.g., comprising a set of one or more files from among a file hierarchy that is selected based upon the identified data item request and the client-specific information (e.g., including a version identifier in each client token T1 or T2 or otherwise associated with the request) to return a response 230(1) or 230(2) that is customized as needed for that client version. Thus, for example, if client device 200(1) and 200(2) differ with respect to the data format/shape they are each expecting, the response 230(1) that contains data item A's data differs in format and/or shape from the response 230(2) that also contains data item A's data.
As one example, consider a root navigation menu that in version 3.0 has an interactive component representing a “Kids” sub-menu, but in version 2.0 does not. A version 3.0 client gets the root navigation menu with an interactive link to the “Kids” sub-menu, but a version 2.0 client does not. As another example, consider that a request for data item X made by a version 3.0 client results in an expanded response that includes data items X, Y and Z, but for a version 4.0 client includes data items X and Y.
As can be seen, by arranging the hierarchy 330 with the resources (e.g., files of a file system hierarchy of folders and files) and then following folder paths such as from any more-specific override file towards a least-specific file, the most-specific file that is available for the requesting client is matched to the client's version identifier that is received with the client request. This allows the straightforward addition of new files to the hierarchy as new versions are released, while allowing older existing files to override the new files if there are differences between the versions.
By way of example, consider that different version clients make requests that correspond to the files for resource type Z. Version 4.0 clients, which in this example is the current version, may have selected for them a set or subset of the resource files [Resource1, Resource2, Resource3 . . . ResourceN]; none of these files are overridden. In contrast, version 3.0 clients get the same file set or subset but possibly with some files overridden, namely the files Resource2 and Resource3 from the version 3 subfolder will override those that are in the version 4 subfolder. Note that different ways to override are feasible, including to search for the file first in the more specific subfolder (e.g., version 3.0) and select that file if it exists, otherwise continue to the next less specific subfolder, and so on (as exemplified in
It should be noted that version-based sub-hierarchies may be combined with device types and device classes by having further having sub-hierarchy arrangements. For example, using a file system hierarchy of files and folders, a device class A folder may be a parent folder to version subfolders 1.0, 1.1, 2.0, 3.0 and so on, (e.g.: DevClassA/V1.0/filename1.ext, DevClassA/V1.0/filename2.ext, DevClassA/V1.1/filename1.ext, DevClassA/V1.1/filename2.ext, and so on). Alternatively, each version folder may be a parent folder to device class and/or device type subfolders, (e.g.: V1.0/DevClassA/filename1.ext, V1.0/Device120/filename1.ext, V1.1/DevClassA/filename1.ext, V1.1/Device120/filename1.ext, and so on). Note that other differentiation mechanisms corresponding to further sub-hierarchies are feasible, e.g., low bandwidth connection versus high bandwidth connection subfolders, low latency versus high latency subfolders and so on, such as to select different resource files based upon variable network conditions, and the like.
Turning to aspects related to resource selection,
In general, URN processing logic 444 determines a resource name 446 from the URN, which may be a type:ID combination. For example, certain types of requests may be grouped together as a type of resource; e.g., for requests for a television “Series” type, a subset of the resource hierarchy may have resource resources named series, requests for a “Season” type may have resource resources named season, and so on. A more specific example of URN processing logic is described herein with reference to
Along with processing the URN, token processing logic 448 uses information in a configuration file 450 to obtain client device-specific information 452 based upon the device code, e.g., device class, device type, and software version information. For example, each client's client specific information, via the configuration file 450 or the like on the front-end data service server 406, may be mapped to a device “class” comprising a category of devices that generally share the same design and thus tend to have the same data requirements, possibly with some device-specific exceptions. For example, a particular smartphone from the same vendor may have at least some of its models configured to run the same client platform software and thus expect the same form of each data item's data, as also matched to the client's software version.
Using this client device-specific information 452, a lookup composer 454 builds a set of paths to the resources in the hierarchy. If, for example, the resource hierarchy corresponds to a file system hierarchy, then the paths to the resources are in a set of folder paths 456. A more specific example of token processing logic 448 and corresponding resource selection is described herein with reference to
In one or more example implementations, the set of folder paths are ordered so that more specific files override least specific, as described below. Resource lookup logic 458 uses the resource name 446 and the folder path set 456 to find the most specific resource 460 that applies to the request.
In one or more example implementations, URN processing logic 544 provides each client identified provider URN into each URN to match 564, and matching logic 566 accesses a set of regular expressions (e.g., arranged in a Regex array 568) to determine a resource name 546 (e.g., a string) corresponding to the type or type:ID that matches the regular expression derived from that URN 564. The resource 546, e.g., represented by the text of the string, is thus determined based upon the provider type or the provider type:ID.
In one or more implementations, the regular expressions are part of a configuration file comprising an array whose elements are a regular expression/rule (e.g., resource) name pair. For example:
A configuration file is read in on service startup, and the regular expressions (with their rule name pairs) are compiled from the configuration file into the Regex array 568. In one or more implementations, this array 568 of regular expressions is then applied, in order, one-by-one via the matching logic 566, to the URN to match 564, and the first regular expression that matches is considered the matching resource; (note that because more than one can match, order matters and thus the array is ordered more specific to less specific, in general). The name of this resource is returned from the matching engine and is used in resource lookup.
For example, for a series type URN, (e.g., “urn:hbo:series:gameofthrones”) the selected resource filename may be based only on the type, such as “series.hbs” or the like corresponding to the resource name string “series” matched by the matched by the matching logic 566. Overrides/more particular files relative to the type may be made by having the regular expression array have a matching type and ID. For example, a URN such as “urn:hbo:navigation:FAQ” may have an entry in the regular expression array 568 such that the matching logic 566 matches the type (navigation) and ID (FAQ), with a string such as “navigation.FAQ” such that the resource lookup logic 558 (e.g., within the request handling logic 240) looks for an resource file named “navigation.FAQ.hbs” or the like.
It should be noted that in a more simplified system, e.g., in which there only relatively a few data items rather than thousands of nodes of different types, the data item IDs may be more directly used, (e.g., as represented in
For matching the rule name 546 (e.g., derived from the URN) to a client-specific information 542 (e.g., client device and/or software version), which in this example implementation has one or more associated resource files, the file system hierarchy is leveraged. More particularly, based upon the version and device type data 542, a lookup composer 570 builds (or retrieves from a cache if previously built) a set of file system folder paths 572 for this version and device type, in which the paths are ordered so that more specific overrides less specific resource files.
For example, a folder path lookup path may include something such as [“ . . . \resource\resources\v3\deviceA\series.hbs” and “ . . . \resource\resources \v3\default\series.hbs”]. Note that the file system folders and files may be maintained in relatively fast memory, e.g., RAM, whereby retrieval of the file is extremely rapid.
In this example, within the file system, a resource file may exist that corresponds to the type or type:ID for the data item's URN as exemplified above. If a specific resource file exists, that resource file is used, otherwise a less specific (e.g., the default) resource file is used. For example, for version v3 of a device A, a specific device A series resource file may be found and used, whereas for version v3 of a device B, no specific resource file is found, and thus the default resource file is used. In one or more implementations, such a default resource file always is present in the hierarchy (or this situation is an error). The current version folder may be the default folder.
To summarize resources and resource loading, including customizing output for specific devices, in one or more implementations, when a client makes an authorized request to a client-specific service, the client provides an authorization token that contains client-specific information, such as a version and a device code. This client-specific information is used in part, along with the data item or data item type, to locate one or more resources that determine what the client receives in response to a request as described herein.
As can be readily appreciated, there are various ways in which to select one file over another based upon versioning information. If a single resource file (or other relatively small number of resource files) is being sought for a request, then it is efficient to look for that file or file set in folder paths arranged from most specific to least specific, and return the first file found.
Step 602 represents obtaining the set of resources for which a file is desired for each, e.g., a template file and an expansion file for a version 2 (V2) client. Step 604 represents selecting the first resource type, e.g., resource type template, with step 604 building the paths from most specific to least specific (Rx/V2/filename.ext, Rx/V3/filename.ext, Rx/Current/filename.ext, Rx/Default/filename.ext, where “Rx” represents the resource type's actual subfolder name, e.g., “/Templates” for now. Step 608 chooses the most specific folder path in the lookup set, e.g., Rx/V2.
Step 610 evaluates whether the file exists in the selected folder path; if so, that file is selected for use (step 614). Otherwise, step 612 changes to the next most specific folder path, e.g., Rx/V3, to again look for the filename for the file being sought.
In one implementation, a default subfolder contains some version of the requested file, whereby at least one file is found that satisfies the lookup. Note that the current folder may be the default folder, although in other implementations these may be different folders.
Steps 616 and 618 repeat the process for the next resource type, e.g., this time/Rx represents “/ExpansionRules” or some other appropriate subfolder name. As many resource types as needed for a request may be used in this manner. When the files have been located for each resource type, step 620 returns the file set to the appropriate entity, e.g., the response generation logic 244 of
Step 704 represents building the paths from, in this example in the opposite order relative to
Step 710 selects all of the files in the selected folder path, File1-FileN in this example. The set of files at this state is shown at block 880 of
In this example, the client is a V2 version client, and thus step 712 changes to the V3 path to look for any more specific file or files to override those from the current V4 folder. In this example, the V3 folder contains an override file for File2 and File3, which replace those in the file set, as shown in
In the V2 folder path, File2 overrides the previously found version, resulting in the file set 884 shown at this final state for a V2 client. Thus, in the incremental override model, a current resources subfolder has the complete set of files needed for a resource type, with the file(s) in the resources subfolder(s) for any older version(s) used to incrementally replace those in the complete file set until the path corresponding to the client version is reached.
Whether building the file set from most specific to least specific (as exemplified in
It should be noted that various ways to respond to client requests for unknown or unsupported versions may be used. For example, for a no-longer supported version, the request may be responded to with an error code response that corresponds to instructing the client to upgrade to a more recent version. For example, one way to achieve this is to explicitly mark the version as discontinued and return a 400 or 410 HTTP response with an appropriate information to the client. This, for example, may be done by the token processing logic 448 (
Step 908 represents extracting the device and software version information from the token, which step 910 processes into the client-specific information. Step 912 composes the ordered set of folder paths based upon the client-specific information, e.g., device class, device type and/or software version. With the resource name and folder paths, the desired file is located at step 914.
It should be noted that the two exemplified branches of
Turning to another aspect, a delta file mechanism is also feasible, in which an override file (older version) contains changes relative to a selected file (newer version), and/or a selected file (newer version) contains changes relative to an older version. The changes may be to delete data, add data and/or change data.
By way of example, consider that FileX version 2.0 having (e.g., declarative) data properties [A, B, C] is changed in version 3.0 to have data properties [A, B, C, D]. As is understood, one implementation is to have version 2.0 contain a delta file relative to the “source” version 3.0 FileX, with an instruction “Delete D.” An alternative is to have version 3.0 contain an instruction “Add D” relative to the source version 2.0 FileX. Deltas may be applied to a file after one or more other delta files are applied, e.g., a version 4.0 delta file may contains the delta(s) relative to a version 3.0 file, which itself is a delta file relative to the source file version 2.0. As long as the source file is found and the deltas are applied in the correct order, the appropriate data (or a data structure built on demand to contain the appropriate data) is returned.
Logic such as in
If a delta file, step 1006 is performed, which represents requesting the source file data, e.g., by requesting the next earlier version (if as in this example the delta file is relative to the earlier version) or next later version (if the delta file is relative to the later version). Note that step 1006 knows the path to the next earlier version in this example.
Step 1008 represents receiving the source file data, whether directly from the previous version or after any previous version's delta file(s) have been cumulatively applied to build the source file data. Step 1010 applies the deltas, resulting in the requested full dataset corresponding to the file contents. Note that if the requesting entity is requesting a file reference rather than the data contents, a resulting filename may be returned that corresponds to the source file plus each applied delta file. Further note that
While delta files may add some complexity in the retrieval and data building aspects, delta files may be easier for developers in certain circumstances, e.g., simply add a change file to a folder. Further, delta files may save significant storage space, as if a large file is used, rather than replicate that large file in each version folder, only the source file need be maintained along with relatively small delta files.
Moreover, the deltas (e.g., from the declarative hierarchical data structures) may be used as “What's new” API documentation. With this scheme, the API documentation will never get out of synchronization with the rest of the software entity versions.
In sum, client software versions change over time. As can be seen, these different versions may be supported by different (e.g., declarative) data structures accessed by the data service or the like to which clients make calls. By hierarchically arranging the data structures and having each client provide its client-specific information, an appropriate set of data structures (e.g., a file set of a file system hierarchy) may be selected for each client. Versioning (which may include device-specific or device-class-specific information) to meet client needs is thus handled in many instances without needing software changes at the data service.
One or more aspects are directed towards maintaining a hierarchy of software entities, including different sub-hierarchies corresponding to different versions of at least some of the software entities. Aspects include receiving from a requestor a version identifier and a request for a software entity set comprising one or more software entities corresponding to that version identifier, accessing the hierarchy of software entities to select a version-based software entity set selected at least in part via the version identifier; and returning information corresponding to the selected software entity set to the requestor.
Maintaining the hierarchy of software entities may comprise maintaining a hierarchy of data structures, code sections, heuristic rules, data templates and/or data. Maintaining the hierarchy of software entities may comprise maintaining a file system of files, each file corresponding to a software entity. Maintaining the hierarchy of software entities may comprise maintaining at least one software entity containing change data relative to at least one source software entity; this change data may comprise hierarchical software entities used for API documentation.
Accessing the hierarchy of software entities may comprise building a path order in the hierarchy ordered to correspond to a most-specific version to a least-specific version, and searching via the path order until a software entity is found. Accessing the hierarchy of software entities may comprise building a path order in the hierarchy ordered to correspond to a least-specific version to a most-specific version, selecting one or more software entities from the least specific version into a selected set, and replacing any software entity in the selected set having a version that is more specific than the version in the selected set.
Aspects may include receiving a type of a requested data item as part of the request for the software entity set, and selecting at least one software entity based at least in part upon the type of the data item. This may further comprise determining the type of the data item by matching an identifier of the data item to a regular expression.
The software entity set may be associated with a token, and the version identifier may be obtained based upon information in the token. Accessing the hierarchy of software entities to select a version-based software entity set selected at least in part via the version identifier may comprise using a version identifier and device type or device class information.
Returning the information corresponding to the selected software entity set to the requestor may comprise returning one software entity from one sub-hierarchy corresponding to one version, and returning another software entity from another sub-hierarchy corresponding to another version. Returning the information corresponding to the selected software entity set to the requestor may comprise returning information to the requestor indicating that the selected software entity set is no longer supported.
One or more aspects are directed towards request handling logic of a data service, the request handling logic configured to receive a client request for a requested data item, in which the request is associated with a client version identifier. Described herein is a hierarchy of resource files, in which the resource files are arranged in version-based sub-hierarchies, and resource selection logic coupled to the request handling logic, the resource selection logic configured to access the hierarchy to obtain a resource set comprising one or more resources that correspond to the requested data item and the version identifier. Response generation logic is coupled to the resource selection logic to use the resource set to generate a response that includes data of the requested data item, and the request handling logic returns the response in response to the client request.
The resource set may include a declarative file. The resource set may include a template file, wherein the response generation logic uses the template file to format and/or shape the data of the requested data item to match the client's software version. The resource set may include a version-based expansion rule file, wherein the response generation logic uses the expansion rule file to return with the response at least one additional data item based at least in part on the client's software version. The response generation logic may use a selected file from the resource set to generate a response that includes at least part of the selected file's data.
The request handling logic, resource selection logic, and response generation logic may be maintained as part of a multiple version-aware front-end data service that communicates with a back-end data service, and/or as part of a multiple version back-end data service that communicates with a front-end data service.
A file in the hierarchy of resource files may include a delta file containing change information of one version relative to a source file of another version; logic may apply data of the delta file to data of the source file to provide a resource of the resource set.
One or more aspects are directed towards receiving a client request for a requested data item, in which the client request is associated with a client version identifier, and selecting a resource set from a hierarchy of resource data structures, in which the resource data structures are arranged in version-based sub-hierarchies. Further described herein is using the resource set to process the data item and/or to obtain data for the data item into a versioned response corresponding to the client version identifier, and returning the versioned response in response to the client request.
Selecting the resource set from a hierarchy of resource data structures may include selecting a more-specific version of a resource data structure over a less-specific version of the resource data structure based upon the client version identifier.
The hierarchy of resource data structures may include folders, subfolders and files, and selecting the resource set may include selecting a desired file by searching in a search order from a more-specific version subfolder towards a less-specific version subfolder until the desired file is found.
Using the resource set to process the data item and/or to obtain data for the data item may include at least one of: locating a data item, applying a template to shape and/or format data of a data item, expanding a request for a data item to obtain at least one other data item, or filtering data.
Example Computing Device
The techniques described herein can be applied to any device or set of devices (machines) capable of running programs and processes. It can be understood, therefore, that personal computers, laptops, handheld, portable and other computing devices and computing objects of all kinds including cell phones, tablet/slate computers, gaming/entertainment consoles and the like are contemplated for use in connection with various implementations including those exemplified herein. Servers including physical and/or virtual machines are likewise suitable devices. Accordingly, the general purpose computing mechanism described below in
Implementations can partly be implemented via an operating system, for use by a developer of services for a device or object, and/or included within application software that operates to perform one or more functional aspects of the various implementations described herein. Software may be described in the general context of computer executable instructions, such as program modules, being executed by one or more computers, such as client workstations, servers or other devices. Those skilled in the art will appreciate that computer systems have a variety of configurations and protocols that can be used to communicate data, and thus, no particular configuration or protocol is considered limiting.
With reference to
Computer 1110 typically includes a variety of machine (e.g., computer) readable media and can be any available media that can be accessed by a machine such as the computer 1110. The system memory 1130 may include computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) and/or random access memory (RAM), and hard drive media, optical storage media, flash media, and so forth. By way of example, and not limitation, system memory 1130 may also include an operating system, application programs, other program modules, and program data.
A user can enter commands and information into the computer 1110 through one or more input devices 1140. A monitor or other type of display device is also connected to the system bus 1122 via an interface, such as output interface 1150. In addition to a monitor, computers can also include other peripheral output devices such as speakers and a printer, which may be connected through output interface 1150.
The computer 1110 may operate in a networked or distributed environment using logical connections to one or more other remote computers, such as remote computer 1170. The remote computer 1170 may be a personal computer, a server, a router, a network PC, a peer device or other common network node, or any other remote media consumption or transmission device, and may include any or all of the elements described above relative to the computer 1110. The logical connections depicted in
As mentioned above, while example implementations have been described in connection with various computing devices and network architectures, the underlying concepts may be applied to any network system and any computing device or system in which it is desirable to implement such technology.
Also, there are multiple ways to implement the same or similar functionality, e.g., an appropriate API, tool kit, driver code, operating system, control, standalone or downloadable software object, etc., which enables applications and services to take advantage of the techniques provided herein. Thus, implementations herein are contemplated from the standpoint of an API (or other software object), as well as from a software or hardware object that implements one or more implementations as described herein. Thus, various implementations described herein can have aspects that are wholly in hardware, partly in hardware and partly in software, as well as wholly in software.
The word “example” is used herein to mean serving as an example, instance, or illustration. For the avoidance of doubt, the subject matter disclosed herein is not limited by such examples. In addition, any aspect or design described herein as “example” is not necessarily to be construed as preferred or advantageous over other aspects or designs, nor is it meant to preclude equivalent example structures and techniques known to those of ordinary skill in the art. Furthermore, to the extent that the terms “includes,” “has,” “contains,” and other similar words are used, for the avoidance of doubt, such terms are intended to be inclusive in a manner similar to the term “comprising” as an open transition word without precluding any additional or other elements when employed in a claim.
As mentioned, the various techniques described herein may be implemented in connection with hardware or software or, where appropriate, with a combination of both. As used herein, the terms “component,” “module,” “system” and the like are likewise intended to refer to a computer-related entity, either hardware, a combination of hardware and software, software, or software in execution. For example, a component may be, but is not limited to being, a process running on a processor, a processor, an object, an executable, a thread of execution, a program, and/or a computer. By way of illustration, both an application running on a computer and the computer can be a component. One or more components may reside within a process and/or thread of execution and a component may be localized on one computer and/or distributed between two or more computers.
The aforementioned systems have been described with respect to interaction between several components. It can be appreciated that such systems and components can include those components or specified sub-components, some of the specified components or sub-components, and/or additional components, and according to various permutations and combinations of the foregoing. Sub-components can also be implemented as components communicatively coupled to other components rather than included within parent components (hierarchical). Additionally, it can be noted that one or more components may be combined into a single component providing aggregate functionality or divided into several separate sub-components, and that any one or more middle layers, such as a management layer, may be provided to communicatively couple to such sub-components in order to provide integrated functionality. Any components described herein may also interact with one or more other components not specifically described herein but generally known by those of skill in the art.
In view of the example systems described herein, methodologies that may be implemented in accordance with the described subject matter can also be appreciated with reference to the flowcharts/flow diagrams of the various figures. While for purposes of simplicity of explanation, the methodologies are shown and described as a series of blocks, it is to be understood and appreciated that the various implementations are not limited by the order of the blocks, as some blocks may occur in different orders and/or concurrently with other blocks from what is depicted and described herein. Where non-sequential, or branched, flow is illustrated via flowcharts/flow diagrams, it can be appreciated that various other branches, flow paths, and orders of the blocks, may be implemented which achieve the same or a similar result. Moreover, some illustrated blocks are optional in implementing the methodologies described herein.
While the invention is susceptible to various modifications and alternative constructions, certain illustrated implementations thereof are shown in the drawings and have been described above in detail. It should be understood, however, that there is no intention to limit the invention to the specific forms disclosed, but on the contrary, the intention is to cover all modifications, alternative constructions, and equivalents falling within the spirit and scope of the invention.
In addition to the various implementations described herein, it is to be understood that other similar implementations can be used or modifications and additions can be made to the described implementation(s) for performing the same or equivalent function of the corresponding implementation(s) without deviating therefrom. Still further, multiple processing chips or multiple devices can share the performance of one or more functions described herein, and similarly, storage can be affected across a plurality of devices. Accordingly, the invention is not to be limited to any single implementation, but rather is to be construed in breadth, spirit and scope in accordance with the appended claims.
The present application is a continuation of U.S. patent application Ser. No. 15/449,229 filed Mar. 3, 2017, entitled “MAINTAINING AND UPDATING SOFTWARE VERSIONS VIA HIERARCHY,” which is a continuation in-part of U.S. patent application Ser. No. 15/290,722 filed Oct. 11, 2016, and also a continuation-in-part of application Ser. No. 15/285,439 filed Oct. 4, 2016, each of which claims priority to U.S. provisional patent application Ser. No. 62/240,888, filed Oct. 13, 2015. The entireties of the aforementioned applications are hereby incorporated herein by reference.
Number | Name | Date | Kind |
---|---|---|---|
6025837 | Matthews, III et al. | Feb 2000 | A |
7302430 | Nagda et al. | Nov 2007 | B1 |
7373459 | Aoki et al. | May 2008 | B2 |
7383535 | Kshetrapal | Jun 2008 | B1 |
7620653 | Swartz | Nov 2009 | B1 |
7689723 | DiMambro | Mar 2010 | B1 |
7769805 | Barnes et al. | Aug 2010 | B1 |
7793206 | Lim et al. | Sep 2010 | B2 |
7978631 | Abdelaziz et al. | Jul 2011 | B1 |
8725849 | Lloyd | May 2014 | B1 |
8849825 | McHugh et al. | Sep 2014 | B1 |
8949161 | Borst et al. | Feb 2015 | B2 |
8990869 | Hasek | Mar 2015 | B2 |
9031995 | Raden, II et al. | May 2015 | B1 |
9166862 | Davis et al. | Oct 2015 | B1 |
9189220 | Gill | Nov 2015 | B2 |
9294796 | McDonough et al. | Mar 2016 | B2 |
9313024 | Stute | Apr 2016 | B1 |
9419852 | Heller et al. | Aug 2016 | B1 |
9454356 | Qin | Sep 2016 | B2 |
9667515 | Thimsen | May 2017 | B1 |
9710247 | Conlan | Jul 2017 | B2 |
9747382 | Warman et al. | Aug 2017 | B1 |
9817646 | Chen et al. | Nov 2017 | B1 |
9875262 | McHugh et al. | Jan 2018 | B2 |
9887885 | Varney et al. | Feb 2018 | B2 |
9891938 | Barry et al. | Feb 2018 | B2 |
9894119 | Pearl et al. | Feb 2018 | B2 |
9928308 | Tsun et al. | Mar 2018 | B1 |
9953036 | Mackenzie et al. | Apr 2018 | B2 |
10013500 | McClintock | Jul 2018 | B1 |
10028011 | Yao et al. | Jul 2018 | B2 |
10042626 | Nekrestyanov et al. | Aug 2018 | B2 |
10148762 | Rogers et al. | Dec 2018 | B2 |
10277704 | Busayarat et al. | Apr 2019 | B2 |
10191954 | Corley et al. | Jun 2019 | B1 |
10320879 | Nekrestyanov et al. | Jun 2019 | B2 |
10884589 | Pike et al. | Jan 2021 | B2 |
10949191 | Chen | Mar 2021 | B2 |
20010034771 | Hutsch et al. | Oct 2001 | A1 |
20020143591 | Connelly | Oct 2002 | A1 |
20030037206 | Benfield et al. | Feb 2003 | A1 |
20030038836 | Ronald et al. | Feb 2003 | A1 |
20030039230 | Ostman et al. | Feb 2003 | A1 |
20030097357 | Ferrari et al. | May 2003 | A1 |
20030191753 | Hoch | Oct 2003 | A1 |
20040082352 | Keating et al. | Apr 2004 | A1 |
20040098744 | Gutta | May 2004 | A1 |
20040128618 | Datta | Jul 2004 | A1 |
20040139480 | Delpuch et al. | Jul 2004 | A1 |
20050027871 | Bradley et al. | Feb 2005 | A1 |
20050289168 | Green et al. | Dec 2005 | A1 |
20060026655 | Perez | Feb 2006 | A1 |
20060236221 | McCausland et al. | Oct 2006 | A1 |
20070130163 | Perez et al. | Jun 2007 | A1 |
20080040683 | Walsh | Feb 2008 | A1 |
20080186276 | Mayer-Ullmann | Aug 2008 | A1 |
20090125809 | Trapani et al. | May 2009 | A1 |
20090138441 | Valentine et al. | May 2009 | A1 |
20090164414 | Tatzel et al. | Jun 2009 | A1 |
20090193044 | Buehrer et al. | Jul 2009 | A1 |
20090210868 | Parthasarathy | Aug 2009 | A1 |
20090282432 | Hahnefeld et al. | Nov 2009 | A1 |
20100058390 | Harris et al. | Mar 2010 | A1 |
20100063878 | Bachet et al. | Mar 2010 | A1 |
20100070447 | Pfuntner | Mar 2010 | A1 |
20100229045 | Schultz | Sep 2010 | A1 |
20100257204 | Orlov et al. | Oct 2010 | A1 |
20110099277 | Yao et al. | Apr 2011 | A1 |
20110145327 | Stewart | Jun 2011 | A1 |
20110184899 | Gadanho et al. | Jul 2011 | A1 |
20110239243 | Dierks et al. | Sep 2011 | A1 |
20110246471 | Rakib | Oct 2011 | A1 |
20110289458 | Yu et al. | Nov 2011 | A1 |
20110289533 | White et al. | Nov 2011 | A1 |
20110314326 | Mahajan et al. | Dec 2011 | A1 |
20120174158 | Mowrey et al. | Jul 2012 | A1 |
20120197908 | Unno | Aug 2012 | A1 |
20120215684 | Kidron | Aug 2012 | A1 |
20120313966 | Kamekawa | Dec 2012 | A1 |
20130024851 | Firman | Jan 2013 | A1 |
20130031204 | Graham et al. | Jan 2013 | A1 |
20130046849 | Wolf et al. | Feb 2013 | A1 |
20130124309 | Traasdahl et al. | May 2013 | A1 |
20130346539 | Sivasubramanian et al. | Dec 2013 | A1 |
20130347018 | Limp et al. | Dec 2013 | A1 |
20140006951 | Hunter | Jan 2014 | A1 |
20140040301 | Chadha et al. | Feb 2014 | A1 |
20140047073 | Beme | Feb 2014 | A1 |
20140181137 | Stein | Jun 2014 | A1 |
20140201802 | Boss et al. | Jul 2014 | A1 |
20140223099 | Kidron | Aug 2014 | A1 |
20140223303 | Cox et al. | Aug 2014 | A1 |
20140280108 | Dunn et al. | Sep 2014 | A1 |
20140344663 | Joel et al. | Nov 2014 | A1 |
20150026238 | Natarajan | Jan 2015 | A1 |
20150040098 | Akins | Feb 2015 | A1 |
20150051749 | Green et al. | Feb 2015 | A1 |
20150149544 | Zhang | May 2015 | A1 |
20150195621 | Harron et al. | Jul 2015 | A1 |
20150201001 | Cabanillas et al. | Jul 2015 | A1 |
20150201033 | Gupta | Jul 2015 | A1 |
20150220326 | Jia | Aug 2015 | A1 |
20150220649 | Papa | Aug 2015 | A1 |
20150235275 | Shah et al. | Aug 2015 | A1 |
20150256903 | Walker | Sep 2015 | A1 |
20150269146 | Ayyar | Sep 2015 | A1 |
20150277710 | Lee et al. | Oct 2015 | A1 |
20150278219 | Phipps | Oct 2015 | A1 |
20150304447 | Karp | Oct 2015 | A1 |
20150358818 | Dipaola | Dec 2015 | A1 |
20150378685 | Kaplinger | Dec 2015 | A1 |
20160006645 | Rave | Jan 2016 | A1 |
20160070447 | Righter et al. | Mar 2016 | A1 |
20160085772 | Vermeulen et al. | Mar 2016 | A1 |
20160086260 | Vermeulen et al. | Mar 2016 | A1 |
20160105710 | Watson et al. | Apr 2016 | A1 |
20160110412 | Sun et al. | Apr 2016 | A1 |
20160140002 | Fee et al. | May 2016 | A1 |
20160191985 | Tirpak | Jun 2016 | A1 |
20160205428 | McDonough et al. | Jul 2016 | A1 |
20160267523 | Biswas et al. | Sep 2016 | A1 |
20160328485 | Dodonov et al. | Nov 2016 | A1 |
20160337426 | Shribman et al. | Nov 2016 | A1 |
20160371750 | Peddinti et al. | Dec 2016 | A1 |
20170006036 | Bellingham | Jan 2017 | A1 |
20170032005 | Zheng et al. | Feb 2017 | A1 |
20170041296 | Ford et al. | Feb 2017 | A1 |
20170083941 | Biswas et al. | Mar 2017 | A1 |
20170103553 | Busayarat et al. | Apr 2017 | A1 |
20170104838 | Busayarat et al. | Apr 2017 | A1 |
20170104842 | Busayarat et al. | Apr 2017 | A1 |
20170105049 | Busayarat et al. | Apr 2017 | A1 |
20170177333 | Busayarat et al. | Jun 2017 | A1 |
20170214764 | Bakshi et al. | Jul 2017 | A1 |
20170323028 | Jonker et al. | Nov 2017 | A1 |
20170353577 | Lutz et al. | Dec 2017 | A1 |
20180039647 | Winstanley et al. | Feb 2018 | A1 |
20180060248 | Liu et al. | Mar 2018 | A1 |
20180131633 | Li | May 2018 | A1 |
20180183891 | Zhang et al. | Jun 2018 | A1 |
20190095395 | Piecko | Mar 2019 | A1 |
Number | Date | Country |
---|---|---|
0 848 554 | Jun 1998 | EP |
9713368 | Apr 1997 | WO |
2007054687 | May 2007 | WO |
2011102824 | Aug 2011 | WO |
2017004138 | Jan 2017 | WO |
Entry |
---|
Non-Final Office Action received for U.S. Appl. No. 16/157,649 dated Jun. 15, 2021, 28 pages. |
Non-Final Office Action received for U.S. Appl. No. 16/818,109 dated Apr. 23, 2021, 85 pages. |
Stack Overflow, What does ii mean to hydrate an object?, Aug. 9, 2011 and Dec. 23, 2013, https://stackoverflow.com/questions/ 6991135/what-does-it-mean-to-hydrate-an-objecl/20787106#20787106,Accessed Apr. 14, 2021, 5 pages. |
International Preliminary Report on Patentability received for PCT application No. PCT/US2019/055851 dated Apr. 22, 2021, 8 pages. |
Final Office Action received for U.S. Appl. No. 16/818,109 dated Oct. 15, 2021, 56 pages. |
Non-Final Office Action received for U.S. Appl. No. 16/889,129 dated Nov. 23, 2021, 81 pages. |
Non-Final Office Action received for U.S. Appl. No. 16/157,649 dated Sep. 14, 2021, 52 pages. |
Final Office Action received for U.S. Appl. No. 16/290,224 dated Oct. 21, 2020, 40 pages. |
International Search Report and Written Opinion received for International Application Serial No. PCT/US2016/056755 dated Dec. 19, 2016, 15 pages. |
Non-Final Office Action received for U.S. Appl. No. 15/285,439 dated Jul. 27, 2017, 27 pages. |
Notice of Allowance received for U.S. Appl. No. 15/252,166 dated Mar. 22, 2018, 40 pages. |
Final Office Action received for U.S. Appl. No. 15/285,439 dated Feb. 2, 2018, 23 pages. |
El-Ansary et al., “An Overview of Structured P2P Overlay Networks,” in: Handbook on Theoretical and Algorithmic Aspects of Sensor, Ad Hoc Wireless, and Peer-to-Peer Networks 1 led] Jie Wu, Auerbach Publications, 2006, 27 pages. |
Non-Final Office Action received for U.S. Appl. No. 15/291,247 dated Jun. 14, 2018, 70 pages. |
Non-Final Office Action received for U.S. Appl. No. 15/290,722 dated Jun. 28, 2018, 29 pages. |
Office Action received for Colombian Patent Application Serial No. NC2018/0005094 dated Aug. 22, 2018, 3 pages (including English translation). |
Non-Final Office Action received for U.S. Appl. No. 15/285,439 dated Jul. 25, 2018, 32 pages. |
European Office Action received for EP Patent Application Serial No. 16787677.0 dated May 30, 2018, 3 pages. |
Office Action received for Chinese Patent Application Serial No. 201690001472.1 dated Aug. 17, 2018, 2 pages. |
Non-Final Office Action received for U.S. Appl. No. 15/291,810 dated Nov. 19, 2018, 43 pages. |
Final Office Action received for U.S. Appl. No. 15/285,439 dated Jan. 30, 2019, 41 pages. |
International Search Report and Written Opinion received for International Application Serial No. PCT/US2018/030717 dated Aug. 7, 2018, 16 pages. |
Final Office Action received for U.S. Appl. No. 15/290,722 dated Feb. 25, 2019, 33 pages. |
Communication pursuant to Article 94(3) EPC received for EP Application Serial No. 16787677.0 dated Mar. 13, 2019, 8 pages. |
Non-Final Office Action received for U.S. Appl. No. 15/584,142 dated Apr. 29, 2019, 144 pages. |
Non-Final Office Action received for U.S. Appl. No. 15/449,229 dated Jun. 28, 2019, 52 pages. |
Notice of Allowance for U.S. Appl. No. 15/291,810 dated Apr. 22, 2019, 22 pages. |
Non-Final Office Action received for U.S. Appl. No. 15/290,722 dated Sep. 9, 2019, 23 pages. |
Non-Final Office Action received for U.S. Appl. No. 15/285,439 dated Jul. 25, 2019, 39 pages. |
Second Office Action received for Colombian Application Serial No. NC2018/0005094 dated Jul. 4, 2019, 30 pages (with English translation). |
Notice of Allowance received for U.S. Appl. No. 16/054,278 dated Dec. 18, 2019, 58 pages. |
Final Office Action received for U.S. Appl. No. 15/584,142 dated Nov. 6, 2019, 155 pages. |
International Search Report and Written Opinion for International Application Serial No. PCT/US2019/055851 dated Nov. 22, 2019, 13 pages. |
Summons to attend oral proceedings pursuant to Rule 115(1) EPC received for EP Application Serial No. 16787677.0 dated Dec. 6, 2019, 7 pages. |
Notice of Allowance received for U.S. Appl. No. 15/584,142 dated Feb. 21, 2020, 30 pages. |
U.S. Appl. No. 15/449,229, filed Mar. 3, 2017. |
U.S. Appl. No. 15/290,722, filed Oct. 11, 2016. |
U.S. Appl. No. 15/285,439, filed Oct. 4, 2016. |
Non-Final Office Action received for U.S. Appl. No. 16/561,572 dated Sep. 23, 2020, 45 pages. |
Decision to refuse a European Patent application received for European Patent Application Serial No. 16787677.0 dated Jul. 22, 2020, 26 pages. |
Non-Final Office Action received for U.S. Appl. No. 16/290,224 dated Apr. 22, 2020, 87 pages. |
Non-Final Office Action received for U.S. Appl. No. 16/889,149 dated Jan. 19, 2022, 56 pages. |
Final Office Action received for U.S. Appl. No. 16/157,649 dated Apr. 22, 2022, 59 pages. |
Non-Final Office Action received for U.S. Appl. No. 16/818,109 dated Jul. 7, 2022, 64 pages. |
Notice of Allowance received for U.S. Appl. No. 16/157,649 dated Dec. 21, 2022, 38 pages. |
Final Office Action received for U.S. Appl. No. 16/818,109 dated Dec. 7, 2022, 76 pages. |
Office Action received for Canadian Patent Application Serial No. 3002055 dated Nov. 23, 2022, 4 pages. |
Office Action received for Mexican Patent Application Serial No. MX/a/2018/004690 dated Oct. 11, 2022, 11 pages (Original Copy). |
EP Office Action for received for European Patent Application Serial No. 19795414.2 dated Jan. 12, 2023, 7 pages. |
Mexican Office Action for Mexican Application Serial No. MX/a/2018/004690 dated Jul. 14, 2022, 6 pages. |
Notice of Allowance received for U.S. Appl. No. 16/889,149 dated Sep. 29, 2022, 41 pages. |
Non-Final Office Action received for U.S. Appl. No. 16/157,649 dated Sep. 1, 2022, 64 pages. |
Non-Final Office Action received for U.S. Appl. No. 16/818,109 dated Jun. 30, 2023, 83 pages. |
Office Action received for Mexico Patent Application Serial No. MX/a/2018/004690 dated Apr. 4, 2023, 22 pages (Including English Translation). |
Non-Final Office Action received for U.S. Appl. No. 16/157,649 dated Jan. 19, 2021, 86 pages. |
Office Action received for Mexico Patent Application Serial No. MX/a/2018/004690 dated Sep. 19, 2023, 26 pages (Including English Translation). |
Number | Date | Country | |
---|---|---|---|
20200249939 A1 | Aug 2020 | US |
Number | Date | Country | |
---|---|---|---|
62240888 | Oct 2015 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 15449229 | Mar 2017 | US |
Child | 16854135 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 15290722 | Oct 2016 | US |
Child | 15449229 | US | |
Parent | 15285439 | Oct 2016 | US |
Child | 15290722 | US |