Changelog¶
0.8.0 (2025-08-16)¶
Features¶
- add
configure_app
for 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¶
- add changelog (5710853)
- add version badges to README (d962230)
- architecture: add data filtering diagrams (48afd7e)
- build out separate documentation website (#78) (6c9b6ba)
- cicd: correct filename in deploy-mkdocs workflow (5f00eca)
- cicd: fix deploy step (5178b92)
- deployment: Add details of deploying STAC Auth Proxy (aaf3802)
- describe installation via pip (bfb9ca8)
- docker: Add OpenSearch backend stack to docker-compose (#71) (d779321)
- fix getting started link (8efe5e5)
- tips: add details about CORS configuration (#84) (fc1e217)
- user-guide: Add record-level auth section (89377c6)
- user-guide: Add route-level auth user guide (#80) (a840234)
- user-guide: create getting-started section (6ba081e)
- user-guide: fix configuration links (11a5d28)
- user-guide: fix tips file ref (2d5d2ac)
- user-guide: formatting (8ed08bc)
- user-guide: Mention row-level authorization (5fbd5df)
- user-guide: Move configuration & installation to user guide (170f001)
- user-guide: Mv tips to user-guide (d829800)
- user-guide: Reword authentication to authorization (37fa12d)
0.7.1 (2025-07-31)¶
Bug Fixes¶
- ensure OPTIONS requests are sent upstream without auth check (#76) (855183a), closes #75
- process links w/o the prefix (#70) (8a09873)
Documentation¶
- update middleware descriptions (d3d3769)