Skip to content

Commit

Permalink
- Version 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geosolutions committed Jul 3, 2017
1 parent f9d3b57 commit 75dd297
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -56,6 +56,17 @@ Visit the [website](http://geoserver.org/) or read the [docs](http://docs.geoser

Change Log
==========
2.12.0 [2017-07-03 12:13:10]
(aligned with GeoServer Remote WPS Plugin - 2.12.x)
- Fix for: Inputs application/json mapping error
- Fix for: Inputs application/vnd.geo+json support
- Fix for: Date input / output parsing
- Fix for: JSON ID error
- Improved robustness of wps agent
- Allowed "-" in string input parameters
- Fix for: Catch resource clean exception
- Fix for: Input / output parameters are not sorted according to the process definition

2.11.2 [2017-02-16 10:12:23]
- SFTP/FTP pluggable uploaders support
- Minor refactoring and code cleanup
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -33,7 +33,7 @@

setup(
name = "wps-remote",
version = "2.11.2",
version = "2.11.3",
author = "GeoServer Developers",
author_email = "geoserver-devel@lists.sourceforge.net",
description = "A library that allows users to publish their executables as GeoServer WPS Processes through the XMPP protocol",
Expand Down

0 comments on commit 75dd297

Please sign in to comment.