Releases: AtlasOfLivingAustralia/ecodata
Releases · AtlasOfLivingAustralia/ecodata
v3.0
The main change in this release is the migration of the grails3 branch to grails 4. (#649)
Other issues fixed as a part of the migration were:
- #666 Fixed an error when the AccessLevel enum was persisted in the AuditMessage collection.
- #668 Updated code to match a change to the Spring API.
- #555 Fixed some styling in the admin UI
- #658 Updated the admin UI to bootstrap 5
- #665 The audit message processing thread would go back to sleep after encountering an error which slowed down the processing of audit messages in functional tests (which sometimes delete documents before the audit thread has time to process them).
- #661 Updated ALA auth and ALA bootstrap plugins
- #662 Use a gradle plugin to manage 3rd party javascript dependencies
- #630 Renable image IO library that was added for specific types of JPEG files
- #659 Revert BioCollect to previous behaviour of duplicating non-nested fields during the download.
v2.3
- Update grails version to 3.3.12
- Support a project termination status and reason #653
- Support not repeating numerical / free text data when unrolling nested arrays for export to XLSX. #655
- Support arbitrary levels of nested form data in XLSX export #654
- Support for exporting form sections either to separate tabs or a single tab #645
- Add new fields to data set summary export #642
- Truncate long cell data when it exceeds excel maximum size #643
- Fix for sheet renaming for uniqueness #639
- Improved logging of download requests #638
v3.1
v1.57
v2.2
General fixes
- #634 - Fixed an error with a merge to grails3 that affected logging of indexing errors
- #618 - Fixed a ConcurentModificationException that occurred when producing the activity form documentation.
Improvements to MERIT downloads
- #632 - added new content from additions to the MERIT MERI plan to the downloads
- #635 - ignore lookup table definitions during download rather than log an error
- #631 - add the management unit to the standard set of MERIT download columns
- #633 - add a download tab for the new data set summary data in MERIT
- #629 - use the POI streaming workbook for MERIT downloads to substantially reduce memory consumption during downloads. (BioCollect cannot use this workbook type as it doesn't allow random cell access which the BioCollect downloads require)
v2.1
- #626 - Support for activity form versioning and deep nesting of data in downloads. Also see AtlasOfLivingAustralia/fieldcapture#1937 and AtlasOfLivingAustralia/fieldcapture#1925
- #627 - Support export of management unit data and reports (Also see AtlasOfLivingAustralia/fieldcapture#1882)
v2.0.1
v1.56
- Implements #614 - sites with nested features are now exported with each feature as an distinct entity in the shapefile.
- #616 - Bulk user permission removal support
- #620 - Added an internal order number field to the Project domain object
- #622 - Don't index data sets as the embedded dates can cause issues
- #619 - Modifications to GORM objects (dateTaken added to Document, the Score id changed from a long to a ObjectID) so that the reporting server can run the grails 3 version of ecodata (the GORM mongo mapping in the version used with grails 3 is fussier with types)
- AtlasOfLivingAustralia/biocollect#1291 - Fix for creating works projects with funding sources
- AtlasOfLivingAustralia/biocollect#1272 - support for rendering site, activity and record data using geoserver
- AltasOfLivingAustralia/biocollect#1290 - Image upload API key changes
- Lots of script and form updates (neither types are directly related to this release, e.g. fieldcapture#1850, fieldcapture#2013, fieldcapture#2014, fieldcapture#2110)
- #621 - Don't return geoPoint to client or include in update. Server side only property.
v1.55
v1.54.2
- Fixed an issue where BioCollect works activity with no output was not indexed. (AtlasOfLivingAustralia/biocollect#1288)