AGR Logo
6.2-r20 release/6.2.x 2022-08-25T15:01:47Z 6.2.17 6.2.19 6.2.20 7 / 0 6.2-r20.zip6.2-r20.zip

6.2-r20

What's new?

Important To Know For Upgrade

Database Update Scripts

  • Check out db_scripts\compare_reports for the update reports for updating and patching

    (Note that all schema changes listed in the patch reports are applied every time you patch the databases, so please check the report and see if you have any customizations in the objects listed there.)

Release notes

  • See list on Jira
  • See list of pull requests involved in this update on github

  • Core - .Net framework updated to 4.8 removing the reliance on TLS 1.2, other outdated packages also updated DEV-4608,DEV-3215

  • Login - Fix incorrect error handling after failed login attempt with refresh token which should redirect to the login page. This bug caused users to end up with a blank page and having to refresh the app. DEV-4574, PR-3648
  • Forecasts - Skip Forecast to Date from item details should always overrule global skip forecast to date. DEV-4532
  • Logging - Fix excessive logging in planned orders procs DEV-4458