Skip to content

v0.3.1

Compare
Choose a tag to compare
@matthewhanson matthewhanson released this 18 Nov 23:18
· 568 commits to main since this release
883316b

[0.3.1] - 2021-11-17

Changed

  • Update min PySTAC version to 1.2
  • Default page size limit set to 100 rather than relying on the server default
  • Fetch single collection directly from endpoint in API rather than iterating through children (Issue #114)[https://github.com//issues/114]

Added

  • Adds --block-network option to all test commands to ensure no network requests are made during unit tests
    #119
  • parameters argument to StacApiIO, Client.open, and Client.from_file to allow query string parameters to be passed to all requests
    #118

Fixed

  • Client.get_collections raised an exception when API did not publish /collections conformance class instead of falling back to using child links
    #120