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

Last change on this file since 753 was 753, checked in by djay, 8 years ago

Add the MapServer? 7.0.1 internal support. Add the ZOO-Client API reference in the official documentation. Add support for exotic openssl location.

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