# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.3.2] - 2024-11-12 ### Added - Filter extension for **pgstac** backend ([#519](https://github.com/stac-utils/stac-rs/pull/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](https://github.com/stac-utils/stac-rs/pull/383)) ### Removed - **stac-async** dependency ([#369](https://github.com/stac-utils/stac-rs/pull/369)) ## [0.2.0] - 2024-09-05 ### Added - Auto-create collections on ingest ([#304](https://github.com/stac-utils/stac-rs/pull/304)) - Auto-add items on ingest ([#312](https://github.com/stac-utils/stac-rs/pull/312)) - Permissive CORS layer - Public `router::{Error, GeoJson}` types ([#326](https://github.com/stac-utils/stac-rs/pull/326)) ### Changed - `axum` is no longer a default feature ([#322](https://github.com/stac-utils/stac-rs/pull/322)) ### Removed - `memory-item-search` feature ([#322](https://github.com/stac-utils/stac-rs/pull/322)) - `APPLICATION_GEO_JSON` and `APPLICATION_OPENAPI_3_0` constants (they're now in `stac::mime`) ([#327](https://github.com/stac-utils/stac-rs/pull/327)) - `async_trait` ([#347](https://github.com/stac-utils/stac-rs/pull/347)) ## [0.1.1] - 2024-08-12 ### Added - `impl Default for MemoryBackend` ([#252](https://github.com/stac-utils/stac-rs/pull/252)) ## [0.1.0] - 2024-04-29 Initial release. [Unreleased]: https://github.com/stac-utils/stac-rs/compare/stac-server-v0.3.2..main [0.3.2]: https://github.com/stac-utils/stac-rs/compare/stac-server-v0.3.1..stac-server-v0.3.2 [0.3.1]: https://github.com/stac-utils/stac-rs/compare/stac-server-v0.3.0..stac-server-v0.3.1 [0.3.0]: https://github.com/stac-utils/stac-rs/compare/stac-server-v0.2.0..stac-server-v0.3.0 [0.2.0]: https://github.com/stac-utils/stac-rs/compare/stac-server-v0.1.1..stac-server-v0.2.0 [0.1.1]: https://github.com/stac-utils/stac-rs/compare/stac-server-v0.1.0..stac-server-v0.1.1 [0.1.0]: https://github.com/stac-utils/stac-rs/releases/tag/stac-server-v0.1.0