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