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
* Adding patch endpoints.
* Adding annotated from main.
* Fixing and adding tests.
* Updating changelog.
* Fixing ruff errors.
* Ruff format.
* Switching to List for python 3.8.
* Updating docs make file.
* Switching from Item/Collection to Dict to allow partial updates.
* Ruff format fix.
* Fixing broken tests.
* Adding missing asyncs for patchs.
* Moving request to kwargs for patch item and collection.
* Switching to TypedDict.
* Adding hearder parameter to the input models.
* Removing print statement.
Adding default for content_type.
* Removing basemodel from patch types.
Moving transaction types back to extensions.transaction.
Adding literals for content_type.
Removing sys check for TypedDict import.
* Fixing imports.
* Moving models to correct locations.
* Switching from attrs to basemodel for patch operations.
* Switching to stac.PartialItem etc.
* Updating PatchMoveCopy model.
* Updating type for 3.8.
* Switching to StacBaseModels for patch operations.
* pre-commits.
* Add json dump of operation value.
* remove computed field decorator.
* Adding default "not implemented" for JSON Patch.
* pre-commit.
* Add default raise not implement to collection JSON Patch.
* removing json merge and patch.
* content_type None default.
* Fixing test.
* back to PartialItem & PatchOperation
* using openapi_extra for Content-Type.
* PartialCollection not PartialItem.
* Adding merge to operations.
* Adding example code for patch.
* Adding default None to partials.
* patch not update for backend.
* patch_collection not patch_item.
* Add tests for merge to operations.
* Switch to model_json_schema for patch schema.
* update from main
* update changelog
* Removing numberMatched & numberReturned.
* fix openapi schemas
---------
Co-authored-by: vincentsarago <[email protected]>
Copy file name to clipboardExpand all lines: CHANGES.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
### Changed
6
6
7
+
* 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`
7
8
- remove support of `cql-json` in Filter extension ([#840](https://github.com/stac-utils/stac-fastapi/pull/840))
8
9
9
10
### Fixed
@@ -175,7 +176,6 @@
175
176
## [3.0.0] - 2024-07-29
176
177
177
178
Full changelog: https://stac-utils.github.io/stac-fastapi/migrations/v3.0.0/#changelog
0 commit comments