Skip to content

Releases: geopython/OWSLib

v0.27.1

28 Aug 11:15
Compare
Choose a tag to compare

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

28 Aug 09:47
Compare
Choose a tag to compare

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

06 Jun 15:03
Compare
Choose a tag to compare

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

23 Aug 12:16
Compare
Choose a tag to compare

0.25.0 (2021-08-23)

A full list of commits for 0.25.0 can be found at:

https://github.com/geopython/OWSLib/commits/0.25.0

  • WMS: include custom headers (#763)
  • ISO: add MD_BrowseGraphic support (#757)
  • OGC API: fix bbox handling #779), request/response handling
  • WFS: add support for topological filters (#780)
  • various bug fixes

v0.24.1

10 May 22:29
Compare
Choose a tag to compare

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

10 May 11:50
Compare
Choose a tag to compare

A full list of commits for 0.24.0 can be found at:

https://github.com/geopython/OWSLib/commits/0.24.0

  • CSW: add CSW 3 client (#746)
  • CSW: add support for distributed search (#771)
  • OGC API: refactor collections for broader use (#753)
  • OACov: add support for scaling (#756)
  • Auth: make most Authentication attributes private (#770)
  • various bug fixes

v0.23.0

10 May 11:48
d9053b3
Compare
Choose a tag to compare

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

04 Feb 15:49
Compare
Choose a tag to compare

A full list of commits for 0.22.0 can be found at:

https://github.com/geopython/OWSLib/commits/0.22.0

  • Tests: Fix tests coveralls (#732)
  • WCS, WFS: Add timeout to get capabilities (#730)
  • Tests: migrate to GitHub actions (#727)
  • ISO: add support for ISO 19115-2 (#726)

v0.21.0

09 Dec 02:28
Compare
Choose a tag to compare

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:

https://github.com/geopython/OWSLib/commits/0.21.0

  • OGC API: Added support for Coverages (#699)
  • WFS: Added POST support to WFS GetFeature (#706)
  • WCS: Allow user to specify timeout on WCS GetCoverage calls (#714)
  • WPS: fixed bounding-box (#719)
  • Various fixes: #695, #707, #702, #716, #718, #722, #691, #720

v0.20.0

13 Jun 12:02
7c5b515
Compare
Choose a tag to compare

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)