Releases: geopython/OWSLib
v0.27.1
A full list of commits for 0.27.1 can be found at:
https://github.com/geopython/OWSLib/commits/0.27.1
- core: remove pyproj as core dependency
v0.27.0
A full list of commits for 0.27.0 can be found at:
https://github.com/geopython/OWSLib/commits/0.27.0
- core: update pyproj
- OGC API: add support for OGC API - Processes
v0.26.0
A full list of commits for 0.26.0 can be found at:
https://github.com/geopython/OWSLib/commits/0.26.0
- ISO: extend MD_Keywords for gmx:Anchor (#765)
- WPS: forward timeout/language parameters (#793)
- WPS: use 'maximumMegabytes' if available (#796)
- OGC API: safeguard links
- OGC API: add support for OGC API - Features - Part 3: CQL (#798)
- OGC API: rename rangeSubset to properties for coverage queries (#806)
- OGC API: fix subsets parameterization (#819)
- CSW: pass headers to HTTP POST requests (#805)
- WCS: pass timeout to constructors (#812)
- CSW: fix byte/string handling for XML payloads (#816)
- ISO: fix gmd:edition parsing (#821)
v0.25.0
0.25.0 (2021-08-23)
A full list of commits for 0.25.0 can be found at:
v0.24.1
A full list of commits for 0.24.1 can be found at:
https://github.com/geopython/OWSLib/commits/0.24.1
- fix CSW request byte handling (#776)
v0.24.0
A full list of commits for 0.24.0 can be found at:
v0.23.0
A full list of commits for 0.23.0 can be found at:
https://github.com/geopython/OWSLib/commits/0.23.0
- WMS: Handle empty . element in GetCapabilities (#739)
- WCS: Feature/wcs headers integration (#741)
- Tests: fix WFS tests (#743)
- Auth: Support requests AuthBase in addition to basic password authentication (#724)
- WCS: Fix bug with timeout not assigned (#738)
- Tests: restore ISO GM03 tests as pytests (#734)
- ISO: OWS/ISO metadata updates (#736)
- ISO: add support for ISO 19115 keyword thesaurus URLs via gmx:Anchor (#735)
- ISO: fix reference (#733)
v0.22.0
v0.21.0
0.21.0 (2020-12-09)
This release adds the draft implementation of OGC API - Coverages support as well as numerous fixes to the codebase.
A full list of commits for 0.21.0 can be found at:
v0.20.0
This release adds the draft implementation of OGC API - Records support as well as fixes to authentication.
A full list of commits for 0.20.0 can be found at:
https://github.com/geopython/OWSLib/commits/0.20.0
- WFS: make wfs:FeatureTypeList optional for 1.1 and 2.0 (#673)
- OGC API - Records: initial draft implementation (#679, #693)
- WPS: add support for retrieving data from local filesystem (huard, #681)
- WMTS: add support for boundingboxes (kordian-kowalski, #687)
- Authentication: Enable switching off SSL verification (Samweli, #685)