Releases: NOAA-PMEL/las9
LAS v9.8.1
This fixes the issue where an date/time with 06:00 did not get set properly when loading a history URL.
LAS v9.8.0
This release has a critical update and a breaking change. You must install the new las#thredds.war file to bring your embedded TDS up to the latest release (5.4). All previous versions before LAS 9.8.x have depended on TDS 4.6.x which is no longer supported. For now, you will have to move your directory with the LAS configuration under $TOMCAT_HOME/content along with a $TOMCAT_HOME/content/ftds directory. See the installation instructions for details.
For reference, this version is running at https://data.pmel.noaa.gov/aclim/las/
LAS v9.7.7
This release updates a couple of packages in the Node universe which are used by the Angular admin app to address reported issues with previous library versions.
LAS v9.7.6
This release fixes bugs related to updating the time axis and canceling the update from the UI.
LAS v9.7.5
This release fixes an issue with the ingest code which was causing data sets with time intervals of slightly longer than a month to fail.
LAS v9.7.4
This release fixes two bug involving ingesting of complete THREDDS catalogs. And as a bonus eliminates ingesting .png image files where are being served as OPeNDAP data sets.
Other software might be able to read them as netCDF grids, but we cannot so it seems better to skip them entirely.
LAS v9.7.3
Edit: to remove pre-release status.
This release upgrades many Angular dependencies to the latest, pushes the underlying grails release to the latest (5.1.6) and fixes a bug with the ingest and use of netCDF grid data sets with contain only one time step.
Full Changelog: v9.7.2...v9.7.3
LAS v9.7.2
This release fixes a couple of problems with the search interface (and an infinite loop of search requests when no results were found on a search by data_url). Fixes bug for Point data defined on XYT. Other bug fixes for search results and improved search debug logging.
N.B. The application.yml file was edited on 2022-March-21 to add a few lines of necessary configuration.
LAS v9.7.1
N.B. if you updating from a previous version of LAS you will likely have to delete your LAS databases and add you data sets back. Sorry about that. I made some changes to the data structures and LAS is now much much faster in storing data configurations and making updates. Unfortunately, the changes were not backward compatible.
This release updates some of the underlying components of the Angular-based admin console (primeng and adds primeflex for grid layouts, if you care about such things). This means that all of the Angular components which I have added directly are at their most recent stable release. Some dependencies may lag the latest release, but I will keep these up-to-date as best I can.
LAS v9.7.0
N.B. if you updating from a previous version of LAS you will likely have to delete your LAS databases and add you data sets back. Sorry about that. I made some changes to the data structures and LAS is now much much faster in storing data configurations and making updates. Unfortunately, the changes were not backward compatible.
This is the initial release of LAS 9 on top of the grails 5.x platform. Grails 5 and its dependencies perform much better with regard to object relational database that stores the LAS data set configuration information. We are using this version with over 9500 data sets on top of the default H2 database with good responsiveness for the UI and updates from the admin console. You can see this collection here: https://data.pmel.noaa.gov/uaf/las/
This version also adds a new feature where you can add an entire ERDDAP Griddap data collection with a single click from the admin interface.