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
* Rework update_openapi function.
* Update changelog.
* Additional documentation and add removed code back as deprecated.
* chore: fixup changelog
* refactor: move VndOaiResponse back to old location
---------
Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
Copy file name to clipboardExpand all lines: CHANGES.md
+5
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
### Changed
11
11
12
12
* Updated CI to test against [pgstac v0.6.12](https://github.com/stac-utils/pgstac/releases/tag/v0.6.12) ([#511](https://github.com/stac-utils/stac-fastapi/pull/511))
13
+
* Reworked `update_openapi` and added a test for it ([#523](https://github.com/stac-utils/stac-fastapi/pull/523))
13
14
14
15
### Removed
15
16
@@ -24,6 +25,10 @@
24
25
* Manually exclude non-truthy optional values from sqlalchemy serialization of Collections ([#508](https://github.com/stac-utils/stac-fastapi/pull/508))
25
26
* Deleting items that had repeated ids in other collections ([#520](https://github.com/stac-utils/stac-fastapi/pull/520))
26
27
28
+
### Deprecated
29
+
30
+
* Deprecated `VndOaiResponse` and `config_openapi`, will be removed in v3.0 ([#523](https://github.com/stac-utils/stac-fastapi/pull/523))
0 commit comments