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
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changelog
2
2
3
-
## Unreleased
3
+
## [Unreleased]
4
4
5
5
### Added
6
6
@@ -13,7 +13,7 @@
13
13
* Allow url encoded values for `query` in GET requests ([#504](https://github.com/stac-utils/stac-fastapi/pull/504))
14
14
* Fix path in `register_update_item` docstring ([507](https://github.com/stac-utils/stac-fastapi/pull/507))
15
15
16
-
## [2.4.3]
16
+
## [2.4.3] - 2022-11-25
17
17
18
18
### Added
19
19
@@ -25,7 +25,7 @@
25
25
26
26
### Fixed
27
27
28
-
## [2.4.2]
28
+
## [2.4.2] - 2022-11-25
29
29
30
30
### Added
31
31
@@ -46,7 +46,7 @@
46
46
* Fix pgstac backend for /queryables endpoint to return 404 for non-existent collections ([#482](https://github.com/stac-utils/stac-fastapi/pull/482))
47
47
*`/collection/{collection_id}/items` endpoints now return geojson media type ([#488](https://github.com/stac-utils/stac-fastapi/pull/488))
48
48
49
-
## [2.4.1]
49
+
## [2.4.1] - 2022-08-05
50
50
51
51
### Added
52
52
@@ -58,7 +58,7 @@
58
58
59
59
*`ciso8601` fails to build in some environments, instead use `pyiso8601` to parse datetimes.
60
60
61
-
## [2.4.0]
61
+
## [2.4.0] - 2022-08-04
62
62
63
63
### Added
64
64
@@ -104,7 +104,7 @@
104
104
* PGStac Backend Transactions endpoints return added Item/Collection instead of Item/Collection from request ([#424](https://github.com/stac-utils/stac-fastapi/pull/424))
105
105
* Application no longer breaks on startup when pagination extension is not included ([#444](https://github.com/stac-utils/stac-fastapi/pull/444))
106
106
107
-
## [2.3.0]
107
+
## [2.3.0] - 2022-01-18
108
108
109
109
### Added
110
110
@@ -137,7 +137,7 @@
137
137
* Expanded on tests to ensure properly testing get and post searches ([#318](https://github.com/stac-utils/stac-fastapi/pull/318))
138
138
* Ensure invalid datetimes result in 400s ([#323](https://github.com/stac-utils/stac-fastapi/pull/323))
139
139
140
-
## [2.2.0]
140
+
## [2.2.0] - 2021-10-19
141
141
142
142
### Added
143
143
@@ -150,7 +150,7 @@
150
150
* Update pgstac to 0.4.0 ([#308](https://github.com/stac-utils/stac-fastapi/pull/308))
151
151
* Update get_item in sqlalchemy backend to allow for querying for items with same ids but in different collections. ([#275](https://github.com/stac-utils/stac-fastapi/pull/275))
152
152
153
-
## [2.1.1]
153
+
## [2.1.1] - 2021-09-23
154
154
155
155
### Added
156
156
@@ -167,7 +167,7 @@
167
167
* Add `stac_version` to default search attributes ([#268](https://github.com/stac-utils/stac-fastapi/pull/268))
168
168
* pgstac backend specifies collection_id when fetching a single item ([#279](https://github.com/stac-utils/stac-fastapi/pull/270))
169
169
170
-
## [2.1.0]
170
+
## [2.1.0] - 2021-08-26
171
171
172
172
### Added
173
173
@@ -197,17 +197,13 @@
197
197
* Correct response codes for bad/unusable bboxes ([#235](https://github.com/stac-utils/stac-fastapi/pull/235))
198
198
* Update pgstac to return 400 on invalid date parameter ([#240](https://github.com/stac-utils/stac-fastapi/pull/240))
199
199
200
-
## [2.0.0]
201
-
202
-
_2021-07_
200
+
## [2.0.0] - 2021-07-26
203
201
204
202
* Refactor stac-fastapi into submodules ([#106](https://github.com/)stac-utils/stac-fastapi/pull/106)
0 commit comments