Skip to content

Releases: ngageoint/mage-server

6.0.0-beta5

28 Aug 22:31
Compare
Choose a tag to compare
6.0.0-beta5 Pre-release
Pre-release

Release Notes

This release includes database migrations, please remember to backup your database before upgrading.

Features

  • Users can now create observations with multiple forms. Administrators can set limits on total forms per observation and min/max limits for each form.
  • Attachments are now form fields. Current forms have been migrated to include an "Attachment" form field. Current and new forms can be modified to remove/add new attachment fields as needed.

6.0.0-beta3

16 Aug 19:54
Compare
Choose a tag to compare
6.0.0-beta3 Pre-release
Pre-release

Release Notes

This release includes database migrations, please remember to backup your database before upgrading.

Features

  • Users can now create observations with multiple forms. Administrators can set limits on total forms per observation and min/max limits for each form.
  • Attachments are now form fields. Current forms have been migrated to include an "Attachment" form field. Current and new forms can be modified to remove/add new attachment fields as needed.

6.0.0-beta4

19 Aug 12:26
Compare
Choose a tag to compare
6.0.0-beta4 Pre-release
Pre-release

Release Notes

This release includes database migrations, please remember to backup your database before upgrading.

Features

  • Users can now create observations with multiple forms. Administrators can set limits on total forms per observation and min/max limits for each form.
  • Attachments are now form fields. Current forms have been migrated to include an "Attachment" form field. Current and new forms can be modified to remove/add new attachment fields as needed.

6.0.0-beta2

09 Jul 16:36
Compare
Choose a tag to compare
6.0.0-beta2 Pre-release
Pre-release

Release Notes

This release includes database migrations, please remember to backup your database before upgrading.

Features

  • Users can now create observations with multiple forms. Administrators can set limits on total forms per observation and min/max limits for each form.
  • Attachments are now form fields. Current forms have been migrated to include an "Attachment" form field. Current and new forms can be modified to remove/add new attachment fields as needed.

6.0.0-beta1

08 Jul 16:14
Compare
Choose a tag to compare
6.0.0-beta1 Pre-release
Pre-release

Release Notes

This release includes database migrations, please remember to backup your database before upgrading.

Features

  • Users can now create observations with multiple forms. Administrators can set limits on total forms per observation and min/max limits for each form.
  • Attachments are now form fields. Current forms have been migrated to include an "Attachment" form field. Current and new forms can be modified to remove/add new attachment fields as needed.

5.5.2

18 Jun 13:26
Compare
Choose a tag to compare
Bug Fixes
  • GeoPackage export properly formats observation form data to allowed geopackage types.
  • Fix invalid reference in export startup service.
  • KML user location export properly groups user locations.

5.5.1

25 May 21:49
Compare
Choose a tag to compare
Bug Fixes
  • Fixed attachment upload regression when creating a new observation.
  • Fixed user role not seeing observation details
  • Fixed admin observation delete button missing

5.5.0

04 May 19:22
Compare
Choose a tag to compare
Features
  • Export as GeoPackage.
  • New export UI, allowing users to view previous exports.
  • Exports are now done in the background, this will eliminate client timeouts for larger exports.
  • Minor performance enhancements to existing export types.
  • Adding icons to search results on admin pages.
Bug Fixes
  • Fix bug detecting invalid KML files on upload in some web clients.
  • Login search on device page correctly filters on device.
  • Display device uid, not user-agent, when filtering on devices from admin dashboard.
  • Default admin approval as enabled for new user accounts. This was causing new user account creation to fail.
  • User map icon now appears on the map. Default icon is also displayed instead of a missing icon image.
  • Fixing grammar and misspellings on various admin pages.

5.4.4

23 Nov 20:45
Compare
Choose a tag to compare
Features
  • Support for "Feature Style" extension, upgrade to newest version of GeoPackage JS.
Bug Fixes
  • Change Graphics Magick call to orient image attachments such that exif metadata is not lost.
  • Web should not prompt for device uid, if device admin approval is not enabled.
  • Fix bug in 3rd party authentication which was not properly adding authenticated users.

5.4.3

19 Oct 21:37
Compare
Choose a tag to compare

Release Notes

  • This release includes database migrations, please remember to backup your database before upgrading.
Features
  • Optimize observation and user location responses. Created new APIs to populate observation and location user information and removed individual calls to get users.
  • Admins can now setup a more robust password policy, see Admin -> Settings -> Local Authentication.
  • First 10 results are shown for controls using typeahead feature (e.g. logins, adding users to teams, etc.).
Bug Fixes
  • Multiple users can be added to a team and/or event without refreshing.
  • Users and Teams can be removed from events.
  • Removing a user from a team will no longer take you to the user page.
  • Display names are shown when users are added to the ACL.
  • Fix swagger authentication token injection.
  • Observation export will no longer fail if attachment file is missing from file system.