Skip to content

Commit 725ad06

Browse files
committed
update release info for VERSION 0.9.0
1 parent 0cb2f78 commit 725ad06

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.3
1+
0.9.0

docs/install.rst

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,16 +152,37 @@ One major improvement was more robust (HTTP) retries using the `requests` `Sessi
152152

153153
See `closed issues for related Milestone 0.8.0 <https://github.com/geopython/GeoHealthCheck/milestone/8?closed=1>`_.
154154

155-
Upgrade notes v0.8.2
155+
Upgrade notes v0.8.3
156156
....................
157157

158-
Main change: Bugfixes and small new features on 0.8.0 (0.8.1 was skipped). No DB upgrades required.
158+
Main change: Bugfixes and small new features on 0.8.0
159+
(0.8.1 and 0.8.2 were skipped). No DB upgrades required.
159160

160161
OWSLib was upgraded to 0.20.0. Some Py2 to Py3 string encoding issues.
161162

162163
One major improvement was adding `User-Agent` HTTP header for Probe requests.
163164

164-
See `closed issues for related Milestone 0.8.2 <https://github.com/geopython/GeoHealthCheck/milestone/9?closed=1>`_.
165+
See `closed issues for related Milestone 0.8.3 <https://github.com/geopython/GeoHealthCheck/milestone/9?closed=1>`_.
166+
167+
168+
Upgrade notes v0.9.0
169+
....................
170+
171+
Many (58!) issues and PRs went in. Also thanks to contributors some major features
172+
were added:
173+
174+
* configurable Geocoder (by @borrob)
175+
* CI (from Travis CI) and Docker build/push migrated to Github Workflows
176+
* OGC 3DTiles Probe (by SpotInfo)
177+
* MapBox TileJSON Probe (by SpotInfo)
178+
* additional WMTS Probes (by SpotInfo)
179+
* use official OGC naming for OAFeat Probes (includes DB-upgrade)
180+
* many bugfixes and security updates
181+
182+
Only a single DB-upgrade is required and only if your installation (DB) contains
183+
OGC OAFeat Resources and Probes, formerly called "WFS3".
184+
185+
See `closed issues/merged PRs for related Milestone 0.9.0 <https://github.com/geopython/GeoHealthCheck/milestone/10?closed=1>`_.
165186

166187
Running
167188
-------

0 commit comments

Comments
 (0)