Skip to content

Commit

Permalink
PRERELEASE: v2.0.0-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjhawk committed Apr 4, 2024
1 parent 51a991f commit 88479c6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<module-id>com.hms_networks.americas.sc.ignition</module-id>
<module-name>Ignition Ewon Connector</module-name>
<module-description>Ignition module for streaming Ewon tag data to Ignition tags using the Ewon DMWeb and M2Web APIs.</module-description>
<module-version>2.0.0</module-version>
<module-version>2.0.0-pre1</module-version>
<module-full-version>${module-version}.${maven.build.timestamp}</module-full-version>
<module-author>HMS Networks, MU Americas Solution Center</module-author>
<module-website>https://github.com/hms-networks/IgnitionEwonConnector</module-website>
Expand Down
19 changes: 19 additions & 0 deletions web-docs/docs/02-CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ sidebar_label: Change Log
toc_max_heading_level: 2
---

## Version 2.0.0-pre1
This version of the module is a near-complete rewrite to bring new features, improved performance, and support for the
latest SDKs.
### Major Changes
* Updated to Java 11 and Ignition 8.1 SDK
* Ewon metadata (i.e., tag names, descriptions, data types) is now updated on module startup, and at a configurable
interval.
* After module startup, the Ewon metadata is updated in the background at the configured interval.
* Ewon metadata is now retrieved from the Ewon device directly, using M2Web API requests, instead of relying on the
DataMailbox API.
* Added support for buffered tag writes to Ewon devices (i.e., write multiple tags in a single request)
* Added support for tag groups to organize tags in Ignition
* Implemented asynchronous Talk2M/M2Web API requests to improve performance
### Minor Changes
* Improved documentation
* Improved logging output
* Implemented stateful authentication for Talk2M/M2Web API requests to reduce connection overhead
* Resolved a long-standing issue with pre-tag realtime properties being lost

## Version 1.2.1
### Major Changes
* Tag provider name customization was removed to ensure consistent and stable connector functionality
Expand Down

0 comments on commit 88479c6

Please sign in to comment.