User Tools

Site Tools


general:apps:appstoreconnect:releasenotes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
general:apps:appstoreconnect:releasenotes [2024/03/19 11:33] sugeneral:apps:appstoreconnect:releasenotes [2024/05/29 05:37] (current) su
Line 2: Line 2:
  
 This page describes the release notes for [[https://appstore.intelligentplant.com/Home/AppProfile?appId=a73c453df5f447a6aa8a08d2019037a5|App Store Connect]]. Your App Store Connect will automatically download the update. You can configure the update schedule for your App Store Connect by following the instructions available [[https://appstore.intelligentplant.com/wiki/doku.php?id=data_core:app_store_connect_updates|here]]. This page describes the release notes for [[https://appstore.intelligentplant.com/Home/AppProfile?appId=a73c453df5f447a6aa8a08d2019037a5|App Store Connect]]. Your App Store Connect will automatically download the update. You can configure the update schedule for your App Store Connect by following the instructions available [[https://appstore.intelligentplant.com/wiki/doku.php?id=data_core:app_store_connect_updates|here]].
 +
 +
 +==== 2024-05 ====
 +
 +Release Date: 2024-05-31
 +
 +Build Number: 3.2.20385
 +
 +This release brings the following changes:
 +
 +General:
 +  * ''[Enhancement]'' Under-the-hood changes that will allow for faster startup times in future releases.
 +  * ''[Enhancement]'' Applying driver setting updates via the App Store Connect UI is now significantly faster.
 +  * ''[Enhancement]'' The API supports a new "get tags by ID/name" endpoint for retrieving tag definitions when you already know the tag ID or name.
 +  * ''[Enhancement]'' Performance improvements in all data source drivers when publishing value changes to the driver's data pipe.
 +  * ''[Bug Fix]'' Timestamps on samples being written to the API will now always be converted to UTC.
 +
 +Alarm Analysis Driver:
 +  * ''[Enhancement]'' Improved alarm-return pairing.
 +  * ''[Enhancement]'' Improved stale alarm reporting.
 +  * ''[Enhancement]'' Added new cross data checks driver setting: //"Include Disabled Alarms in the Compilation of Alarm Properties"//. When set to true and the //"Compile Alarm Properties"// setting is enabled, then the on-to-on duration, off-to-on duration, and chattering alarm properties will also be compiled for messages with the following event types: ''ALM_SHL'', ''ALM_DIS''.
 +  * ''[Bug Fix]'' Corrected an issue in the de-duping process that could substantially reduce performance of cross data checks.
 +
 +AVEVA OSIsoft PI Driver:
 +  * ''[Bug Fix]'' Fixes an issue where data query results for digital state tags would only report the name of the state and not its numeric value.
 +
 +IP Historian/Edge Historian v2 Driver:
 +  * ''[Bug Fix]'' Fixes an issue where post-processing of some data queries could give erratic results if data was recorded to the archive using non-UTC timestamps.
 +
 +IP Historian/Edge Historian v3 Driver:
 +  * ''[Enhancement]'' Beta and stable packages now include a preview driver for IP Historian v3.
 +    * IP Historian v3 is a major update to IP Historian that requires Elasticsearch v7 or later. You must provide your own Elasticsearch cluster to use IP Historian v3.
 +  * ''[Bug Fix]'' Fixes an issue where post-processing of some data queries could give erratic results if data was recorded to the archive using non-UTC timestamps.
 +
 +MQTT Consumer Driver:
 +  * ''[Enhancement]'' New preview driver for receiving messages from MQTT brokers supporting all versions of MQTT up to and including v5.0. The existing legacy MQTT driver does not support MQTT 5.0. This driver was previously only available in the alpha package.
 +    * The driver supports the same ad hoc JSON parsing rules as the Azure Event Hub and RabbitMQ drivers.
 +
 +MQTT Server Driver:
 +  * ''[Enhancement]'' New preview driver that runs an MQTT broker, allowing external clients to publish messages that are converted into tag values. This driver was previously only available in the alpha package.
 +    * The driver supports the same ad hoc JSON parsing rules as the Azure Event Hub and RabbitMQ drivers.
 +    * The MQTT broker is for ingress only; it does not allow clients to subscribe to receive value changes or messages from other Data Core sources.
 +
 +Text File Stream Event Source:
 +  * ''[Enhancement]'' The method of determining if a monitored text file has been modified is now more robust.
 +  * ''[Enhancement]'' The sleep period between file system checks has been exposed as a configurable setting. The default check is every 5 seconds. If files are infrequently modified this can be extended to a longer period to reduce processing overhead.
 +
 +
 +==== 2024-04 ====
 +
 +Release Date: 2024-05-03
 +
 +Build Number: 3.2.20238
 +
 +This release brings the following changes:
 +
 +General:
 +  * ''[Enhancement]'' Performance improvements when applying authorization rules.
 +  * ''[Enhancement]'' All data sources now support the ability to force data writes to go to snapshot or history.
 +
 +Alarm Analysis Driver:
 +  * ''[Enhancement]'' Facit annotations are now treated as read-only and have had their "more info" links amended.
 +
 +Azure Event Hub/IoT Hub Driver:
 +  * ''[Enhancement]'' Improvements to JSON payload parsing to support MQTT-style wildcards when including or excluding properties from the JSON document.
 +
 +CSV Driver:
 +  * ''[Enhancement]'' Reduced memory usage.
 +
 +IP Historian/Edge Historian v2 Driver:
 +  * ''[Enhancement]'' The tag cache can now be disabled to reduce memory usage. Tag searches will be slower when the cache is disabled.
 +  * ''[Enhancement]'' The health status for a running IP Historian driver now includes the health status of the Elasticsearch cluster that the driver is connected to.
 +
 +IP Historian/Edge Historian v3 Driver:
 +  * ''[Enhancement]'' Alpha package includes a preview driver for IP Historian v3.
 +    * IP Historian v3 is a major update to IP Historian that requires Elasticsearch v7 or later. You must provide your own Elasticsearch cluster to use IP Historian v3.
 +  
 +Met Office Driver:
 +  * ''[Enhancement]'' Updated to consult the latest Met Office Data Hub (https://datahub.metoffice.gov.uk/)
 +    * Supported weather plans now include: Global hourly spot, Global three hourly spot and Global daily spot.
 +  * ''[Enhancement]'' Changes to how three-hourly forecast are recorded.
 +  * ''[Enhancement]'' Significant Weather description accompanies Significant Weather Code - e.g. 1 : Sunny Day 
 +
 +RabbitMQ Driver:
 +  * ''[Enhancement]'' Improvements to JSON payload parsing to support MQTT-style wildcards when including or excluding properties from the JSON document.
 +
 +
  
 ==== 2024-03 ==== ==== 2024-03 ====
Line 17: Line 104:
   * ''[Enhancement]'' Improvements to relative timestamp parsing in data queries. In addition to using ''*'' as a placeholder for the current time, it is now also possible to specify a number of additional relative time origin keywords, including the start of the current hour, day, week, month and year. The time zone for the relative time origin can be specified using the ''tz'' query string parameter or ''X-TimeZone'' request header on any API call. The time zone is specified using the IANA time zone database format (e.g. ''America/New_York'') or the Microsoft time zone identifier (e.g. ''Eastern Standard Time'').   * ''[Enhancement]'' Improvements to relative timestamp parsing in data queries. In addition to using ''*'' as a placeholder for the current time, it is now also possible to specify a number of additional relative time origin keywords, including the start of the current hour, day, week, month and year. The time zone for the relative time origin can be specified using the ''tz'' query string parameter or ''X-TimeZone'' request header on any API call. The time zone is specified using the IANA time zone database format (e.g. ''America/New_York'') or the Microsoft time zone identifier (e.g. ''Eastern Standard Time'').
     * Timestamp parsing improvements have been made possible by delegating parsing to Intelligent Plant's [[https://github.com/intelligentplant/IntelligentPlant.Relativity|Relativity]] library.     * Timestamp parsing improvements have been made possible by delegating parsing to Intelligent Plant's [[https://github.com/intelligentplant/IntelligentPlant.Relativity|Relativity]] library.
-  * ''[Fix]'' Fixes an issue where clicking on a link in the UI to view details for a tag or script tag was not always able to load the details page. This was caused by an issue with the way the UI was handling some encoded names/IDs.+  * ''[Fix]'' Fixes an issue where clicking on a link in the UI to view details for a tag or script tag was not always able to load the details page. This was caused by an issue with the way the UI was handling some encoded names/IDs.
   * ''[Fix]'' Fixes an issue where script tags that were triggered by snapshot value changes in referenced tags would not trigger if the referenced tag was another script tag.   * ''[Fix]'' Fixes an issue where script tags that were triggered by snapshot value changes in referenced tags would not trigger if the referenced tag was another script tag.
   * ''[Fix]'' Renaming a source or destination tag used in a data stream tag mapping now correctly removes the last observation for the old mapping from the UI.   * ''[Fix]'' Renaming a source or destination tag used in a data stream tag mapping now correctly removes the last observation for the old mapping from the UI.
general/apps/appstoreconnect/releasenotes.1710848023.txt.gz · Last modified: 2024/03/19 11:33 by su