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

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

Make sure not to try accessing mimetype and provenance in case a local file is used. Fix issue with addMapsToMaps. Produce value string only when memory=load for Python support. Make gdal/profile service usable in case memory=protect.

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