9 - Release Changes (DiaWEB)
  • RSS Feed

Last modified on 3/8/2017 8:28 AM by User.

Tags:

9 - Release Changes (DiaWEB)

 

4.0.0.40826 

- Generally available 4.0 release. New dependency for Microsoft Report Viewer 2010 control.

 

4.3.0.41107

- Case 

- First version to include web.config changes to support Microsoft Update KB2990942 which impacted MVC version.

 

4.3.51303 

- Case 19037: outbound stored procedures modifications require updates to Action list for any site with HL7 interface.

4.3.51310

- Case 20360: This release does not contain code updates from previous release. Need to  run the script attached to this case manually to add the new ITP report options.

4.4.51313 

- No extra changes

4.11.51799.0

Add to web.config

<caching>

      <outputCacheSettings>
        <outputCacheProfiles>
          <add name="Cache1Minute" duration="60" varyByParam="none" location="Any"/>
          <add name="Cache1Hour" duration="3600" varyByParam="none" location="Any"/>
          <add name="Cache1Day" duration="86400" varyByParam="none" location="Any"/>
          <add name="Cache30Days" duration="2592000" varyByParam="none" location="Any"/>
        </outputCacheProfiles>
      </outputCacheSettings>
    </caching>