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
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,32 @@
2
2
3
3
## [Unreleased]
4
4
5
+
<<<<<<< HEAD
5
6
* 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)
7
+
=======
8
+
### Changed
9
+
10
+
- remove support of `cql-json` in Filter extension ([#840](https://github.com/stac-utils/stac-fastapi/pull/840))
11
+
12
+
### Fixed
13
+
14
+
- add `py.typed` to package distributions ([#842](https://github.com/stac-utils/stac-fastapi/pull/842))
15
+
- update/fix type informations ([#842](https://github.com/stac-utils/stac-fastapi/pull/842))
16
+
- 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))
17
+
18
+
## [5.2.1] - 2025-04-18
19
+
20
+
### Fixed
21
+
22
+
- avoid future deprecation for pydantic.Field and use `json_schema_extra` instead of `openapi_examples`
23
+
- use `orjson` based JSONResponse when available
24
+
- changed from `AssertionError` to `HTTPException` for **bbox** parsing exceptions
25
+
- update `$schema` in Filter's extension client responses to match OGC Feature specification
26
+
27
+
### Added
28
+
29
+
- add response model for `/_mgmt/health` endpoint
30
+
>>>>>>> 533380607102dadcf7576e754adaae9721f64b4e
6
31
7
32
## [5.2.0] - 2025-04-18
8
33
@@ -616,7 +641,8 @@ Full changelog: https://stac-utils.github.io/stac-fastapi/migrations/v3.0.0/#cha
0 commit comments