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

Last change on this file since 960 was 960, checked in by djay, 4 years ago

Add LCO and DSCO multiple occurence in Ogr2Ogr service. Update ZOO-Kernel messages.po file.

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