We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277a785 commit 95f236aCopy full SHA for 95f236a
CHANGES.md
@@ -2,6 +2,20 @@
2
3
## [Unreleased]
4
5
+## [3.0.0] - 2024-07-29
6
+
7
+### Changed
8
9
+* Add version pinning (`~=3.0`) for stac-fastapi submodules
10
+* Moved `AsyncBaseFiltersClient` and `BaseFiltersClient` classes in `stac_fastapi.extensions.core.filter.client` submodule
11
12
+### Removed
13
14
+* Removed the `Context` extension
15
+* Removed deprecated `stac_fastapi.api.openapi.config_openapi` method and `stac_fastapi.api.openapi.VndOaiResponse` class
16
+* Removed `response_class` argument in `stac_fastapi.api.routes.create_async_endpoint` method
17
+* Removed `filter_fields` property in `stac_fastapi.extensions.core.fields.request.PostFieldsExtension` class
18
19
## [3.0.0b3] - 2024-07-25
20
21
### Changed
0 commit comments