Skip to content

Commit a35f41e

Browse files
committed
Add CHANGELOG entry for #425
1 parent f4b9b89 commit a35f41e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
* docker-compose now runs uvicorn with hot-reloading enabled
2121
* Bump version of PGStac to 0.6.2 that includes support for hydrating results in the API backed ([#397](https://github.com/stac-utils/stac-fastapi/pull/397))
2222
* Make item geometry and bbox nullable in sqlalchemy backend. ([#398](https://github.com/stac-utils/stac-fastapi/pull/398))
23+
* Transactions Extension update Item endpoint Item is now `/collections/{collection_id}/items/{item_id}` instead of
24+
`/collections/{collection_id}/items` to align with [STAC API
25+
spec](https://github.com/radiantearth/stac-api-spec/tree/main/ogcapi-features/extensions/transaction#methods) ([#425](https://github.com/stac-utils/stac-fastapi/pull/425))
2326

2427
### Removed
2528

@@ -32,6 +35,9 @@
3235
* Fixed stray `/` before the `#` in several extension conformance class strings ([383](https://github.com/stac-utils/stac-fastapi/pull/383))
3336
* SQLAlchemy backend bulk item insert now works ([#356](https://github.com/stac-utils/stac-fastapi/issues/356))
3437
* PGStac Backend has stricter implementation of Fields Extension syntax ([#397](https://github.com/stac-utils/stac-fastapi/pull/397))
38+
* Transactions Extension update Item endpoint validates that the `{collection_id}` path parameter matches the Item `"collection"` property
39+
from the request body, if present, and falls back to using the path parameter if no `"collection"` property is found in the body
40+
([#425](https://github.com/stac-utils/stac-fastapi/pull/425))
3541

3642
## [2.3.0]
3743

0 commit comments

Comments
 (0)