Releases: AtlasOfLivingAustralia/ecodata
v3.7
v3.6
The ecodata 3.6 release contains changes in support of the MERIT 2.2 release.
The major changes are:
- Projects can have a list of externalIds, replacing individual workOrderId and internalOrderIds. Multiple ids of the same type are supported. This was done to support AtlasOfLivingAustralia/fieldcapture#2325 and AtlasOfLivingAustralia/fieldcapture#2380
- Creation of extra fields and an extra report to support new project types and reports for AtlasOfLivingAustralia/fieldcapture#2325 (also #734 #735)
- Support for a new cancelled status for a report AtlasOfLivingAustralia/fieldcapture#2502
- Support for adding a management units as a favourite for AtlasOfLivingAustralia/fieldcapture#2427
- Added fields to management units to support reporting #743
- Improved i18n support #742
- Added new MERI plan fields to the downloads #745
- Changed the ReportStatusChange.category field to accept multiple values (List instead of String) #749
- Renamed TechOne code for AtlasOfLivingAustralia/fieldcapture#2542
3.5
Changes
- Project can now be published or put into draft mode - AtlasOfLivingAustralia/biocollect#1419
- Added documents to list of entities to be indexed - AtlasOfLivingAustralia/biocollect#1402, AtlasOfLivingAustralia/biocollect#1403
Migration Script
- updatePublicationStatus.js
Full Changelog: v3.4...v3.5
v3.4
Changes
- Project now indexes full logo url. It is a requirement of biocollect-6.0
- Fixed issues comment feature in BioCollect not working
- Added two properties to Document domain object for storing more metadata
- Added a couple of scripts used by BioCollect form templates
Migration Scripts
- Hub entity migration for BioCollect 6.0 - scripts/releases/biocollect-6.0/migrateHubsToBS4Config.js
Full Changelog: v3.3.1...v3.4
v3.3.1
- Fixes AtlasOfLivingAustralia/biocollect#1396 - added absolute resource URL when hostname is provided in header
v3.3
The main new feature for ecodata 3.3 is hub based access management has been moved into ecodata. These changes are related to the issues: #701, #698, #702, #703, #693, #705, #699, #700, #704
Other bug features and changes:
#713 - Fixed the mobile auth authentication
#711 - Some tidy up of the elasticsearch mappings to remove fields
#712 - Fixed a bug that was causing only a few fields to be searched by default
#706 - Minor changes to support documents being served from BioCollect/MERIT
#720 - Ensure / characters are not used in Excel sheet names
#703, #683 - Added attributes to domain objects
#715 - Removed a method that causes performance issues
AtlasOfLivingAustralia/fieldcapture#2480 - Added a "MERI_Project Assets" sheet to available downloads
v3.2.2
- #709 - Allow boolean (elasticsearch) fields to be queried with T/F to provide backward compatibility with ElasticSearch 1.x / ecodata 1.x.
- #708 - Fixed a bug that was preventing associated organisations from being saved which caused issues with BioCollect project creation and editing if it has associated organisations.
v3.2.1
- Fixes BioCollect data download issue AtlasOfLivingAustralia/biocollect#1360
v3.2
The main change in this release is to upgrade elasticsearch from 1.7.x to 7.15.x. This involved many API changes, however ecodata preserves the existing APIs related to elasticsearch queries so clients should be unaffected.
- #640 #690 #525 #691 #692 - Updated elasticsearch and fixed bugs found during testing
- #612 - Implemented dual indexes to prevent data "disappearing" from searches during re-indexing while an index is being updated. We now fully reindex then swap an alias to the new index.
The following changes relate to the upgrade to GORM / mongo 4.0.x
- #695 - Fixed a bug related to natural ordering issues with unsorted GORM batch queries (added explicit sorts) and mongo 4.0.x
- #675 - Changed a GORM mapping config that was causing class loading issues on the auditing thread
- #694 - Added a timeout configuration to the grails 4 / GORM 7.x data migration script due to timeout errors
Minor configuration changes
v3.1.1
This release is entirely for download fixes and minor changes.
- #685 - added financial year for other report based downloads
- #684 - Fixed a bug that prevented data for fields with pre-populated constraints from being output in downloads
- #682 - Added internal order number to download
- #686 - use the MERIT activity format for management unit downloads (all versions on the same tab)
- #681 - Fix for biocollect survey form template download