All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.4 - 2025-01-31
Bump axum dependency.
0.3.3 - 2025-01-14
- stac-types dependency (#561)
0.3.2 - 2024-11-12
- Filter extension for pgstac backend (#519)
0.3.1 - 2024-09-19
- Bump stac to v0.10.0, stac-api to v0.6.0
0.3.0 - 2024-09-16
- Parameterize
PgstacBackend
on tls provider (#383)
- stac-async dependency (#369)
0.2.0 - 2024-09-05
- Auto-create collections on ingest (#304)
- Auto-add items on ingest (#312)
- Permissive CORS layer
- Public
router::{Error, GeoJson}
types (#326)
axum
is no longer a default feature (#322)
memory-item-search
feature (#322)APPLICATION_GEO_JSON
andAPPLICATION_OPENAPI_3_0
constants (they're now instac::mime
) (#327)async_trait
(#347)
0.1.1 - 2024-08-12
impl Default for MemoryBackend
(#252)
0.1.0 - 2024-04-29
Initial release.