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
+19-4Lines changed: 19 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,18 @@
10
10
11
11
### Fixed
12
12
13
+
## [2.4.2]
14
+
15
+
### Added
16
+
17
+
### Changed
18
+
19
+
### Removed
20
+
21
+
### Fixed
22
+
23
+
* Quote password in pgsql strings to accomodate special characters. [455](https://github.com/stac-utils/stac-fastapi/issues/455)
24
+
13
25
## [2.4.1]
14
26
15
27
### Added
@@ -19,6 +31,7 @@
19
31
### Removed
20
32
21
33
### Fixed
34
+
22
35
*`ciso8601` fails to build in some environments, instead use `pyiso8601` to parse datetimes.
23
36
24
37
## [2.4.0]
@@ -43,11 +56,12 @@
43
56
* docker-compose now runs uvicorn with hot-reloading enabled
44
57
* 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))
45
58
* Make item geometry and bbox nullable in sqlalchemy backend. ([#398](https://github.com/stac-utils/stac-fastapi/pull/398))
46
-
* Transactions Extension update Item endpoint Item is now `/collections/{collection_id}/items/{item_id}` instead of
59
+
* Transactions Extension update Item endpoint Item is now `/collections/{collection_id}/items/{item_id}` instead of
47
60
`/collections/{collection_id}/items` to align with [STAC API
* Remove the unused `router_middleware` function ([#439](https://github.com/stac-utils/stac-fastapi/pull/439))
52
66
53
67
### Fixed
@@ -60,7 +74,7 @@
60
74
* SQLAlchemy backend bulk item insert now works ([#356](https://github.com/stac-utils/stac-fastapi/issues/356))
61
75
* PGStac Backend has stricter implementation of Fields Extension syntax ([#397](https://github.com/stac-utils/stac-fastapi/pull/397))
62
76
*`/queryables` endpoint now has type `application/schema+json` instead of `application/json` ([#421](https://github.com/stac-utils/stac-fastapi/pull/421))
63
-
* Transactions Extension update Item endpoint validates that the `{collection_id}` path parameter matches the Item `"collection"` property
77
+
* Transactions Extension update Item endpoint validates that the `{collection_id}` path parameter matches the Item `"collection"` property
64
78
from the request body, if present, and falls back to using the path parameter if no `"collection"` property is found in the body
0 commit comments