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

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

Prototype implementation of the OGC API - Processing and other simplifications

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