From fc45591f88b62458e1b0a4ab87b33150c9e248b4 Mon Sep 17 00:00:00 2001 From: dh-opendap Date: Thu, 23 Sep 2021 15:30:12 -0400 Subject: [PATCH] Updated to Version 1.18.9 --- NEWS | 23 +++++++++++++++++++++++ README.md | 10 +++++----- VERSION | 8 ++++---- build.xml | 10 +++++----- 4 files changed, 37 insertions(+), 14 deletions(-) diff --git a/NEWS b/NEWS index e3ad9c52f..4eaad60ac 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +# OLFS Version 1.18.9 (15 September 2021) + +## NASA/NGAP Updates +* Fixed gradle dependancies according snyk scan. +* Session serialization +* Added session manager jars to ngap resources. +* Updated production rules to include session manager code in the ngap application build. +* Made history_json output as JSONArray. +* New landing page for NGAP service. +* Added UNIX time to OLFS logs in NGAP. + +## Bug Fixes +* Fixed bug in computation of dimension sizes in the dap4 ifh xsl. +* Dropped DSR response for just the dataset_url. +* Fixed broken json error output. +* Changed the broken naming pattern for the PPT strings. +* Enabled ChunkedInputStream debugging and cleaned up the messages in support of stream pollution problem. +* Fixed broken css and deployment context links construction in DSR HTML page. + +## Performance Improvements +* Added file size and last modified headers to flat file transfer. +* Added auth.log independant of debug log. +* First pass at patching POST request handling. # OLFS Version 1.18.8 (30 December 2020) diff --git a/README.md b/README.md index 40fe20dbe..3e0ac405a 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ # Hyrax/OLFS -**_Hyrax Version 1.16.3 (30 December 2020)_** +**_Hyrax Version 1.16.4 (17 September 2021)_** -**_OLFS Version 1.18.8 (30 December 2020)_** +**_OLFS Version 1.18.9 (17 September 2021)_** -### OLFS-1.18.8 requires -* **bes-3.20.8** [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4399984.svg)](https://doi.org/10.5281/zenodo.4399984) -* **libdap4-3.20.7** [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4399722.svg)](https://doi.org/10.5281/zenodo.4399722) +### OLFS-1.18.9 requires +* **bes-3.20.9** [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5524972.svg)](https://doi.org/10.5281/zenodo.5524972) +* **libdap4-3.20.8** [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5514131.svg)](https://doi.org/10.5281/zenodo.5514131) diff --git a/VERSION b/VERSION index 4b0a6a06b..090cd613c 100644 --- a/VERSION +++ b/VERSION @@ -1,5 +1,5 @@ #!bin/bash -OLFS_VERSION=1.18.8 -TRAVIS_OLFS_BUILD_OFFSET=800 -HYRAX_VERSION=1.16.3 -TRAVIS_HYRAX_BUILD_OFFSET=830 +OLFS_VERSION=1.18.9 +TRAVIS_OLFS_BUILD_OFFSET=1081 +HYRAX_VERSION=1.16.4 +TRAVIS_HYRAX_BUILD_OFFSET=1081 diff --git a/build.xml b/build.xml index 8ab0547b0..2a20bfbe8 100644 --- a/build.xml +++ b/build.xml @@ -517,11 +517,11 @@ - - - - - + + + + +