|
1 |
| -## UNRELEASED |
| 1 | +# Changelog |
2 | 2 |
|
3 |
| -* remove shapely from stac_fastapi.pgstac requirements (https://github.com/stac-utils/stac-fastapi/pull/225) |
| 3 | +## [Unreleased] |
4 | 4 |
|
5 |
| -## 2.0.0 (2021-07) |
| 5 | +### Added |
6 | 6 |
|
7 |
| -* Refactor stac-fastapi into submodules (https://github.com/stac-utils/stac-fastapi/pull/106) |
8 |
| -* Add pgstac backend (https://github.com/stac-utils/stac-fastapi/pull/126) |
9 |
| -* Upgrade to stac-pydantic 2.0.0 and stac-spec 1.0.0 (https://github.com/stac-utils/stac-fastapi/pull/181) |
| 7 | +### Removed |
10 | 8 |
|
11 |
| -## 1.1.0 (2021-01-28) |
| 9 | +### Changed |
12 | 10 |
|
13 |
| -* Improve how the library declares API extensions (https://github.com/stac-utils/arturo-stac-api/pull/54) |
14 |
| -* Add postgres bulk transactions client (https://github.com/stac-utils/arturo-stac-api/pull/59) |
15 |
| -* Update TiTiler version (https://github.com/stac-utils/arturo-stac-api/pull/61) |
16 |
| -* Use attrs instead of dataclasses (https://github.com/stac-utils/arturo-stac-api/pull/73) |
17 |
| -* Remove postgres database connection from API layer (https://github.com/stac-utils/arturo-stac-api/pull/74) |
18 |
| -* Fix `pre-commit` config (https://github.com/stac-utils/arturo-stac-api/pull/75) |
| 11 | +### Fixed |
19 | 12 |
|
20 |
| -## 1.0.0 (2020-09-25) |
| 13 | +## [2.1.0] |
| 14 | + |
| 15 | +### Added |
| 16 | + |
| 17 | +* Added filter extension. ([#165](https://github.com/stac-utils/stac-fastapi/pull/165)) |
| 18 | +* Add Support for CQL JSON to PGStac Backend ([#209](https://github.com/stac-utils/stac-fastapi/pull/209)) |
| 19 | +* Added item_serializer and item_table to BulkTransactionsClient in sqlalchemy backend ([#210](https://github.com/stac-utils/stac-fastapi/pull/210)) |
| 20 | +* Enable conformance class configuration ([#214](https://github.com/stac-utils/stac-fastapi/pull/214)) |
| 21 | +* Add/fix landing page links ([#229](https://github.com/stac-utils/stac-fastapi/pull/229)) |
| 22 | +* Correct response codes for bad/unusable bboxes ([#235](https://github.com/stac-utils/stac-fastapi/pull/235)) |
| 23 | +* Add a "method" field for search links ([#236](https://github.com/stac-utils/stac-fastapi/pull/236)) |
| 24 | +* Add extension schemas to landing ([#237](https://github.com/stac-utils/stac-fastapi/pull/237)) |
| 25 | + |
| 26 | +### Removed |
| 27 | + |
| 28 | +* Remove shapely from stac_fastapi.pgstac requirements ([#225](https://github.com/stac-utils/stac-fastapi/pull/225)) |
| 29 | + |
| 30 | +### Changed |
| 31 | + |
| 32 | +* Update to STAC API 1.0.0-beta.3 ([#239](https://github.com/stac-utils/stac-fastapi/pull/239)) |
| 33 | + |
| 34 | +### Fixed |
| 35 | + |
| 36 | +* Make collection title is optional in landing page links ([#198](https://github.com/stac-utils/stac-fastapi/pull/198)) |
| 37 | +* Preserve relative paths on link generation ([#199](https://github.com/stac-utils/stac-fastapi/pull/199)) |
| 38 | +* Fix collection endpoint return value to match spec (fixes regression) ([#232](https://github.com/stac-utils/stac-fastapi/pull/232)) |
| 39 | +* Return empty item collection instead of error when searching ([#233](https://github.com/stac-utils/stac-fastapi/pull/233)) |
| 40 | +* Correct response codes for bad/unusable bboxes ([#235](https://github.com/stac-utils/stac-fastapi/pull/235)) |
| 41 | +* Update pgstac to return 400 on invalid date parameter ([#240](https://github.com/stac-utils/stac-fastapi/pull/240)) |
| 42 | + |
| 43 | +## [2.0.0] |
| 44 | +_2021-07_ |
| 45 | + |
| 46 | +* Refactor stac-fastapi into submodules ([#106](https://github.com/)stac-utils/stac-fastapi/pull/106) |
| 47 | +* Add pgstac backend ([#126](https://github.com/stac-utils/stac-fastapi/pull/126)) |
| 48 | +* Upgrade to stac-pydantic 2.0.0 and stac-spec 1.0.0 ([#181](https://github.com/stac-utils/stac-fastapi/pull/181)) |
| 49 | + |
| 50 | +## [1.1.0] |
| 51 | +_2021-01-28_ |
| 52 | + |
| 53 | +* Improve how the library declares API extensions ([#54](https://github.com/stac-utils/arturo-stac-api/pull/54)) |
| 54 | +* Add postgres bulk transactions client ([#59](https://github.com/stac-utils/arturo-stac-api/pull/59)) |
| 55 | +* Update TiTiler version ([#61](https://github.com/stac-utils/arturo-stac-api/pull/61)) |
| 56 | +* Use attrs instead of dataclasses ([#73](https://github.com/stac-utils/arturo-stac-api/pull/73)) |
| 57 | +* Remove postgres database connection from API layer ([#74](https://github.com/stac-utils/arturo-stac-api/pull/74)) |
| 58 | +* Fix `pre-commit` config ([#75](https://github.com/stac-utils/arturo-stac-api/pull/75)) |
| 59 | + |
| 60 | +## [1.0.0] |
| 61 | +_2020-09-25_ |
21 | 62 |
|
22 | 63 | * First PyPi release!
|
| 64 | + |
| 65 | +[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.1.0..main> |
| 66 | +[2.1.0]: <https://github.com/stac-utils/stac-fastapi/compare/2.1.0..main> |
| 67 | +[2.0.0]: <https://github.com/stac-utils/stac-fastapi/compare/1.1.0..2.0.0> |
| 68 | +[1.1.0]: <https://github.com/stac-utils/stac-fastapi/compare/1.0.0..1.1.0> |
| 69 | +[1.0.0]: <https://github.com/stac-utils/stac-fastapi/tree/1.0.0> |
0 commit comments