This is the main announcement to the ERDDAP™ Announcements Mailing List. NOAA ERD has been using the new version for several weeks without any problems. I'm now recommending that all ERDDAP™ administrators switch to the new version.
https://github.com/ERDDAP/erddap/releases/tag/v2.25.1
Version 2.25 requires Java 21 or newer. This is the LTS version of Java and has been available for over a year.
Datasets (EDDTableFromNcFiles and EDDGridFromNcFiles) using zarr files are now supported. They must include "zarr" in either the fileNameRegex or pathRegex. See the
zarr section in the datasets documentation for more details.
New dataset type, EDDTableFromParquetFiles is now supported. See the
EDDTableFromParquetFiles section in the datasets documentation for more details.
A new XML parser implementation is available. This new parser allows using XInclude in datasets.xml. To use it, set <useSaxParser>true</useSaxParser> in you setup.xml.
The removeMVRows parameter in EDDTableFromMultidimNcFiles will now have an effect. Setting it to false may significantly speed up some queries, but this may not be suitable for all datasets. For more information see the
description of the parameter.
The SharedWatchService is now the default. If you need to disable it, please contact chris.john at
noaa.gov to let me know, so I can improve it in future versions and add:
<useSharedWatchService>false</useSharedWatchService> to your setup.xml.