You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+25-2Lines changed: 25 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,29 @@
2
2
3
3
## [Unreleased]
4
4
5
+
### Changed
6
+
5
7
* Add Item and Collection `PATCH` endpoints with support for [RFC 6902](https://tools.ietf.org/html/rfc6902) and [RFC 7396](https://tools.ietf.org/html/rfc7386)
8
+
- remove support of `cql-json` in Filter extension ([#840](https://github.com/stac-utils/stac-fastapi/pull/840))
9
+
10
+
### Fixed
11
+
12
+
- add `py.typed` to package distributions ([#842](https://github.com/stac-utils/stac-fastapi/pull/842))
13
+
- update/fix type informations ([#842](https://github.com/stac-utils/stac-fastapi/pull/842))
14
+
- pin `stac_pydantic` to `>=3.3.0` for the correct import path of `stac_pydantic.shared.SearchDatetime` ([#844](https://github.com/stac-utils/stac-fastapi/pull/844))
15
+
16
+
## [5.2.1] - 2025-04-18
17
+
18
+
### Fixed
19
+
20
+
- avoid future deprecation for pydantic.Field and use `json_schema_extra` instead of `openapi_examples`
21
+
- use `orjson` based JSONResponse when available
22
+
- changed from `AssertionError` to `HTTPException` for **bbox** parsing exceptions
23
+
- update `$schema` in Filter's extension client responses to match OGC Feature specification
24
+
25
+
### Added
26
+
27
+
- add response model for `/_mgmt/health` endpoint
6
28
7
29
## [5.2.0] - 2025-04-18
8
30
@@ -153,7 +175,7 @@
153
175
154
176
## [3.0.0] - 2024-07-29
155
177
156
-
Full changelog: https://stac-utils.github.io/stac-fastapi/migrations/v3.0.0/#changelog
178
+
Full changelog: https://stac-utils.github.io/stac-fastapi/migrations/v3.0.0/#changelog
157
179
**Changes since 3.0.0b3:**
158
180
159
181
### Changed
@@ -616,7 +638,8 @@ Full changelog: https://stac-utils.github.io/stac-fastapi/migrations/v3.0.0/#cha
0 commit comments