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

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

Take into account building ZOO-Project on ubuntu focal (cf. https://trac.osgeo.org/osgeolive/ticket/2282). Add the OTB and SAGA support to the Dockerfile to make the corresponding demos using docker WPS server. Add OGC API - Processes demo to the demos list.

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