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

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

Forward headers defined in the security section in the main.cfg #139.

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