<div dir="auto"><div>+1 </div><div dir="auto"><br></div><div dir="auto">Well done Gerald!</div><div dir="auto"><br></div><div><br></div><div data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr">
<p><span>Fabrice Brito</span></p>
<p><span>@terradue</span></p>
<p><span>Roma, Italia <br></span><span style="font-size:12.8px"><a href="http://www.terradue.com" target="_blank">http://www.terradue.com</a><br></span><span style="font-size:12.8px"><a href="https://twitter.com/terradue" target="_blank">https://twitter.com/terradue</a><br></span><span style="font-size:12.8px">m +39 3406767340<br></span><br></p></div></div></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Thu, 22 Jan 2026, 09:47 nicolas bozon via ZOO-PSC, <<a href="mailto:zoo-psc@lists.osgeo.org">zoo-psc@lists.osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">+1 Nick<br><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le jeu. 22 janv. 2026 à 09:45, Angelos Tzotsos via ZOO-PSC <<a href="mailto:zoo-psc@lists.osgeo.org" target="_blank" rel="noreferrer">zoo-psc@lists.osgeo.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Great work!</div>+1<br><div>Angelos</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jan 22, 2026 at 10:39 AM Gérald Fenoy via ZOO-PSC <<a href="mailto:zoo-psc@lists.osgeo.org" target="_blank" rel="noreferrer">zoo-psc@lists.osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear PSC members,<br>
I take advantage of the date to wish you all a wonderful New Year 2026!<br>
<br>
I come to you today to request your vote on the following motion: <br>
<br>
Releasing a new 2.1.0 version of the ZOO-Project with me as a release manager.<br>
<br>
Below is the list of significant changes since version 2.0.0:<br>
<br>
* Add support for the /jobs/{jobId}/results/{outputId} endpoint<br>
* Force update of the libsodium23 on ubuntu to fix CVE-2025-69277<br>
* Fix urllib version 2.6.3 to fix CVE-2026-21441, CVE-2025-66418, <br>
CVE-2025-66471, CVE-2025-50181, CVE-2025-50182<br>
* Add profiles as per <a href="https://docs.ogc.org/DRAFTS/18-062r3.html#profile-uris" rel="noreferrer noreferrer" target="_blank">https://docs.ogc.org/DRAFTS/18-062r3.html#profile-uris</a><br>
* Enhanced storage of metadata embedded within a CWL Application Pachage.<br>
* Type detection for literal data output for proper result access.<br>
* Use the cwl2ogc Python library for the transactional support and <br>
schema definitions for inputs and output.<br>
* C-API change signature of: printHeaders, printSessionHeaders,<br>
printAFile, printProcessResponse, printDocument, printRawdataOutput,<br>
printRawdataOutputs, outputResponse, runGetStatus, invokeCallback,<br>
setReferenceUrl, printJResult, printJobStatus, printJobList,<br>
printFilteredJobList, handleDRUError.<br>
* Introduce the conversion from CWL type to LiteralData in documentation.<br>
* ZOO-Project-DRU: Bind user to anonymous when no SERVICE_NAMESPACE is <br>
defined.<br>
* Add documentation on how to bind a format key to a schema using the <br>
dedicated schemas section from the configuration file.<br>
* Support CWL Custom Types with their corresponding format from OGC Process<br>
Description.<br>
* Support the format key in input/output schema from OGC Process Description.<br>
* Add the CollectionDB.PrimitiveDataFormats table to the database containing<br>
the possible formats key values and CWL Custom types.<br>
* Change the strcuture of CollectionDB.ows_DataDescription to support a<br>
format reference (data_format_id).<br>
* Correct support for BoundingBox format in OGC Process Description.<br>
* Store the zoofpm ip address in the status database to enable tracking<br>
which zoofpm pod/container is used to run a process.<br>
* Update GDAL based services to use the validateVRT for VRT used as<br>
input file to ensure only the allowed paths are accessible.<br>
* Add an isAllowedPath function to ensure the URL using file:// give<br>
access only to the defined allowed paths, defined in the allowedPaths key<br>
from the main section.<br>
* Update the skaffold.yaml file for easy deployment of the ZOO-Project<br>
with DRU and CWL support on a local cluster in different flavors<br>
* Update the ZOO_DEBUG to use color for messages (if stderr is a tty)<br>
* Update variables naming, including the main configuration file name<br>
* Update ZOO_DEBUG function to use LOG_MESSAGE_FORMAT to format the<br>
debug messages, using the iZooLogLevel integer to decide between: DEBUG,<br>
INFO, WARN, ERROR, FATAL. Comes with it associated --with-log-format option.<br>
* Store temporary files associated with a run made by an authenticated<br>
user in a non browsable directory, add a browse service to access these<br>
files.<br>
* Remove Miniconda3 from the ZOO-Project-DRU docker image to avoid <br>
conflict with shared libraries.<br>
* Add getServicesNamespacePath, printAFile, handlePackage functions to<br>
the C-API.<br>
* Add support for "File" inputs in CWL to be identified as ComplexData<br>
as defined in the Table 3 of the OGC Best Practice for Earth Observation<br>
Application Package.<br>
* Add initial support for /processes/{processId}/package as defined in the<br>
OGC API - Processes - Part2: Deploy, Replace, Undeploy draft.<br>
* Ensure the mutable processes cannot be executed syncrhonously.<br>
* Ensure that the invokeBasicCallback function is used in case the<br>
service execution failed.<br>
* Fix issue when multiple filters are used to filter the jobs list.<br>
* Add support for x-logo in the info object of the OpenAPI.<br>
* Add keywords in the process description if any are defined in the<br>
service metadata.<br>
* Preserve datatype for literal values that should be passed to the<br>
cwl runner.<br>
* Expose complex metada information such as author and contributor<br>
within the process descrition for OGC API - Processes.<br>
* Support recording metadata and author for processes deployed from CWL.<br>
* Add gdalmdiminfo and gdalmdimtranslate services<br>
* Update support for OGC API - Processes - Part 3: Workflows<br>
<br>
I include my +1 to the upcimng release;<br>
<br>
Best regards,<br>
<br>
<br>
Gerald Fenoy<br>
<a href="mailto:gerald.fenoy@geolabs.fr" target="_blank" rel="noreferrer">gerald.fenoy@geolabs.fr</a><br>
Chair, ZOO-Project PSC<br>
<br>
_______________________________________________<br>
ZOO-PSC mailing list<br>
<a href="mailto:ZOO-PSC@lists.osgeo.org" target="_blank" rel="noreferrer">ZOO-PSC@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/zoo-psc" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/zoo-psc</a><br>
</blockquote></div><div><br clear="all"></div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div>Angelos Tzotsos, PhD</div><div>President, Board of Directors</div><div>Open Source Geospatial Foundation</div><div><a href="https://www.osgeo.org/member/angelos-tzotsos/" target="_blank" rel="noreferrer">https://www.osgeo.org/member/angelos-tzotsos/</a></div></div></div></div></div></div></div></div></div></div>
_______________________________________________<br>
ZOO-PSC mailing list<br>
<a href="mailto:ZOO-PSC@lists.osgeo.org" target="_blank" rel="noreferrer">ZOO-PSC@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/zoo-psc" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/zoo-psc</a><br>
</blockquote></div>
_______________________________________________<br>
ZOO-PSC mailing list<br>
<a href="mailto:ZOO-PSC@lists.osgeo.org" target="_blank" rel="noreferrer">ZOO-PSC@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/zoo-psc" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/zoo-psc</a><br>
</blockquote></div>