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

Last change on this file since 788 was 784, checked in by djay, 10 years ago

Give the capability to store the main.cfg file in sysconfdir and the services in servicePath if defined in the [main] section.

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