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
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,21 @@
4
4
5
5
### Changed
6
6
7
+
- move `transaction` clients and models to `stac_fastapi.extension` sub-module
7
8
- 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) in the `TransactionExtension`
8
9
- remove support of `cql-json` in Filter extension ([#840](https://github.com/stac-utils/stac-fastapi/pull/840))
9
-
- move `transaction` clients and models to `stac_fastapi.extension` sub-module
10
+
- rename filter extension `FilterConformanceClasses` values and change the URLs:
0 commit comments