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
* Set BBox and DateTimeType at API surface
* replace conint usage
* update CHANGES.md
---------
Co-authored-by: Pete Gadomski <[email protected]>
Co-authored-by: Jonathan Healy <[email protected]>
Co-authored-by: Vincent Sarago <[email protected]>
Copy file name to clipboardExpand all lines: CHANGES.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,20 @@
2
2
3
3
## [Unreleased]
4
4
5
+
### Added
6
+
7
+
* Add benchmark in CI ([#650](https://github.com/stac-utils/stac-fastapi/pull/650))
8
+
5
9
### Changed
6
10
11
+
* Improve bbox and datetime typing ([#490](https://github.com/stac-utils/stac-fastapi/pull/490)
7
12
* Add `items` link to inferred link relations ([#634](https://github.com/stac-utils/stac-fastapi/issues/634))
8
13
* Make sure FastAPI uses Pydantic validation and serialization by not wrapping endpoint output with a Response object ([#650](https://github.com/stac-utils/stac-fastapi/pull/650))
9
14
10
15
### Removed
11
16
12
17
* Deprecate `response_class` option in `stac_fastapi.api.routes.create_async_endpoint` method ([#650](https://github.com/stac-utils/stac-fastapi/pull/650))
13
18
14
-
### Added
15
-
16
-
* Add benchmark in CI ([#650](https://github.com/stac-utils/stac-fastapi/pull/650))
0 commit comments