File tree Expand file tree Collapse file tree 2 files changed +25
-4
lines changed
Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 1- 0.8.3
1+ 0.9.0
Original file line number Diff line number Diff line change @@ -152,16 +152,37 @@ One major improvement was more robust (HTTP) retries using the `requests` `Sessi
152152
153153See `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
160161OWSLib was upgraded to 0.20.0. Some Py2 to Py3 string encoding issues.
161162
162163One 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
166187Running
167188-------
You can’t perform that action at this time.
0 commit comments