Releases: stac-utils/stac4s
Releases · stac-utils/stac4s
v0.5.0
0.5.0 - 2021-06-02
Added
- Add Scala 2.13 cross compilation #310
- STAC Client pagination support #327
- Brought compatibility up to 1.0.0 #339
Changed
- Make StacClient type alias a trait #325
v0.4.0
0.4.0 - 2021-05-12
Fixed
- Item properties are no longer treated as a black box JsonObject #309
v0.3.0
0.3.0 - 2021-05-07
Changed
- Update StacClient and SearchFilters JSON codecs #305
v0.2.3
0.2.3 - 2021-05-04
Fixed
- Encoders make deliberate choices about dropping or not dropping nulls #302
v0.2.2
0.2.2 - 2021-04-28
Fixed
- JVM StacCollections also have a type #299
v0.2.1
0.2.1 - 2021-04-20
Fixed
- Bounded generators to prevent downstream test speed and memory issues #290
v0.2.0
0.2.0 - 2021-04-19
Added
- Tested bbox union invariants #266
- Modeled periodic extent and made intervals extensible #276
- Updated models for compatibility with spec version 1.0.0-rc2 (breaking) #283
v0.1.1
Fixed
- Told circle only to publish tags that start with
v
#190
- Review client specs and make them more deterministic #212
Added
- Added
StacLayer
and StacLayerProperties
types #252
- Bboxes can be unioned and form a semigroup #259
v0.0.21
0.0.21 - 2021-01-08
Fixed
- Fix Client signatures #210