source: trunk/zoo-project/HISTORY.txt

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

Move the execute endpoint to /processes/{processID}. Fixes in oas.cfg: use opengeospatial/ogcapi-processes github repo for schemas URLs.

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

Search

Context Navigation

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