Skip to content

SORMAS 1.89.0

Compare
Choose a tag to compare
@MateStrysewske MateStrysewske released this 28 Sep 12:40
· 1041 commits to development since this release

⚠️ Release Information

With this version, we increase the minimum required PostgreSQL version to 12 and the default version to 14. If you're using an earlier version, please make sure to upgrade it before deploying this release.

Caution: After upgrading, there is a chance that indexes in the database will be broken and SORMAS is not working as expected. To prevent this, all indexes in the database have to be rebuilt after the upgrade by executing this SQL command: REINDEX database sormas;

Changelog

New Features

General

  • [Environments] Added pathogen tests to environment samples (#12467)

Web Application

  • [Environments] Added an environment sample directory (#11566)
  • [Environments] Added read, create and edit forms for environment samples (#12235)
  • [Environments] Added a basic export to environments and environment samples (#11570)
  • [Environments] Added import functionality to the environment directory (#11571)

Mobile Application

  • [Environments] Added an environment sample list (#12468)
  • [Environments] Added read, create and edit forms for environment samples (#12500)

Improvements

General

  • [Environments] Added a report date field to environment samples (#12501)

Web Application

  • [General] Significantly improved the messages and exception handling for bulk actions (#12257)
  • [eSanté] Extended external messages with person address facility reference (#12366)

Bugfixes

Web Application

  • Fixed environment samples not being deleted alongside their environments (#12572)
  • Fixed automatic archiving not working with external surveillance tool configured (#12505)
  • Fixed users with the "Edit existing immunization" user right not being able to delete/restore archived immunizations (#12346)

Mobile Application

  • Fixed a potential crash on the mSERS screen during the last week of the year (#11262)
  • Fixed obsolete environments not being removed from the mobile app (#12355)
  • Fixed broken login sequence for users with access to only environments (#12368)

Technology

  • Increased the minimum PostgreSQL version to 12 and the default version to 14 (#10249)
  • Replaced context.xml with warName property in sormas-rest maven war plugin config (#12062)