source: trunk/zoo-project/HISTORY.txt @ 966

Last change on this file since 966 was 966, checked in by djay, 3 years ago

Fix issue in kvParseInput when memory!=load and handle session from the OGC API - Processes

File size: 10.7 KB
RevLine 
[944]1Version 1.8.0-dev
[966]2  * Fix issue in kvParseInput when memory!=load and handle session
3  from the OGC API - Processes
[962]4  * Update OGC API - Processes documentation
5  * Add open-api directory in utils services containing a reddis
6  subscription example, the HTML UI and the display service using
7  Cheetah templating system
8  * Update the oas.cfg file to reflect new api definition
9  * Include basic microdata in the HTML home page
10  * Add HTML support for basic interractions with OGC API - Processes
11  including execution of service from the service-desc link
12  * OGC API - Processes added support for syncrhonous Execute requests
13  * Reuse service_callback in OGC API - Processes when subscriber
14  object is provided in the JSON request
15  * OGC API - Processes implementation as available on 2020-10-19
[961]16  * Produce value string only when memory=load for Python support.
17  * Make local files uris usable when cache is used
[962]18  * Make GDAL/profile service usable in case memory=protect
[960]19  * Add Dockerfile and docker-compose environment with pgbouncer, see #177
[958]20  * Add documentation on how to use asyncrhonous execution using the Javascript
21  ZOO-API
[949]22  * Start simplification of the runRequest function
23  * Integrate optional support for OGC API - Processing implementation
[946]24  * Add the optional handleText parameter to provide pure text for
25  complex data node with mimetype="text/*"
[945]26  * Fix issue in case JavaScript support is activated
27  * Fix issue with GDAL profile service
28  * Fix #172 for https support
[944]29Version 1.7.0
[917]30  * Fix issue with UOM definitions in zcfg2sql
31  * Make callback and HPC support independent from each other
32  * Update SAGA-GIS support to version 7.2.0
33  * Add support for custom MapServer style definition for raster output
34  * Fix returned bbox definition #170
35  * Store semaphore status in lenv section for future deletion
36  * Update Windows support to newer compiler
37  * Fix issue with UpdateStatus function from the Mono ZOO-API
38  * Add logging functionality and other utility functions to the C-API
39  * Return an exception for every output for which nb_pixel or
40  nb_features is 0
41  * Add a shared key to the security section to differentiate the
42  referenced data
43  * Add MapServer output style definition depending on the geometry
44  type
45  * Add ogr.tindex service
46  * Add support for literaldata input arrays and to call services
47  asyncrhonously from the JavaScript ZOO-API   
48  * Expose a sleep function to the JavaScript ZOO-API
49  * Provide FinalizeHPC and FinalizeHPC1 services using scontrol and
50  sacct respectively 
51  * Store md5sum of the cached file (so, local to the WPS server) to
52  compare before uploading (if different md5sum) on the HPC server
53  * Add support for R language
54  * Add support for using "file://"  for referenced data input
55  * Add an optional ecookie key for returning third-party cookies
56  * Fix issue when parsing BoundingBox input #163
57  * Add memory key to the main section to force the ZOO-Kernel to load
58  data into memory or use local file
59  * Add the dialect input to the ogr2ogr service
60  * Store the list of generated mapfiles in a file (cf DeleteData service)
61  * Define the correct MS_IMAGEMODE in the generated mapfile
62  * Option to use MapServer support to publish heatmap
63  * Add status_code key to the lenv for setting Status HTTP response header
64  * Add the Creation Option inputs to the Gdal_Dem service
65  * Add prohibited key in the callback section to define a list of
66  services not requiring any invocation
67  * Produce zcfg for OTB applications using the correct default pixel type
68  * Add asynchronous callback invocation to send information about
69  the ongoing services to a third-party software
70  * Add mapsToJson, mapsToJson, and elementsToJson to the API
71  * Provide a zcfg2sql tool to convert a zcfg metadata file to SQL script
72  * Add support to store service metadata information into a database
73  * Add HPC Support for remote execution of SBATCH scripts through Slurm
74  * Add cookie reference to _HINTERNET
[828]75  * Support headers for GET requests from the js ZOO-API
[817]76  * Pass all headers listed in the attributes parameter from the
77  [security] section to the hosts listed in the hosts parameter of the
78  same section (ticket #139)
79
80Version 1.6.0
[794]81  * Add the C# as a supported programming language for Services
[790]82  * Add nested inputs and outputs support (WPS 2.0.0)
[784]83  * Add servicePath special key to specify the service location
[799]84  * Add the PHP version 7 support
[784]85  * Add --with-etc-dir option to specify the location of the main.cfg file
[766]86  * Support GDAL version 2.1.0.
[753]87  * Add the MapServer 7.0.1 internal support.
88  * Support for exotic location of openssl.
89  * Add ZOO-Client API documentation reference in the official documentation.
90  * Add CORS support.
91  * Fix issue when dealing with Array in JavaScript support.
[752]92  * Update the Centos installation procedure.
93  * Small fixes in java support.
94  * Fix issue when XML request contains empty nodes for inputs
95  * Add status update for contour lines computation
96  * Fix FASTCGI location using the --with-fastcgi option.
97  * Redefined the API function addToMapWithSize to fix problem with Python/PHP support.
98
99Version 1.5.0
[729]100  * Complete rewrite of the documentation to use modern style
[682]101  * Fix asynchronous POST request on WIN32 platforms
[676]102  * Add utils/registry service
[654]103  * Initial support for WPS 2.0.0 including the Dismiss extension
[781]104  * Fix concurrency access to status information
105  * Use simple file rather than shared memory for storing status information
106  * Add support for db backend to store status information
[652]107  * Add the lib_zoo_service shared library to be linked against C services
[586]108  * Add ZOO-API for the PHP language (with documentation)
109  * Add doxygen comments in source code
[576]110  * Add support for multiple Exception nodes
111  * Add a length key when creating MapArray
[586]112  * Add OTB support for applications as a service
[550]113  * Add the otb2zcfg utility to produce zcfg for otb applications
[558]114  * Add OTB Application Observer to have progress status updates
[550]115  * Fix maxOccurs handling
116  * Fix gesture of downloaded inputs when multiple values are given
[621]117  * Add detection of generated_file key in outputs to read the file
118  generated by a service
119  * Add a minimal parsing API
120  * Run validateRequest (download, default settings and decoding)
121  after fork if any
[634]122  * Add SAGA-GIS support for modules as a service
123  * Add saga2zcfg utility to generate zcfg for SAGA-GIS modules
124  * Add SAGA-GIS Observer to have ongoing status updates
[550]125
[546]126Version 1.4.0
127  * Small fix for mimeType of results for CGAL services
128
[544]129Version 1.4.0-rc1
[543]130  * Binary support for PHP language
131  * ZOO-API for the Java language
132  * ZOO-Client Javascript API
133  * FastCGI fixes
[621]134  * JavaScript ZOO-API enhancements (COOKIE use and Output in
135  generated XML)
[543]136  * Add debian files
[492]137  * Inputs passed by reference downloaded in parallel
[621]138  * Conform behavior for DescribeProcess when the Identifier was not
139  found
[485]140  * Add support of maximumMegabytes keywords for ComplexData Inputs
[465]141  * Add the optional YAML ZCFG support #4 and the zcfg2yaml converter
[621]142  * Return error messages that enable the service provider to quickly
143  identify the root cause of errors due to configuration file syntax
144  (ticket #90)
[465]145  * Fix logic in addMapToMap (ticket #91)
[621]146  * Enable AllowedValue and multiple Range definitions using default
147  and supported blocks
148  * Add the lastest revision number in version.h (available in Python
149  ZOO-API)
150  * Add the optional Ruby Language Support to the ZOO-Kernel with an
151  API similar to the Python ZOO-API
[465]152  * Small rewrite of Python support
153  * Inputs can be requested over https protocol (ticket #86)
[621]154  * Add capability to define both percentage of execution and a
155  message (ticket #87).
156  * Add usid in lenv section used to generate an unique identifier
157  based on time and the process identifier.
[465]158  * Add gdal_contour service
159  * Add dynamic definition of serverAddress from the main section
160
[433]161Version 1.3.0-rc2
162  * Fix POST Request issue (ticket #34)
163  * Fix COOKIE gesture (ticket #79)
[434]164  * Remove verbose messages when using MapServer W*S (ticket #80)
165  * Add COMMITTERS  and LICENSE files
[433]166
[417]167Version 1.3.0-rc1
[328]168
[621]169  * Updating ZOO.Class object with the OpenLayers.Class Updating
170    ZOO.Class with the (ticket #64)
[342]171  * Correct the content of proj4js (ticket #63)
172  * Enhance the COOKIE gesture (ticket #68)
[328]173  * Support for dataInputs URLEncoded and xlink:href (ticket #62)
[621]174  * Use the same object structure for JavaScript arguments than for
175    Python
[336]176  * Add the Normalized Difference Vegetation Index service
177  * Add importScripts function to JavaScript support (ticket #66)
[360]178  * Add multiple inputs values for the same identifier (ticket #72)
[379]179  * Add Python ZOO-API to access ZOO-Kernel internel functions
[621]180  * Add a [headers] section in main.cfg file to add specifics to
181    header returned
[380]182  * Add support for multiple outputs for both GET and POST requests
[383]183  * Add Content-Length to the headers if the result is sized
[621]184  * Add Content-Disposition to the headers if the result contains a
185    filename
[383]186  * Add support for sending headers through JS ZOO-api
187  * Add support for multi-valued inputs in JS ZOO-api
[392]188  * Fixing issue about invalid status document #73
189  * Add Python-3.3.0 support
[417]190  * Update documentation
191  * Add MapServer W*S Support documentation #34
[328]192
[303]193Version 1.2.0-rc3
194
195  * add basic SOAP Envelope support (ticket #49)
[621]196  * support request when Content-Length header is not set by the
197  * client (ticket #57)
[303]198  * fix issue when POST request is empty (ticket #45)
199  * add minimalist cache system (ticket #51)
200  * fix Python support (ticket #29)
201
202Verseion 1.2.0-rc2
203
204  * fix for process to run in background
205  * add support for ALL identifier for !DescribeProcess
206  * add a small test suite in the testing directory to test ogr base-vect-ops
207  * big fix for storage of Session maps on disk
208  * support for {{{<Default />}}} node in ZCFG files
209  * fastcgi version now support both !GetCapabilities and !DescribeProcess requests
210
211Version 1.2.0-rc1
212
213  * add WIN32 support
214  * add GRASS support through wps-grass-bridge
215  * add languages support using libintl
216  * binary support for inputs and outputs for both JAVA and Python
217  * automatic loading of ZOO-API and proj4js files (if present in the ZOO-Kernel directory) when loading JS Service Provider
218  * numerous memory leaks removed
219  * add PERL support
220  * enhance speed for JAVA support
221  * enhance POST request support
222  * add !BoundingBoxData support
223  * Python support is now optional as other languages
[781]224  * add lenv section before running the service to store information runtime specific
225  * add COOKIE support and {{{senv}}} section to store information session specific
[303]226  * add {{{USE_GDB}}} compilation flag to remove signal handling for debuging purpose
227  * enhance base64 support when included in and XML POST request
228  * return !ExceptionReport when no protocol was specified for xlink:href value
229
Note: See TracBrowser for help on using the repository browser.

Search

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png