Skip to content

Releases: stac-utils/stac-rs

stac v0.11.0

12 Nov 18:45
stac-v0.11.0
a3eb076
Compare
Choose a tag to compare

Added

  • version (#476)
  • Node and friends (#504)

Changed

  • make_links_absolute instead of make_relative_links_absolute, make_links_relative instead of make_absolute_links_relative (#504)
  • Permissive deserialization (#505)

Removed

  • Extensions moved to their own crate (#473)
  • *_TYPE constants, deserialize_type and serialize_type top-level functions (#498)

python v0.2.0

19 Oct 17:59
python-v0.2.0
119a69b
Compare
Choose a tag to compare

Warning

Our Python API was removed from this repo and moved to https://github.com/gadomski/stacrs on 2024-11-22

Removed stacrs.pystac in favor of stac-utils/pystac#1455 and stac-utils/pystac-client#744

Added

Changed

  • Moved docstrings to stub file (#468)

Removed

python v0.1.0

21 Sep 19:49
python-v0.1.0
37dcac8
Compare
Choose a tag to compare

Warning

Our Python API was removed from this repo and moved to https://github.com/gadomski/stacrs on 2024-11-22

This is the first significant release of the Python API. See the accompanying blog post for more, and the API documentation for details.

stac v0.10.0

19 Sep 16:30
stac-v0.10.0
Compare
Choose a tag to compare

Overview

  • STAC v1.1.0 is default! 🎉
  • JSON, newline-delimited JSON, and stac-geoparquet now all supported via a new Format enum
  • Use object_store to get and put STAC to and from blob storage

For a more, see @gadomski's release blog post.

Added

  • Deref ItemCollection (#363)
  • Format (#371, #396)
  • Error::FeatureNotEnabled and Error::UnsupportedGeoparquetType (#396)
  • Read unknown versions (#378)
  • Conversion traits for the three formats (#396)
  • object_store (#382)
  • stac::geoparquet::Compression, even if geoparquet is not enabled (#396)
  • Type (#397)
  • Collection::item_assets and ItemAsset (#404)
  • A few extension methods on Fields (#405)

Changed

  • Update geoarrow to v0.3.0 (#367)
  • Default STAC version is now v1.1.0 (#399)

Removed

  • Error::ReqwestNotEnabled and Error::GdalNotEnabled (#396)
  • Asset::extensions (#405)
  • href argument to Links::make_relative_links_absolute (#407)

stac v0.9

05 Sep 23:27
stac-v0.9.0
Compare
Choose a tag to compare

Overview

This release includes (experimental) stac-geoparquet support! 🎉

Added

  • Bbox (#303, #328)
  • Functions to create collections from items (#304)
  • Default implementation for Version (#309)
  • Experimental GeoParquet and GeoArrow support (#316, #319, #328)
  • Public stac::io module (#319)

Fixed

  • Don't add a bands attribute if all bands are empty when migrating (#351)

Changed

  • Use DateTime<Utc> instead of String for datetimes (#297, #304)
  • Add Href.clear_href (#299)
  • Rename media_type module to mime, deprecate a bunch of them, add some others (#327)

Removed

  • stac::read_json from the public API (#301)
  • Bounds (#303)
  • stac::item::FlatItem (#328)