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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,19 @@
1
1
# Changelog
2
2
3
+
## [Unreleased] - TBD
4
+
5
+
## Changed
6
+
7
+
* replace Enum with `Literal` for `FilterLang`
8
+
3
9
## [3.0.0a0] - 2024-05-06
4
10
5
11
### Added
6
12
7
13
* Add enhanced middleware configuration to the StacApi class, enabling specific middleware options and dynamic addition post-application initialization. ([#442](https://github.com/stac-utils/stac-fastapi/pull/442))
8
14
* Add Response Model to OpenAPI, even if model validation is turned off ([#625](https://github.com/stac-utils/stac-fastapi/pull/625))
9
15
10
-
## Changes
16
+
## Changed
11
17
12
18
* Update to pydantic v2 and stac_pydantic v3 ([#625](https://github.com/stac-utils/stac-fastapi/pull/625))
13
19
* Removed internal Search and Operator Types in favor of stac_pydantic Types ([#625](https://github.com/stac-utils/stac-fastapi/pull/625))
0 commit comments