Skip to content

Latest commit

 

History

History
80 lines (47 loc) · 2.66 KB

CHANGELOG.md

File metadata and controls

80 lines (47 loc) · 2.66 KB

Changelog

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

Removed

  • stac-types dependency (#561)

0.3.2 - 2024-11-12

Added

  • Filter extension for pgstac backend (#519)

0.3.1 - 2024-09-19

Changed

  • Bump stac to v0.10.0, stac-api to v0.6.0

0.3.0 - 2024-09-16

Added

  • Parameterize PgstacBackend on tls provider (#383)

Removed

  • stac-async dependency (#369)

0.2.0 - 2024-09-05

Added

  • Auto-create collections on ingest (#304)
  • Auto-add items on ingest (#312)
  • Permissive CORS layer
  • Public router::{Error, GeoJson} types (#326)

Changed

  • axum is no longer a default feature (#322)

Removed

  • memory-item-search feature (#322)
  • APPLICATION_GEO_JSON and APPLICATION_OPENAPI_3_0 constants (they're now in stac::mime) (#327)
  • async_trait (#347)

0.1.1 - 2024-08-12

Added

  • impl Default for MemoryBackend (#252)

0.1.0 - 2024-04-29

Initial release.