File tree Expand file tree Collapse file tree
extensions/stac_fastapi/extensions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111- default port handling in ProxyHeaderMiddleware for forwarded headers ([ #852 ] ( https://github.com/stac-utils/stac-fastapi/pull/852 ) )
1212
13+ ## [ 6.1.5] - 2026-01-12
14+
15+ ### Fixed
16+
17+ - default port handling in ProxyHeaderMiddleware for forwarded headers ([ #852 ] ( https://github.com/stac-utils/stac-fastapi/pull/852 ) ) ** backported**
18+
1319## [ 6.1.4] - 2025-12-12
1420
1521### Fixed
@@ -700,7 +706,8 @@ Full changelog: https://stac-utils.github.io/stac-fastapi/migrations/v3.0.0/#cha
700706
701707* First PyPi release!
702708
703- [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi/compare/6.1.4..main >
709+ [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi/compare/6.1.5..main >
710+ [ 6.1.5 ] : < https://github.com/stac-utils/stac-fastapi/compare/6.1.4..6.1.5 >
704711[ 6.1.4 ] : < https://github.com/stac-utils/stac-fastapi/compare/6.1.3..6.1.4 >
705712[ 6.1.3 ] : < https://github.com/stac-utils/stac-fastapi/compare/6.1.2..6.1.3 >
706713[ 6.1.2 ] : < https://github.com/stac-utils/stac-fastapi/compare/6.1.1..6.1.2 >
Original file line number Diff line number Diff line change 1- 6.1.4
1+ 6.1.5
Original file line number Diff line number Diff line change 11[project ]
22name = " stac-fastapi"
3- version = " 6.1.4 "
3+ version = " 6.1.5 "
44description = " Python library for building a STAC-compliant FastAPI application."
55requires-python = " >=3.11"
66readme = " README.md"
@@ -81,7 +81,7 @@ explicit_package_bases = true
8181exclude = [" tests" , " .venv" ]
8282
8383[tool .bumpversion ]
84- current_version = " 6.1.4 "
84+ current_version = " 6.1.5 "
8585parse = """ (?x)
8686 (?P<major>\\ d+)\\ .
8787 (?P<minor>\\ d+)\\ .
Original file line number Diff line number Diff line change 11"""Library version."""
22
3- __version__ = "6.1.4 "
3+ __version__ = "6.1.5 "
Original file line number Diff line number Diff line change 11"""Library version."""
22
3- __version__ = "6.1.4 "
3+ __version__ = "6.1.5 "
Original file line number Diff line number Diff line change 11"""Library version."""
22
3- __version__ = "6.1.4 "
3+ __version__ = "6.1.5 "
You can’t perform that action at this time.
0 commit comments