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

Last change on this file since 945 was 945, checked in by djay, 5 years ago

Fix the issue with JavaScript? support and GDAL profile service

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