Releases: developmentseed/stac-auth-proxy
Releases · developmentseed/stac-auth-proxy
v0.10.0
0.10.0 (2025-10-14)
Features
- skip json middleware based on response data type (#103) (16b05c3)
- support customizing port when running as a module (9a18c49)
Documentation
- config: add admonitions for more details (40444cf)
- config: cleanup formatting (8a82d3d)
- update tips to describe non-upstream URL (ebadd52)
v0.9.2
0.9.2 (2025-09-08)
Bug Fixes
- improve link processing (#95) (e52b5a9)
- properly return error on invalid CQL2 filters (5c5c856)
Documentation
- enhance middleware stack documentation with detailed descriptions and execution order (06b51cb)
- update filter class path syntax (a7f5b1b)
v0.9.1
0.9.1 (2025-09-04)
Bug Fixes
v0.9.0
0.9.0 (2025-09-03)
Features
- make use of Server-Timing header (c894026), closes #69
- remove applied filters on response links (#67) (2b2b224), closes #64
- enhance JSON parsing error handling (#73) (daf5d09), closes #72
Bug Fixes
- retain proxy headers when behind proxy (#88) (74780f0)
v0.8.0
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
- 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:
v0.7.1
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)
v0.7.0
0.7.0 (2025-07-19)
Features
- config: add root path GET requests to default public endpoints (#62) (59c6a97)
v0.6.1
0.6.1 (2025-07-18)
Bug Fixes
- fix status check for 2xx responses (#59) (5b03cb3)
Documentation
- add illustration for appying filters on non-filter compliant endpoints (1a75550)
- prefer headings over nested list (447a13d)
0.6.0
What's Changed
- feat: helm chart for stac-auth-proxy by @batpad in #44
- feat: allow customize filter paths by @alukach in #58
New Contributors
Full Changelog: 0.5.0...0.6.0