Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
database_update.sql | 2021-09-24 | 20.5 kB | |
README.md | 2021-09-24 | 8.1 kB | |
Totals: 2 Items | 28.6 kB | 0 |
Release Information
With this release, the immunization module that was already partially introduced in recent releases (but incomplete and disabled) is fully functional and therefore enabled by default.
:warning: Please note that the migration has been significantly improved in version 1.66.1. If you are currently running a version prior to 1.64.0, please directly upgrade to 1.66.1 in order to make sure that the migration on your server includes these improvements. They will not be included when you have already upgraded to 1.64 or 1.65.
Update Instructions
The new immunization module replaces the current case, contact and event participant fields related to vaccination and therefore requires the database to be migrated. This migration is automatically performed upon server start and could potentially result in a timeout on servers with a lot of data! If you encounter problems during the server start or suspect that your server might be affected, please manually execute the code contained in the attached "database_update.sql" file.
Please note that unsynchronized vaccination information that has been added to existing cases in the mobile app will be lost after updating to this version. Make sure that cases containing new information are synchronized before you update your server. Vaccination information related to new cases that have not been synchronized to the server are preserved.
New Feature Configurations
EDIT_INFRASTRUCTURE_DATA
: Allows users with the respective user rights to create, edit, import, and archive continents, subcontinents, countries, regions, districts, and communities.
New Server Properties
documentUploadSizeLimitMb
: Maximum file size allowed for the upload of documents and document templates in MB (Default: 20 MB).importFileSizeLimitMb
: Maximum file size allowed for the upload of import files in MB (Default: 20 MB).- Renamed
sormas2sormas.etcd.clientName
tocentral.etcd.clientName
. - Renamed
sormas2sormas.etcd.clientPassword
tocentral.etcd.clientPassword
.
Minor Releases
https://github.com/hzi-braunschweig/SORMAS-Project/releases/tag/v1.64.1 https://github.com/hzi-braunschweig/SORMAS-Project/releases/tag/v1.64.2
Changelog
New Features
General
Immunizations
- Added a new module that allows users to collect and gather information about immunizations and vaccinations (#4081)
Web Application
Persons
- Added a basic, detailed and custom export to the person directory (#6206)
Travel Entries
- Added tasks to travel entries (#5844)
- Added documents and document templates to travel entries (#5845)
Improvements
General
- If only one disease is active on a server, it is now automatically selected when it makes sense (#5496)
- Dropdowns containing infrastructure data are now indicating when an infrastructury entry is archived (#6472)
Laboratory
- Unified the pathogen test saving logic between cases, contacts and event participants (#5816)
Web Application
General
- Users can now select the CSV delimiter they want to use when importing files (#5459)
- Introduced a file size limit for uploaded documents and import files that can be changed in the server configuration (#6484)
- Improved several constraints for pushing data through the API, import CSV files or document upload (#6149)
Persons
- Optimized the performance of the saving process of new persons (#6362)
Events
- Added an action date column to the action directory (#5939)
- Added investigation start and end date columns to the detailed event directory (#5938)
Travel Entries
- Travel entries can now be imported without specifying a point of entry; in this case, "Other Point of Entry" will be used (#6483)
Infrastructure
- Added a feature configuration to prevent users from manually editing infrastructure data (#6471)
Changes
Web Application
Cases
- Minor caption changes to the hospitalization form for clarification purposes (#6716)
Infrastructure
- It is now possible to specify a UUID when importing infrastructure data (#6696)
- Infrastructure data imported with the default import now has a default UUID that is shared across all instances (#6712)
Integration
- Added separate strings for the sending confirmation to the reporting tool to avoid capitalization issues (#6443)
Bugfixes
Web Application
- Fixed tasks getting reassigned when changing the place of stay of a case, even if the assigned user would still have access to the case (#6631)
- Fixed follow-up visit date range getting lost after leaving the follow-up directories (#6371)
- Fixed users being unable to link index cases if two users edited the contacts with source case known field simultaneously (#6561)
- Fixed an error during case merging when merging cases with disease variants (#6628)
- Fixed default import of continents, subcontinents and countries failing (#6605 & [#6558])
- Fixed a problem during case creation when selecting the place of stay before the jurisdiction (#6607)
- Fixed an error when trying to bulk-generate geo coordinates for person addresses (#6506)
- Fixed a problem with the duplicate detection when creating cases with differing place of stay (#6495)
- Fixed a problem with overwriting the follow-up until date for cases and contacts with no follow-up by hiding these fields (#5634)
- Fixed an error when trying to open the follow-up directory of cases with no symptomatic status (#6553)
- Fixed the responsible user filter in the event directory filtering by reporting user instead (#6708)
- Fixed an error when trying to view cases with differing place of stay as a contact supervisor (#6489)
- Fixed an error when checking the "Place of stay differs..." checkbox of a case as a contact supervisor (#6595)
- Fixed an error when trying to delete additional tests (#6579)
- Fixed campaign dashboard diagrams for sub-tabs after the the first sub-tab not showing (#6717)
- Fixed newly created travel entries only appearing after a page refresh (#6725)
- Fixed symptomatic status of visits documented as unavailable or uncooperative being set to 'no' instead of being empty (#6466)
- Fixed the result date of pathogen test results not being shown as required even though it is required in the backend (#6577)
- Fixed the "Apply filters" button not being shown on the Dashbard on small screens (#6543)
- Fixed the person duplicate detection popup during imports not showing all details on small screens (#6491)
- Fixed type of activity and type of place details values not being shown in the activities as case table (#6545)
- Fixed a problem with symptom journal links by providing an option to force-delete a case/contact in SORMAS (#6013)
- Fixed contact details getting lost when creating an event participant while processing lab messages (#5279)
- Fixed case classifications in the bulk-edit popup not reflecting specific classifications on German systems (#6458)
- Fixed an error when trying to re-send a case to SurvNet after deleting its external token (#6663)
- Fixed the "Send to reporting tool" bulk action in the event directory being visible on non-German systems (#6498)
- Fixed the reference definition being visible on the dashboard of non-German systems (#6510)
- Fixed no share info being created after sending data to SurvNet if the request takes too long (#6178)
- Fixed a spelling error in the share request pop-up (#6454)
Technology
- Infrastructure data can now be stored in a central
etcd
in order to be shared among multiple instances (#6467)
Documentation
- Added a list of available data types for customizable enum values to the Wiki entry.
Testing
- Added performance tests to create a large number of persons and immunizations (#6364)
- Several improvements to the testing infrastructure