Releases: developmentseed/stac-auth-proxy
Releases · developmentseed/stac-auth-proxy
v0.11.1-rc1
What's Changed
- chore(kubernetes): Add helm chart support for extraVolumes and extraVolumeMounts. by @pantierra in #114
- fix: Make docker image to run as non-root. by @pantierra in #116
- fix: Enhance type safety in middleware and utility functions by @alukach in #122
Full Changelog: v0.11.0...v0.11.1-rc1
v0.11.0
v0.10.2-rc2
What's Changed
- fix(auth)!: correct HTTP status codes for authentication and authorization failures by @alukach in #108
Full Changelog: v0.10.1...v0.10.2-rc2
v0.10.2-rc1
What's Changed
- fix(auth)!: correct HTTP status codes for authentication and authorization failures by @alukach in #108
Full Changelog: v0.10.1...v0.10.2-rc1
v0.10.1
v0.10.0
v0.9.2
v0.9.1
v0.9.0
v0.8.0
0.8.0 (2025-08-16)
Features
- add
configure_appfor applying middleware to existing FastAPI applications (#85) (3c5cf69) - add aws lambda handler (#81) (214de02)
- add configurable audiences (#83) (58d05ea)
- config: expand default endpoints (#79) (6718991)
Documentation
- build out separate documentation website (#78) (6c9b6ba)
- user-guide: add record-level and route-level auth sections (#80), create getting-started section, move configuration & installation and tips to user guide, reword authentication to authorization, mention row-level authorization, fix configuration links and tips file ref, formatting updates (89377c6, a840234, 6ba081e, 11a5d28, 2d5d2ac, 8ed08bc, 5fbd5df, 170f001, d829800, 37fa12d))
- docker: add OpenSearch backend stack to docker-compose (#71) (d779321)
- tips: add details about CORS configuration (#84) (fc1e217)
- deployment: add details of deploying STAC Auth Proxy (aaf3802)
- cicd: fix deploy workflow (correct filename, fix deploy step) (5f00eca, 5178b92)
- architecture: add data filtering diagrams (48afd7e)
- miscellaneous documentation updates: