Skip to Main Content
AVEVA™ Data Hub Feedback Portal

Welcome to our new feedback site!


We created this site to hear your enhancement ideas, suggestions and feedback about AVEVA products and services. All of the feedback you share here is monitored and reviewed by the AVEVA product managers.

To start, take a look at the ideas in the list below and VOTE for your favorite ideas submitted by other users. POST your own idea if it hasn’t been suggested yet. Include COMMENTS and share relevant business case details that will help our product team get more information on the suggestion. Please note that your ideas and comments are visible to all other users.


This page is for feedback specifically for AVEVA Data Hub. For links to our other feedback portals, please see RESOURCES below.

Status Declined
Product Edge Data Store
Categories General
Created by Guest
Created on Apr 18, 2023

Don't change product version information response structure

The design of the /productinformation response has changed between EDS 2020 and EDS 2023 Patch 1. Our application missed the new position of the version string so I had to change code to catch it. I know the product has shipped so there is nothing to be done but I would ask that you not change it again.

The EDS 2020 response is:

{

"Edge Data Store":"1.0.0.609",

".Net Core Version":".NETCoreApp,Version=v3.1",

"Core CLR Version":".NET Core 3.1.1",

"Operating System":"Linux 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022"

}


The EDS 2023 Patch 1 response is:

{

"Product Name":"Edge Data Store",

"Product Version":"1.1.3.2",

"Adapter Framework Version":"1.6.0.24",

"Runtime Version":".NET 6.0.10",

"Operating System":"Linux 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022"

}

  • Attach files
  • Admin
    Jiyeon Hwang
    Reply
    |
    Apr 28, 2023

    From discussing this topic with the Product Support Engineer who helped log this feedback based on a support case, this request is from a partner company. We do our very best to make sure our products take into consideration our end users' experience. If there are dependent fields such as the product version information when developing an application against our products, it would be great to be made aware of them earlier so that we can keep you apprised of any significant changes that could impact your work. As mentioned in the original post, the new version of Edge Data Store is already released with these changes so I will be declining this post.