What's New - Version 22.0.0

Enhancements

Bug Fixes

Removed Functionality

Changes of Interest to Developers

Upgrading to Version 22.0.0 (from version 21.0.0)

  1. Apply Schema Changes.

    • The schema changes to be applied are defined in $dovetailAgent\config\schema\agent.schemascript.xml. The easiest way is to simply apply these changes using Dovetail SchemaEditor and the agent.schemascript.xml file - it will add the new schema and skip over any changes that already exist.
  2. Import the following data files:

    • agent_url_config.dat
  3. Merge in your customizations with the baseline 21.0.0 source code

  4. Update the web.config file. If you re-use your existing web.config file, be sure to merge in the latest changes.

  5. Build / Test / Release / Deploy

After the Upgrade

  1. Update the Dovetail Agent URL Config Item:
    Using the Dovetail Agent application, navigate to the Admin page, and then click on Configuration Items. Search for the Dovetail Agent URL config item. Edit it, setting the String Value to the base URL of the Agent web application, such as http:\\my-web-server\agent, or https:\\agent.company.com

    This config item is used within business rule notification messages, such as the Notify @mentions business rule.

  2. Add schema.metadata.config file to Agent's root folder if you need to list date-only fields.

  3. Make sure this entry is present either in appSettings.Secret.config or appSettings.config file: <add key="WebsiteSettings.IgnoredRequestHeaders" value="Priority"/>


What's New in Previous Versions