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

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

Add documentation on how to use asyncrhonous execution using the Javascript ZOO-API

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