Skip to content

Commit

Permalink
RELEASE: v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
it-hms committed Oct 8, 2024
1 parent e0438fe commit 5c870f9
Show file tree
Hide file tree
Showing 2 changed files with 9 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.1</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
8 changes: 8 additions & 0 deletions web-docs/docs/02-CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ sidebar_label: Change Log
toc_max_heading_level: 2
---

## Version 2.0.1
### Major Changes
* Changed handling of tag quality through DataMailbox
* Changed tag value parsing based on GSON parsing of DataMailbox response
* Changed update of Boolean tags through M2Web API to use integer values and not true/false
### Minor Changes
* Tag update exception handling per individual tag update and not for update

## Version 2.0.0
This version of the module is a near-complete rewrite to bring new features, improved performance, and support for the
latest SDKs.
Expand Down

0 comments on commit 5c870f9

Please sign in to comment.