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
* Add venv to ignore files
* Add run-joplin-pgstac make command
* Modify ingest logic to update if exists
* Add license to collections; test license link
* Fix bug where existing links were not returned
* Update CHANGES
* Use get_links instead of new _extended_links
Explain why we resolve the href for extra_links in get_links
* Test item extra_links with relative href
Copy file name to clipboardExpand all lines: CHANGES.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
11
11
### Fixed
12
12
13
+
* Links stored with Collections and Items (e.g. license links) are now returned with those STAC objects ([#282](https://github.com/stac-utils/stac-fastapi/pull/282))
0 commit comments