Skip to content

Commit 710665d

Browse files
lossyrobmoradology
andauthored
Version 2.1.1 (#247)
* Version 2.1.1 * Add changes missed in 2.1.1 release Co-authored-by: Nathan Zimmerman <[email protected]>
1 parent a3c88c1 commit 710665d

File tree

6 files changed

+18
-9
lines changed

6 files changed

+18
-9
lines changed

CHANGES.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,28 @@
44

55
### Added
66

7-
* Add `middlewares` option in `stac_fastapi.api.StacApi` to allow custom middleware configuration ([#267](https://github.com/stac-utils/stac-fastapi/pull/267))
8-
97
### Removed
108

119
### Changed
1210

1311
### Fixed
1412

15-
* Pin FastAPI to 0.67 to avoid issues with rendering OpenAPI documentation ([#246](https://github.com/stac-utils/stac-fastapi/pull/246))
13+
## [2.1.1]
14+
15+
### Added
16+
17+
* Add `middlewares` option in `stac_fastapi.api.StacApi` to allow custom middleware configuration ([#267](https://github.com/stac-utils/stac-fastapi/pull/267))
18+
* Support non-interval datetime queries on sqlalchemy backend ([#262](https://github.com/stac-utils/stac-fastapi/pull/262))
1619
* Restrict `limit` parameter in sqlalchemy backend to between 1 and 10,000. ([#251](https://github.com/stac-utils/stac-fastapi/pull/251))
1720
* Fix OAS conformance URL ([#263](https://github.com/stac-utils/stac-fastapi/pull/263))
1821
* Links to children collections from the landing pagge always have a title ([#260](https://github.com/stac-utils/stac-fastapi/pull/260))
1922
* Fix collection links in the `all_collections` method in `pgstac` ([#269](https://github.com/stac-utils/stac-fastapi/pull/269))
2023

24+
### Fixed
25+
26+
* Pin FastAPI to 0.67 to avoid issues with rendering OpenAPI documentation ([#246](https://github.com/stac-utils/stac-fastapi/pull/246))
27+
* Add `stac_version` to default search attributes ([#268](https://github.com/stac-utils/stac-fastapi/pull/268))
28+
2129
## [2.1.0]
2230

2331
### Added
@@ -70,7 +78,8 @@ _2020-09-25_
7078

7179
* First PyPi release!
7280

73-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.1.0..main>
81+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.1.1..main>
82+
[2.1.1]: <https://github.com/stac-utils/stac-fastapi/compare/2.1.0..2.1.1>
7483
[2.1.0]: <https://github.com/stac-utils/stac-fastapi/compare/2.1.0..main>
7584
[2.0.0]: <https://github.com/stac-utils/stac-fastapi/compare/1.1.0..2.0.0>
7685
[1.1.0]: <https://github.com/stac-utils/stac-fastapi/compare/1.0.0..1.1.0>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "2.1.0"
2+
__version__ = "2.1.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "2.1.0"
2+
__version__ = "2.1.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "2.1.0"
2+
__version__ = "2.1.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "2.1.0"
2+
__version__ = "2.1.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "2.1.0"
2+
__version__ = "2.1.1"

0 commit comments

Comments
 (0)