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: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [unreleased]
8
8
9
+
### Fixed
10
+
11
+
- Revert an optimisation which limited the number of results from a search query to the number of item IDs specified in the query.
12
+
This fixes an issue where items with the same ID that are in multiple collections could be left out of search results.
13
+
9
14
### Changed
10
15
11
16
- update `pydantic` requirement to `~=2.0`
@@ -16,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
16
21
- Add private jsonb column to items and collections table to hold private metadata that should not be returned as part of a stac item
17
22
- Add generated columns to collections with the bounding box as a geometry and the datetime and end_datetime from the extents (this is to help with forthcoming work on collections search)
18
23
- Add PLRust to the Docker postgres image for forthcoming work to add optional PLRust functions for expensive json manipulation (including hydration)
0 commit comments