Skip to content

Releases: SORMAS-Foundation/SORMAS-Project

Release 1.6.0

16 Oct 11:25
Compare
Choose a tag to compare
releases/version-1.6.0

[GITFLOW]tagging release 1.6.0

Hotfix Release 1.5.1

27 Sep 06:32
Compare
Choose a tag to compare
  • Fixed critical bug when opening facilities/laboratories list

Release 1.5.0

26 Sep 12:34
Compare
Choose a tag to compare

VERY IMPORTANT:
The heap memory size for the SORMAS server domain needs to be increased to 1024 MB.
To do this open the domain.xml file in the config directory of the sormas domain (likely /opt/domains/sormas/config).
Search for the first "-Xmx512m" entry and replace it with "-Xmx1024m". Then restart the domain.

Release 1.4.0

05 Sep 09:12
Compare
Choose a tag to compare
releases/version-1.4.0

[GITFLOW]tagging release 1.4.0

Hotfix Release 1.3.1

20 Aug 08:05
Compare
Choose a tag to compare
  • Fixed a bug that prevented app users from creating new visits
  • Fixed app contact list having the wrong default filter
  • Fixed informant being able to edit epid number and classify cases
  • Fixed visual bug in app switch field
  • Fixed a bug that prevented lab samples from being referred and users being able to refer samples although the sample form has errors

Release 1.3.0

10 Aug 15:03
Compare
Choose a tag to compare

Release 1.2.0

23 Jul 09:12
Compare
Choose a tag to compare
releases/version-1.2.0

[GITFLOW]tagging release 1.2.0

Pre-Release 1.1.0

18 Jul 16:13
Compare
Choose a tag to compare
Pre-Release 1.1.0 Pre-release
Pre-release

Attention - the app in this release is not productive yet. The server can be used with the old app as legacy app though.

To do this configure the sormas.properties file as below.
Make sure the app version of this release and the 0.23.1 release app are in the downloads directory on your server.
In addition make sure the apache site is configured appropriately for both files.

country.name=nigeria

# URL of the Android apk file. 
# Must contain the version or a placeholder for it. 
# e.g. https://SERVER-NAME/downloads/sormas-%version-release.apk 
app.url=https://SERVER-NAME/downloads/sormas-%version-release.apk 

# URL of a legacy apk version. When all apps pre or equal to this version will only be updated to this version
# This is for example handy when a new version is rolled out and supposed to be only manually tested in certain regions.
# Important: The app has to be compatible with the current server
app.legacy.url=https://SERVER-NAME/downloads/sormas-0.23.1-release.apk 

# Path where temporary files will be saved - both payara and PostgreSQL need read and write access to this folder;
# make sure this uses the right separators based on the operating system used (\\ (escaped) for Windows, / for Linux)
# default: "/opt/sormas-temp/"
#temp.path=/opt/sormas-temp/

# Path where generated files, such as the import templates, are stored; make sure that this path differs from the
# temp.path as temporary files are deleted at midnight
# default: "/opt/sormas-generated/"
#generated.path=/opt/sormas-generated/

# default: ",". For German systems use ";". You can use "\u0020" for a whitespace and "\u0009" for a horizontal tab
#csv.separator=,

Release 0.23.1

27 Jun 14:18
Compare
Choose a tag to compare

Important notes:

  1. Old app versions are NOT compatible with the 0.23.1 server version.
    This means that all users will have to update the SORMAS app before they are able to synchronize data with the server.
  2. The sormas.properties file in the domains/sormas folder on the server needs to be adjusted. The app.url now contains the version of the app. You can use the placeholder "%version" to have it autofill the current server version. For example: "https://SERVER-NAME/downloads/sormas-%version-release.apk"

Pre-Release 1.0.0

12 Jun 07:30
Compare
Choose a tag to compare
Pre-Release 1.0.0 Pre-release
Pre-release

DON'T USE THIS ON PRODUCTIVE SYSTEMS!