Skip to content

Releases: geopython/OWSLib

0.29.0

09 Apr 13:32
Compare
Choose a tag to compare

This release adds an OpenSearch client, as well as updates ISO parsing by removing longstanding deprecations/warnings. Users are advised to use 0.28.1 if previous ISO parsing workflows support is required.

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

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

0.28.1

24 Feb 16:28
Compare
Choose a tag to compare

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

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

  • use only lxml for XML parsing and disable entity resolution in XML payloads

0.28.0

24 Feb 14:33
Compare
Choose a tag to compare

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

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

  • core: remove Python 3.6 from CI matrix (@kalxas)
  • OGC API: add support for OGC API - Features - Part 4: transactions
  • OGC API: add support for OGC API - Maps
  • OGC API: fix OGC API - Processes process list filtering
  • fix WMTS resolution (@dvbmgr)
  • WFS: fix filter parsing (@huard)
  • OGC API: use yaml.safe_load for YAML parsing for OpenAPI handling (@sebastic)
  • FGDC: fix contact parsing (@pvgenuchten)

v0.27.2

28 Aug 11:48
Compare
Choose a tag to compare

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

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

  • tests: fix regression test

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