Skip to content

Commit bab82ca

Browse files
ds-release-bot[bot]alukach
authored andcommitted
chore(main): release 0.11.0 (#109)
🤖 I have created a release *beep* *boop* --- ## [0.11.0](v0.10.1...v0.11.0) (2025-12-15) ### Bug Fixes * **auth:** Authentication failures now return 401 instead of 403 * **auth:** correct HTTP status codes for authentication and authorization failures ([#108](#108)) ([17227e4](17227e4)) * Ensure x-forwarded-port header is used in Forwarded header ([#115](#115)) ([78525b1](78525b1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: ds-release-bot[bot] <116609932+ds-release-bot[bot]@users.noreply.github.com> Co-authored-by: Anthony Lukach <[email protected]>
1 parent d1cc28e commit bab82ca

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.11.0](https://github.com/developmentseed/stac-auth-proxy/compare/v0.10.1...v0.11.0) (2025-12-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **auth:** Authentication failures now return 401 instead of 403
9+
* **auth:** correct HTTP status codes for authentication and authorization failures ([#108](https://github.com/developmentseed/stac-auth-proxy/issues/108)) ([17227e4](https://github.com/developmentseed/stac-auth-proxy/commit/17227e447c188d73426ed1771cc45d95b141a4e9))
10+
* Ensure x-forwarded-port header is used in Forwarded header ([#115](https://github.com/developmentseed/stac-auth-proxy/issues/115)) ([78525b1](https://github.com/developmentseed/stac-auth-proxy/commit/78525b131b259748e00df1e38c54fb152414da4d))
11+
312
## [0.10.1](https://github.com/developmentseed/stac-auth-proxy/compare/v0.10.0...v0.10.1) (2025-12-03)
413

514

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ license = {file = "LICENSE"}
2424
name = "stac-auth-proxy"
2525
readme = "README.md"
2626
requires-python = ">=3.10"
27-
version = "0.10.1"
27+
version = "0.11.0"
2828

2929
[project.optional-dependencies]
3030
docs = [

0 commit comments

Comments
 (0)