Releases: Terradue/DotNetStac
Releases · Terradue/DotNetStac
v1.0.0-rc.1
Added
title for link constructor
Changed
Current STAC Version Set to 1.0.0
v0.9.1
Fixed
- Nullable fields conversion
v0.9.0
Added
- More tests
Fixed
- Eo Band Common Name nullable
Changed
- Common Metadata as properties in Stac Objects
Removed
- Common metadata class helper
v0.8.1
Added
- Root fields accessor for Stac Item
- Extensible raster object
Fixed
- gsd as double
- null value handling (e.g. proj:epsg)
- ObservationDirection as enum
v0.8.0
v0.8.0
Stac 1.0.0-rc.4 compatible release
Added
- Raster extension
- Version extension
- Virtual Assets extension
- Processing extension completed
- File extension
- More descriptive exceptions for deserialization
Fixed
- Internal contructors for extension supported by the extension manager
Changed
- Current version set to 1.0.0-rc.4
0.7.0 Release (STAC 1.0.0-rc.3)
From this release, the library has been completely reshuffled to a simpler library focusing on full compliance with STAC specifications.
At the moment of this release, the STAC specification is 1.0.0-rc.3 and minor changes in the spec should not break this implementation.
Added
- Json Schema validation and validator class
- All missing object implementation to target STAC specification 1.0.0
- Collection creation helper with automatic summaries
Changed
- Extensions helpers approach. Extensions classes are created when calling the extented methods of the STAC object and are not assigned to the STAC object anymore.
Removed
- Data access middleware and methods. All remote access to the file are left to the developer discretion.
0.7.0-alpha Release (STAC 1.0.0-rc2)
0.7.0 Alpha release
This pre-release targets STAC 1.0.0-rc.2 for the future STAC 1.0.0 release.
From this release, the library has been completely reshuffled to a simpler library focusing on full compliance with STAC specifications
Added
- JSON Schema validation
- All missing object implementation to target STAC specification 1.0.0
- Collection creation helper with automatic summaries
Changed
- Extensions helpers approach. Extensions classes are created when calling the extended methods of the STAC object and are not assigned to the STAC object anymore.
Removed
- Data access middleware and methods. All remote access to the file are left to the developer discretion.
0.2.0-beta
First public beta release of DotNetStac (0.2.0-beta)