Skip to content

Commit a865aa7

Browse files
author
afabiani
committed
- Bump to version 2.17.0
1 parent 89dc0ec commit a865aa7

5 files changed

+72
-11
lines changed

README.md

+71-10
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RemoteWPS licensed under the [GPL](http://www.gnu.org/licenses/old-licenses/gpl-
2121

2222
You can install the "wps-remote" Python package by using the PyPi distribution ::
2323

24-
pip install wps-remote==2.14.1
24+
pip install wps-remote==2.17.0
2525

2626
Please refer to the [user guide](http://docs.geoserver.org/latest/en/user/community/remote-wps/index.html) for detailed
2727
information on how to install and use RemoteWPS.
@@ -54,15 +54,64 @@ Please read [the contribution guidelines](https://github.com/geoserver/geoserver
5454

5555
Visit the [website](http://geoserver.org/) or read the [docs](http://docs.geoserver.org/).
5656

57-
Change Log
58-
==========
59-
2.14.1 [2018-09-14 11:48:37] (aligned with GeoServer Remote WPS Plugin - 2.14.x)
57+
## Change Log
58+
59+
### 2.17.0 [2019-11-11 16:08:42] (aligned with GeoServer Remote WPS Plugin - 2.17.x)
60+
<li> 2019-11-11: afabiani <a href="https://github.com/geoserver/wps-remote/commit/55407ace0c2136b55e2774ab3e547e535d0c97db" target="blank"> [Fixes #42] Async Request Management Proposal</a></li>
61+
<li> 2019-11-07: afabiani <a href="https://github.com/geoserver/wps-remote/commit/c8d3b4b8bdd7f33ec99331c89d0e822508f944fa" target="blank"> [Fixes #40] Typos on class name</a></li>
62+
<li> 2019-11-07: afabiani <a href="https://github.com/geoserver/wps-remote/commit/9999b4ce19d8a05ffc04d719b942f868f963cb28" target="blank"> - Minor fixes to the sample gdalContour service config</a></li>
63+
<li> 2019-11-05: geosolutions <a href="https://github.com/geoserver/wps-remote/commit/37edd2c439ead6bd05864ea50df389cb15228046" target="blank"> - get rid of redounant print</a></li>
64+
<li> 2019-11-05: gioscarda <a href="https://github.com/geoserver/wps-remote/commit/462205d40691b94d0a493cbf0fa8c1698a07c5f3" target="blank"> [Fixes #38] Added missing tests for actions and resource_cleaner</a></li>
65+
<li> 2019-11-05: gioscarda <a href="https://github.com/geoserver/wps-remote/commit/c96f19ff218be17e4008bae14fa85a4563ba4613" target="blank"> [Fixes #36] tests for FTP uploads</a></li>
66+
<li> 2019-11-04: gioscarda <a href="https://github.com/geoserver/wps-remote/commit/716a117ef5a6a55df4e9b3647e13fb8ab59830e2" target="blank"> [Fixes #34] Clean up unused files</a></li>
67+
<li> 2019-10-31: gioscarda <a href="https://github.com/geoserver/wps-remote/commit/59723bee62ad0c7600a69c5f73478f4edc37f27b" target="blank"> [Fixes #32] testing path</a></li>
68+
<li> 2019-10-31: gioscarda <a href="https://github.com/geoserver/wps-remote/commit/f811c32560d3bb4ae54bc355745d3ced6ecdddc0" target="blank"> [Fixes #30] ProcessBot and ServiceBot tests</a></li>
69+
<li> 2019-10-25: gioscarda <a href="https://github.com/geoserver/wps-remote/commit/d5fe88f828868ed3e9e1459fa93d37d2b83b2b17" target="blank"> [Fixes #28] Add BusIndependentMessage tests</a></li>
70+
<li> 2019-10-23: gioscarda <a href="https://github.com/geoserver/wps-remote/commit/3eb8b9f100b6b820d211094bd365341e164094ad" target="blank"> [Fixes #26] configparser tests</a></li>
71+
<li> 2019-10-23: gioscarda <a href="https://github.com/geoserver/wps-remote/commit/31fedae9cc438f12503e51d429eb1d00fa3301fb" target="blank"> [Fixes #24] computational jobs outputs tests</a></li>
72+
<li> 2019-10-22: afabiani <a href="https://github.com/geoserver/wps-remote/commit/288272c4f312487ccf7a8dd6f8d23e009dfc6a6e" target="blank"> fix travis build</a></li>
73+
<li> 2019-10-22: afabiani <a href="https://github.com/geoserver/wps-remote/commit/32983a81f0529c4ec52404a9d3a814adcf53efee" target="blank"> fix travis build</a></li>
74+
<li> 2019-10-22: gioscarda <a href="https://github.com/geoserver/wps-remote/commit/cc885f21b42d6ef89447845e5250828a08d524f8" target="blank"> [Fixes #10] Add missing tests about input parameters</a></li>
75+
<li> 2019-10-18: afabiani <a href="https://github.com/geoserver/wps-remote/commit/beac9c03ee5d240e0a8f5bc086fa569116d37b3d" target="blank"> minor formatting</a></li>
76+
<li> 2019-09-23: Christian Clauss <a href="https://github.com/geoserver/wps-remote/commit/5fc088f2c6963830fcf5154eb40ee9920656865d" target="blank"> Travis CI: Run tests on Python 3.7 in allow_failures mode</a></li>
77+
<li> 2019-09-22: Christian Clauss <a href="https://github.com/geoserver/wps-remote/commit/5f7fc0774af8058316b46bb9d52d9a47265a063a" target="blank"> Don't cache $HOME</a></li>
78+
<li> 2019-09-22: Christian Clauss <a href="https://github.com/geoserver/wps-remote/commit/f02b01751f3f3eebd4fa78431816c2cf15ad908a" target="blank"> cache $HOME</a></li>
79+
<li> 2019-09-22: Christian Clauss <a href="https://github.com/geoserver/wps-remote/commit/02d7a945b3d3904a76b6601c44a85d04a5953941" target="blank"> Don’t cache $HOME</a></li>
80+
<li> 2019-09-22: Christian Clauss <a href="https://github.com/geoserver/wps-remote/commit/6f56c2ce0af5dc593e9bf5479d56a6e6e93b5a8e" target="blank"> Shorten a long line</a></li>
81+
<li> 2019-09-22: Christian Clauss <a href="https://github.com/geoserver/wps-remote/commit/31940142533b2ccfde5aaac905b2f6145f84d2dc" target="blank"> Flake8: ignore W504 line break after binary operator</a></li>
82+
<li> 2019-09-22: Christian Clauss <a href="https://github.com/geoserver/wps-remote/commit/1a742b334f16d5f83cfe72fce9459b07614ff31c" target="blank"> Remove unused import 'time'</a></li>
83+
<li> 2019-09-22: Christian Clauss <a href="https://github.com/geoserver/wps-remote/commit/20f8bf8e41eb163a65a6344b537c72a321836778" target="blank"> Update .travis.yml</a></li>
84+
<li> 2019-09-22: Christian Clauss <a href="https://github.com/geoserver/wps-remote/commit/c827056bd8ea0be5d1101117b62c2aa346a38402" target="blank"> python: 2.7.8 dist: precise</a></li>
85+
<li> 2019-09-22: Christian Clauss <a href="https://github.com/geoserver/wps-remote/commit/46f0526d40e1db6a0fc66e4877c9d29455a00313" target="blank"> Upgrade flake8 and allow it to specify its dependencies</a></li>
86+
<li> 2019-09-22: Christian Clauss <a href="https://github.com/geoserver/wps-remote/commit/a6a9c347c8e6b48793c8e70adf6277a452586f29" target="blank"> Update .travis.yml</a></li>
87+
<li> 2019-09-22: Christian Clauss <a href="https://github.com/geoserver/wps-remote/commit/ab68602b4b4d74fad8b325ff45d45011c41912d7" target="blank"> Travis-CI: The sudo: tag is deprecated in Travis</a></li>
88+
<li> 2019-09-20: dependabot[bot] <a href="https://github.com/geoserver/wps-remote/commit/3c5b3b36318207363e434ef0e1ede6f53cc60c1f" target="blank"> Bump paramiko from 2.4.1 to 2.4.2</a></li>
89+
<li> 2019-01-14: afabiani <a href="https://github.com/geoserver/wps-remote/commit/60c4ca2e2f170ebcdac7f2c270783c1d3fdd539a" target="blank"> - Resource Monitor: minor refactoring to the data collection main cycle. Trying to take into account runtime deltas.</a></li>
90+
<li> 2018-12-12: afabiani <a href="https://github.com/geoserver/wps-remote/commit/9abaf9ef2dc77b5a59795f011130c86a58cec8ca" target="blank"> - better management of failure states of the spawned processbot</a></li>
91+
<li> 2018-11-15: afabiani <a href="https://github.com/geoserver/wps-remote/commit/8436d3a05999122c1eb1c28218007ad565be0bc3" target="blank"> - preparing for test suite / introducing pep8 format checks</a></li>
92+
<li> 2018-11-15: afabiani <a href="https://github.com/geoserver/wps-remote/commit/c2ca09b9b939b1309d82d092bd88f7e9a2a99ec6" target="blank"> - preparing for test suite / introducing pep8 format checks</a></li>
93+
94+
### 2.15.0 [2018-11-15 11:48:37] (aligned with GeoServer Remote WPS Plugin - 2.15.x)
95+
<li> 2018-11-15: afabiani <a href="https://github.com/geoserver/wps-remote/commit/14dfecf258ce55f71aa9b34f288da80f30165bec" target="blank"> - Bump to version 2.15.0</a></li>
96+
<li> 2018-11-15: afabiani <a href="https://github.com/geoserver/wps-remote/commit/26f892a6b8edad6f18e3d190e4aa30c8a2cac629" target="blank"> - added a delay to the test service</a></li>
97+
<li> 2018-10-03: afabiani <a href="https://github.com/geoserver/wps-remote/commit/40299ef8ef1bba7c7ddebce57f214c63d39efe37" target="blank"> - Improving "resource_monitor" process is running method info</a></li>
98+
<li> 2018-09-28: afabiani <a href="https://github.com/geoserver/wps-remote/commit/77c27f9c65e5e0af36c447a4f1ae4724c3dcb1ef" target="blank"> - minor improvements to the test.py service (gdalContour)</a></li>
99+
<li> 2018-09-28: afabiani <a href="https://github.com/geoserver/wps-remote/commit/653fad367ed6018e83d60fa76e7568c1a1484cd4" target="blank"> - patch: boolean string properties checks are wrong on "output_file_parameter"</a></li>
100+
<li> 2018-09-27: afabiani <a href="https://github.com/geoserver/wps-remote/commit/55d55fb8554afbf4a49effe5cf90cf674baa3c5f" target="blank"> - patch: boolean string properties checks are wrong on "output_file_parameter"</a></li>
101+
<li> 2018-09-24: afabiani <a href="https://github.com/geoserver/wps-remote/commit/a5a7a4c436c3f62a65eb5fde891273c9fcd241ab" target="blank"> - handle "abort" message from xmppBus</a></li>
102+
<li> 2018-09-24: afabiani <a href="https://github.com/geoserver/wps-remote/commit/8ca369893e4361b35f2c95e464da9f0a7147dd80" target="blank"> - handle "abort" message from xmppBus</a></li>
103+
<li> 2018-09-14: Alessio Fabiani <a href="https://github.com/geoserver/wps-remote/commit/e0db01cb0a601d7bc80c52449384cbc3e82808be" target="blank"> Update README.md</a></li>
104+
105+
### 2.14.1 [2018-09-14 11:48:37] (aligned with GeoServer Remote WPS Plugin - 2.14.x)
60106
- Fixes: inputs and outputs mime-types declaration on service.config
61107
- Cleanup: removing non source code stuff
62108
- Resilience: resource_monitoring now skips non-python/readable processes without dying
63109
- Resilience: processbot identifies relative paths for executable commands
110+
<li> 2018-09-14: afabiani <a href="https://github.com/geoserver/wps-remote/commit/2eba26fab4f26af32825b1dccc84dfd50fb54cbb" target="blank"> - Version 2.14.1</a></li>
111+
<li> 2018-09-14: afabiani <a href="https://github.com/geoserver/wps-remote/commit/42a24b4d1379ba4303fa1e7438aac4a3d7a5c5ac" target="blank"> - .gitignore stuff</a></li>
112+
<li> 2018-09-14: afabiani <a href="https://github.com/geoserver/wps-remote/commit/283ccca70a1e7591fe07b9ac09d7f23f51661f30" target="blank"> - Version 2.14.x</a></li>
64113

65-
2.12.0 [2017-07-03 12:13:10] (aligned with GeoServer Remote WPS Plugin - 2.12.x)
114+
### 2.12.0 [2017-07-03 12:13:10] (aligned with GeoServer Remote WPS Plugin - 2.12.x)
66115
- Fix for: Inputs application/json mapping error
67116
- Fix for: Inputs application/vnd.geo+json support
68117
- Fix for: Date input / output parsing
@@ -71,21 +120,33 @@ Change Log
71120
- Allowed "-" in string input parameters
72121
- Fix for: Catch resource clean exception
73122
- Fix for: Input / output parameters are not sorted according to the process definition
74-
75-
2.11.2 [2017-02-16 10:12:23]
123+
<li> 2017-07-03: geosolutions <a href="https://github.com/geoserver/wps-remote/commit/bfa507b613f58ef81f29db116cfdf34297dd07a5" target="blank"> - Version 2.12.0</a></li>
124+
<li> 2017-07-03: geosolutions <a href="https://github.com/geoserver/wps-remote/commit/72ae466114ab2afdda436614420f1a5ace97e157" target="blank"> - Version 2.12.0</a></li>
125+
<li> 2017-07-03: geosolutions <a href="https://github.com/geoserver/wps-remote/commit/f3cf0c8935d0f9d0a743ff5fd89d9098450c52cf" target="blank"> - Version 2.12.0</a></li>
126+
<li> 2017-07-03: geosolutions <a href="https://github.com/geoserver/wps-remote/commit/75dd297e9c86617d9dd2889f17f9dd44fcf2a6a0" target="blank"> - Version 2.12.0</a></li>
127+
<li> 2017-06-28: geosolutions <a href="https://github.com/geoserver/wps-remote/commit/f9d3b57b16e7a2188a8aff52bb1f451a070f8350" target="blank"> - Make processbot more resilient to errors</a></li>
128+
<li> 2017-06-27: torse <a href="https://github.com/geoserver/wps-remote/commit/6d82453ba1fa9b257f1f77613be0fe3b6a1c0467" target="blank"> Make json_path_expr configuration optional</a></li>
129+
<li> 2017-06-26: geosolutions <a href="https://github.com/geoserver/wps-remote/commit/25b4ace2dcfca3c85d979e5bcadd42d21c96b5fd" target="blank"> - Make processbot and servicebot more resilient to errors</a></li>
130+
<li> 2017-06-19: geosolutions <a href="https://github.com/geoserver/wps-remote/commit/dd83b1dc5686d528f5481413cd053abb6d11703a" target="blank"> close #8 : An unhandled exception might crash wpsagent and related WPS process</a></li>
131+
<li> 2017-06-19: geosolutions <a href="https://github.com/geoserver/wps-remote/commit/5d81e2cbef6e7c421388a02fa528e09aa19b8057" target="blank"> close #8 : An unhandled exception might crash wpsagent and related WPS process</a></li>
132+
<li> 2017-06-14: torse <a href="https://github.com/geoserver/wps-remote/commit/5e2ae86380350d33babde5980efdbbd783a8c1b1" target="blank"> Fix parsing of dateTime input and format the parameter for the commandline</a></li>
133+
<li> 2017-06-14: torse <a href="https://github.com/geoserver/wps-remote/commit/d3deecfb4a4bfa104a7c9009dc5d7ac0e8ea1c3c" target="blank"> Catch exception in resource cleaner write function and log error</a></li>
134+
<li> 2017-06-14: torse <a href="https://github.com/geoserver/wps-remote/commit/43159046599f1ec8b560c1dee5d7d9fe8a6eeb6f" target="blank"> Allow '-' characters in string input parameters</a></li>
135+
136+
### 2.11.2 [2017-02-16 10:12:23]
76137
- SFTP/FTP pluggable uploaders support
77138
- Minor refactoring and code cleanup
78139

79-
2.9.3 [2016-03-31 17:24:47]
140+
### 2.9.3 [2016-03-31 17:24:47]
80141
- Added "processbot" XMPP connection checks
81142
- Added "servicebot" check "processbot" status error and send error message impersonating the underlying process
82143
- Added "NetCDF Output" example on service.config
83144

84-
2.9.2 [2016-03-17 17:33:19]
145+
### 2.9.2 [2016-03-17 17:33:19]
85146
- Added "process_blacklist" property to "service.config" file
86147
- Added "proc_is_running(self, proc_names)" to "ResourceMonitor(threading.Thread)" background thread
87148

88-
2.9.1 [2016-03-16 11:09:56]
149+
### 2.9.1 [2016-03-16 11:09:56]
89150
- Added "GetLoadAverageMessage" XMPP message for resource monitoring
90151
- Added "ResourceMonitor(threading.Thread)" background thread collecting resource consuption data
91152
- On GeoServer side the "remoteConfig.properties" file on GEOSERVER_DATA must be updated with the properties

dist/wps-remote-2.11.2.tar.gz

-60 KB
Binary file not shown.
-1.83 MB
Binary file not shown.
-1.79 MB
Binary file not shown.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
setup(
6161
name="wps-remote",
62-
version="2.15.0",
62+
version="2.17.0",
6363
author="GeoServer Developers",
6464
author_email="[email protected]",
6565
description="A library that allows users to publish their executables as GeoServer WPS Processes through the XMPP protocol", # noqa

0 commit comments

Comments
 (0)