1 | Version 1.3.0-dev |
---|
2 | |
---|
3 | * Support for dataInputs URLEncoded and xlink:href (ticket #62) |
---|
4 | * Use the same object structure for JavaScript arguments than for Python |
---|
5 | * Add the Normalized Difference Vegetation Index service |
---|
6 | * Add importScripts function to JavaScript support (ticket #66) |
---|
7 | |
---|
8 | Version 1.2.0-rc3 |
---|
9 | |
---|
10 | * add basic SOAP Envelope support (ticket #49) |
---|
11 | * support request when Content-Length header is not set by the client (ticket #57) |
---|
12 | * fix issue when POST request is empty (ticket #45) |
---|
13 | * add minimalist cache system (ticket #51) |
---|
14 | * fix Python support (ticket #29) |
---|
15 | |
---|
16 | Verseion 1.2.0-rc2 |
---|
17 | |
---|
18 | * fix for process to run in background |
---|
19 | * add support for ALL identifier for !DescribeProcess |
---|
20 | * add a small test suite in the testing directory to test ogr base-vect-ops |
---|
21 | * big fix for storage of Session maps on disk |
---|
22 | * support for {{{<Default />}}} node in ZCFG files |
---|
23 | * fastcgi version now support both !GetCapabilities and !DescribeProcess requests |
---|
24 | |
---|
25 | Version 1.2.0-rc1 |
---|
26 | |
---|
27 | * add WIN32 support |
---|
28 | * add GRASS support through wps-grass-bridge |
---|
29 | * add languages support using libintl |
---|
30 | * binary support for inputs and outputs for both JAVA and Python |
---|
31 | * automatic loading of ZOO-API and proj4js files (if present in the ZOO-Kernel directory) when loading JS Service Provider |
---|
32 | * numerous memory leaks removed |
---|
33 | * add PERL support |
---|
34 | * enhance speed for JAVA support |
---|
35 | * enhance POST request support |
---|
36 | * add !BoundingBoxData support |
---|
37 | * Python support is now optional as other languages |
---|
38 | * add lenv section before running the service to store informations runtime specific |
---|
39 | * add COOKIE support and {{{senv}}} section to store informations session specific |
---|
40 | * add {{{USE_GDB}}} compilation flag to remove signal handling for debuging purpose |
---|
41 | * enhance base64 support when included in and XML POST request |
---|
42 | * return !ExceptionReport when no protocol was specified for xlink:href value |
---|
43 | |
---|