Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-06-16 | 1.8 kB | |
Totals: 1 Item | 1.8 kB | 0 |
:warning: Release Information
- With this release, we have migrated Payara to 5.2022.5. It's mandatory to move to this version before updating to this SORMAS release. See here for a guide about how to migrate to a new Payara server.
-
We have replaced our auditing mechanism, and the
sormas_audit_db
is therefore no longer used and can be deleted. If you want to do this, you probably want to make a backup before dropping the database:sudo -u postgres pg_dump sormas_audit_db > sormas_audit_db.sql
sudo -u postgres psql -c "DROP DATABASE sormas_audit_db;"
Changelog
Improvements
General
- Added a new user right to push external messages to the system (#12034)
Web Application
- Users with archive but without edit rights over an entity can now properly archive/de-archive it (#11830)
- Users can no longer save mandatory fields that contain only blank spaces (#11817)
- Enabled buttons on the cards on read-only person pages for users with view/edit rights for the respective entity (#11518)
Bugfixes
Web Application
- Fixed sample bar chart on the sample dashboard showing wrong results (#12001)
- Fixed the edit icon appearing for not editable travel entries (#12043)
- Fixed a "null" string being shown below the samples card in the person view (#12081)
- Fixed S2S infrastructure sync failing when ther eare existing countries (#11961)
Technology
- Updated to Payara 5.2022.5 (#10499)
Documentation
- Added documentation for creating new external message adapter modules (#12017)
- Updated all readme, Wiki and code references to the old repository with the new one (#11900)