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: CHANGES.md
+25-6Lines changed: 25 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## [4.0.2] - 2025-02-18
6
+
7
+
### Fixed
8
+
9
+
- use Relation's `value` for `POST` prev/next links
10
+
- return `JSONResponse` directly from `/items` endpoint when `fields` parameter is pass and avoid Pydantic validation
11
+
12
+
### Changed
13
+
14
+
- avoid re-use of internal `CoreCrudClient.post_search` in `CoreCrudClient.get_search` method to allow customization
15
+
16
+
## [4.0.1] - 2025-02-06
17
+
18
+
### Added
19
+
20
+
- add `numberReturned` and `numberMatched` in `/collections` response
21
+
22
+
## [4.0.0] - 2025-02-03
23
+
5
24
### Changed
6
25
7
26
- remove `python 3.8` support
@@ -17,6 +36,8 @@
17
36
### Fixed
18
37
19
38
- handle `next` and `dev` tokens now returned as links from pgstac>=0.9.0 (author @zstatmanweil, <https://github.com/stac-utils/stac-fastapi-pgstac/pull/140>)
39
+
- fix Docker compose file, so example data can be loaded into database (author @zstatmanweil, <https://github.com/stac-utils/stac-fastapi-pgstac/pull/142>)
40
+
- fix `filter` extension implementation in `CoreCrudClient`
20
41
21
42
### Added
22
43
@@ -27,11 +48,6 @@
27
48
- add [query extension](https://github.com/stac-api-extensions/query) support to Item Collection endpoint ([#162](https://github.com/stac-utils/stac-fastapi-pgstac/pull/192))
28
49
- add [fields extension](https://github.com/stac-api-extensions/fields) support to Item Collection endpoint ([#162](https://github.com/stac-utils/stac-fastapi-pgstac/pull/192))
29
50
30
-
### Fixed
31
-
32
-
- fix Docker compose file, so example data can be loaded into database (author @zstatmanweil, <https://github.com/stac-utils/stac-fastapi-pgstac/pull/142>)
33
-
- fix `filter` extension implementation in `CoreCrudClient`
0 commit comments