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

Last change on this file since 790 was 790, checked in by djay, 7 years ago

Add support for nested inputs and outputs.

File size: 6.4 KB
Line 
1Version 1.6.0-dev
2  * Add nested inputs and outputs support (WPS 2.0.0)
3  * Add servicePath special key to specify the service location
4  * Add --with-etc-dir option to specify the location of the main.cfg file
5  * Support GDAL version 2.1.0.
6  * Add the MapServer 7.0.1 internal support.
7  * Support for exotic location of openssl.
8  * Add ZOO-Client API documentation reference in the official documentation.
9  * Add CORS support.
10  * Fix issue when dealing with Array in JavaScript support.
11  * Update the Centos installation procedure.
12  * Small fixes in java support.
13  * Fix issue when XML request contains empty nodes for inputs
14  * Add status update for contour lines computation
15  * Fix FASTCGI location using the --with-fastcgi option.
16  * Redefined the API function addToMapWithSize to fix problem with Python/PHP support.
17
18Version 1.5.0
19  * Complete rewrite of the documentation to use modern style
20  * Fix asynchronous POST request on WIN32 platforms
21  * Add utils/registry service
22  * Initial support for WPS 2.0.0 including the Dismiss extension
23  * Fix concurrency access to status information
24  * Use simple file rather than shared memory for storing status information
25  * Add support for db backend to store status information
26  * Add the lib_zoo_service shared library to be linked against C services
27  * Add ZOO-API for the PHP language (with documentation)
28  * Add doxygen comments in source code
29  * Add support for multiple Exception nodes
30  * Add a length key when creating MapArray
31  * Add OTB support for applications as a service
32  * Add the otb2zcfg utility to produce zcfg for otb applications
33  * Add OTB Application Observer to have progress status updates
34  * Fix maxOccurs handling
35  * Fix gesture of downloaded inputs when multiple values are given
36  * Add detection of generated_file key in outputs to read the file
37  generated by a service
38  * Add a minimal parsing API
39  * Run validateRequest (download, default settings and decoding)
40  after fork if any
41  * Add SAGA-GIS support for modules as a service
42  * Add saga2zcfg utility to generate zcfg for SAGA-GIS modules
43  * Add SAGA-GIS Observer to have ongoing status updates
44
45Version 1.4.0
46  * Small fix for mimeType of results for CGAL services
47
48Version 1.4.0-rc1
49  * Binary support for PHP language
50  * ZOO-API for the Java language
51  * ZOO-Client Javascript API
52  * FastCGI fixes
53  * JavaScript ZOO-API enhancements (COOKIE use and Output in
54  generated XML)
55  * Add debian files
56  * Inputs passed by reference downloaded in parallel
57  * Conform behavior for DescribeProcess when the Identifier was not
58  found
59  * Add support of maximumMegabytes keywords for ComplexData Inputs
60  * Add the optional YAML ZCFG support #4 and the zcfg2yaml converter
61  * Return error messages that enable the service provider to quickly
62  identify the root cause of errors due to configuration file syntax
63  (ticket #90)
64  * Fix logic in addMapToMap (ticket #91)
65  * Enable AllowedValue and multiple Range definitions using default
66  and supported blocks
67  * Add the lastest revision number in version.h (available in Python
68  ZOO-API)
69  * Add the optional Ruby Language Support to the ZOO-Kernel with an
70  API similar to the Python ZOO-API
71  * Small rewrite of Python support
72  * Inputs can be requested over https protocol (ticket #86)
73  * Add capability to define both percentage of execution and a
74  message (ticket #87).
75  * Add usid in lenv section used to generate an unique identifier
76  based on time and the process identifier.
77  * Add gdal_contour service
78  * Add dynamic definition of serverAddress from the main section
79
80Version 1.3.0-rc2
81  * Fix POST Request issue (ticket #34)
82  * Fix COOKIE gesture (ticket #79)
83  * Remove verbose messages when using MapServer W*S (ticket #80)
84  * Add COMMITTERS  and LICENSE files
85
86Version 1.3.0-rc1
87
88  * Updating ZOO.Class object with the OpenLayers.Class Updating
89    ZOO.Class with the (ticket #64)
90  * Correct the content of proj4js (ticket #63)
91  * Enhance the COOKIE gesture (ticket #68)
92  * Support for dataInputs URLEncoded and xlink:href (ticket #62)
93  * Use the same object structure for JavaScript arguments than for
94    Python
95  * Add the Normalized Difference Vegetation Index service
96  * Add importScripts function to JavaScript support (ticket #66)
97  * Add multiple inputs values for the same identifier (ticket #72)
98  * Add Python ZOO-API to access ZOO-Kernel internel functions
99  * Add a [headers] section in main.cfg file to add specifics to
100    header returned
101  * Add support for multiple outputs for both GET and POST requests
102  * Add Content-Length to the headers if the result is sized
103  * Add Content-Disposition to the headers if the result contains a
104    filename
105  * Add support for sending headers through JS ZOO-api
106  * Add support for multi-valued inputs in JS ZOO-api
107  * Fixing issue about invalid status document #73
108  * Add Python-3.3.0 support
109  * Update documentation
110  * Add MapServer W*S Support documentation #34
111
112Version 1.2.0-rc3
113
114  * add basic SOAP Envelope support (ticket #49)
115  * support request when Content-Length header is not set by the
116  * client (ticket #57)
117  * fix issue when POST request is empty (ticket #45)
118  * add minimalist cache system (ticket #51)
119  * fix Python support (ticket #29)
120
121Verseion 1.2.0-rc2
122
123  * fix for process to run in background
124  * add support for ALL identifier for !DescribeProcess
125  * add a small test suite in the testing directory to test ogr base-vect-ops
126  * big fix for storage of Session maps on disk
127  * support for {{{<Default />}}} node in ZCFG files
128  * fastcgi version now support both !GetCapabilities and !DescribeProcess requests
129
130Version 1.2.0-rc1
131
132  * add WIN32 support
133  * add GRASS support through wps-grass-bridge
134  * add languages support using libintl
135  * binary support for inputs and outputs for both JAVA and Python
136  * automatic loading of ZOO-API and proj4js files (if present in the ZOO-Kernel directory) when loading JS Service Provider
137  * numerous memory leaks removed
138  * add PERL support
139  * enhance speed for JAVA support
140  * enhance POST request support
141  * add !BoundingBoxData support
142  * Python support is now optional as other languages
143  * add lenv section before running the service to store information runtime specific
144  * add COOKIE support and {{{senv}}} section to store information session specific
145  * add {{{USE_GDB}}} compilation flag to remove signal handling for debuging purpose
146  * enhance base64 support when included in and XML POST request
147  * return !ExceptionReport when no protocol was specified for xlink:href value
148
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