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

Last change on this file since 799 was 799, checked in by djay, 7 years ago

Add the php7 support in the HISTORY.txt file

File size: 6.5 KB
Line 
1Version 1.6.0-dev
2  * Add the C# as a supported programming language for Services
3  * Add nested inputs and outputs support (WPS 2.0.0)
4  * Add servicePath special key to specify the service location
5  * Add the PHP version 7 support
6  * Add --with-etc-dir option to specify the location of the main.cfg file
7  * Support GDAL version 2.1.0.
8  * Add the MapServer 7.0.1 internal support.
9  * Support for exotic location of openssl.
10  * Add ZOO-Client API documentation reference in the official documentation.
11  * Add CORS support.
12  * Fix issue when dealing with Array in JavaScript support.
13  * Update the Centos installation procedure.
14  * Small fixes in java support.
15  * Fix issue when XML request contains empty nodes for inputs
16  * Add status update for contour lines computation
17  * Fix FASTCGI location using the --with-fastcgi option.
18  * Redefined the API function addToMapWithSize to fix problem with Python/PHP support.
19
20Version 1.5.0
21  * Complete rewrite of the documentation to use modern style
22  * Fix asynchronous POST request on WIN32 platforms
23  * Add utils/registry service
24  * Initial support for WPS 2.0.0 including the Dismiss extension
25  * Fix concurrency access to status information
26  * Use simple file rather than shared memory for storing status information
27  * Add support for db backend to store status information
28  * Add the lib_zoo_service shared library to be linked against C services
29  * Add ZOO-API for the PHP language (with documentation)
30  * Add doxygen comments in source code
31  * Add support for multiple Exception nodes
32  * Add a length key when creating MapArray
33  * Add OTB support for applications as a service
34  * Add the otb2zcfg utility to produce zcfg for otb applications
35  * Add OTB Application Observer to have progress status updates
36  * Fix maxOccurs handling
37  * Fix gesture of downloaded inputs when multiple values are given
38  * Add detection of generated_file key in outputs to read the file
39  generated by a service
40  * Add a minimal parsing API
41  * Run validateRequest (download, default settings and decoding)
42  after fork if any
43  * Add SAGA-GIS support for modules as a service
44  * Add saga2zcfg utility to generate zcfg for SAGA-GIS modules
45  * Add SAGA-GIS Observer to have ongoing status updates
46
47Version 1.4.0
48  * Small fix for mimeType of results for CGAL services
49
50Version 1.4.0-rc1
51  * Binary support for PHP language
52  * ZOO-API for the Java language
53  * ZOO-Client Javascript API
54  * FastCGI fixes
55  * JavaScript ZOO-API enhancements (COOKIE use and Output in
56  generated XML)
57  * Add debian files
58  * Inputs passed by reference downloaded in parallel
59  * Conform behavior for DescribeProcess when the Identifier was not
60  found
61  * Add support of maximumMegabytes keywords for ComplexData Inputs
62  * Add the optional YAML ZCFG support #4 and the zcfg2yaml converter
63  * Return error messages that enable the service provider to quickly
64  identify the root cause of errors due to configuration file syntax
65  (ticket #90)
66  * Fix logic in addMapToMap (ticket #91)
67  * Enable AllowedValue and multiple Range definitions using default
68  and supported blocks
69  * Add the lastest revision number in version.h (available in Python
70  ZOO-API)
71  * Add the optional Ruby Language Support to the ZOO-Kernel with an
72  API similar to the Python ZOO-API
73  * Small rewrite of Python support
74  * Inputs can be requested over https protocol (ticket #86)
75  * Add capability to define both percentage of execution and a
76  message (ticket #87).
77  * Add usid in lenv section used to generate an unique identifier
78  based on time and the process identifier.
79  * Add gdal_contour service
80  * Add dynamic definition of serverAddress from the main section
81
82Version 1.3.0-rc2
83  * Fix POST Request issue (ticket #34)
84  * Fix COOKIE gesture (ticket #79)
85  * Remove verbose messages when using MapServer W*S (ticket #80)
86  * Add COMMITTERS  and LICENSE files
87
88Version 1.3.0-rc1
89
90  * Updating ZOO.Class object with the OpenLayers.Class Updating
91    ZOO.Class with the (ticket #64)
92  * Correct the content of proj4js (ticket #63)
93  * Enhance the COOKIE gesture (ticket #68)
94  * Support for dataInputs URLEncoded and xlink:href (ticket #62)
95  * Use the same object structure for JavaScript arguments than for
96    Python
97  * Add the Normalized Difference Vegetation Index service
98  * Add importScripts function to JavaScript support (ticket #66)
99  * Add multiple inputs values for the same identifier (ticket #72)
100  * Add Python ZOO-API to access ZOO-Kernel internel functions
101  * Add a [headers] section in main.cfg file to add specifics to
102    header returned
103  * Add support for multiple outputs for both GET and POST requests
104  * Add Content-Length to the headers if the result is sized
105  * Add Content-Disposition to the headers if the result contains a
106    filename
107  * Add support for sending headers through JS ZOO-api
108  * Add support for multi-valued inputs in JS ZOO-api
109  * Fixing issue about invalid status document #73
110  * Add Python-3.3.0 support
111  * Update documentation
112  * Add MapServer W*S Support documentation #34
113
114Version 1.2.0-rc3
115
116  * add basic SOAP Envelope support (ticket #49)
117  * support request when Content-Length header is not set by the
118  * client (ticket #57)
119  * fix issue when POST request is empty (ticket #45)
120  * add minimalist cache system (ticket #51)
121  * fix Python support (ticket #29)
122
123Verseion 1.2.0-rc2
124
125  * fix for process to run in background
126  * add support for ALL identifier for !DescribeProcess
127  * add a small test suite in the testing directory to test ogr base-vect-ops
128  * big fix for storage of Session maps on disk
129  * support for {{{<Default />}}} node in ZCFG files
130  * fastcgi version now support both !GetCapabilities and !DescribeProcess requests
131
132Version 1.2.0-rc1
133
134  * add WIN32 support
135  * add GRASS support through wps-grass-bridge
136  * add languages support using libintl
137  * binary support for inputs and outputs for both JAVA and Python
138  * automatic loading of ZOO-API and proj4js files (if present in the ZOO-Kernel directory) when loading JS Service Provider
139  * numerous memory leaks removed
140  * add PERL support
141  * enhance speed for JAVA support
142  * enhance POST request support
143  * add !BoundingBoxData support
144  * Python support is now optional as other languages
145  * add lenv section before running the service to store information runtime specific
146  * add COOKIE support and {{{senv}}} section to store information session specific
147  * add {{{USE_GDB}}} compilation flag to remove signal handling for debuging purpose
148  * enhance base64 support when included in and XML POST request
149  * return !ExceptionReport when no protocol was specified for xlink:href value
150
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