File tree Expand file tree Collapse file tree 6 files changed +18
-9
lines changed
extensions/stac_fastapi/extensions
pgstac/stac_fastapi/pgstac
sqlalchemy/stac_fastapi/sqlalchemy Expand file tree Collapse file tree 6 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "2.1.0 "
2+ __version__ = "2.1.1 "
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "2.1.0 "
2+ __version__ = "2.1.1 "
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "2.1.0 "
2+ __version__ = "2.1.1 "
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "2.1.0 "
2+ __version__ = "2.1.1 "
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "2.1.0 "
2+ __version__ = "2.1.1 "
You can’t perform that action at this time.
0 commit comments