Skip to content

Commit 3db04da

Browse files
authored
chore: update changelog for #508 (#512)
1 parent c32d5bc commit 3db04da

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGES.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,24 @@
44

55
### Added
66

7+
* Validation checks in CI using [stac-api-validator](github.com/stac-utils/stac-api-validator) ([#508](https://github.com/stac-utils/stac-fastapi/pull/508))
8+
* Required links to the sqlalchemy ItemCollection endpoint ([#508](https://github.com/stac-utils/stac-fastapi/pull/508))
9+
710
### Changed
811

912
* 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))
1013

1114
### Removed
1215

16+
* Incorrect context STAC extension url from the landing page ([#508](https://github.com/stac-utils/stac-fastapi/pull/508))
17+
1318
### Fixed
1419

1520
* Allow url encoded values for `query` in GET requests ([#504](https://github.com/stac-utils/stac-fastapi/pull/504))
16-
* Fix path in `register_update_item` docstring ([507](https://github.com/stac-utils/stac-fastapi/pull/507))
21+
* Fix path in `register_update_item` docstring ([#507](https://github.com/stac-utils/stac-fastapi/pull/507))
22+
* `self` link rel for `/collections/{c_id}/items` ([#508](https://github.com/stac-utils/stac-fastapi/pull/508))
23+
* Media type of the item collection endpoint ([#508](https://github.com/stac-utils/stac-fastapi/pull/508))
24+
* Manually exclude non-truthy optional values from sqlalchemy serialization of Collections ([#508](https://github.com/stac-utils/stac-fastapi/pull/508))
1725

1826
## [2.4.3] - 2022-11-25
1927

0 commit comments

Comments
 (0)