Skip to content

Releases: developmentseed/stac-auth-proxy

v0.10.0

14 Oct 19:12
c28c9b1
Compare
Choose a tag to compare

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

08 Sep 15:54
6084e0b
Compare
Choose a tag to compare

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

04 Sep 06:57
745429b
Compare
Choose a tag to compare

0.9.1 (2025-09-04)

Bug Fixes

v0.9.0

03 Sep 17:34
ece9f73
Compare
Choose a tag to compare

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

17 Aug 04:37
418c3d5
Compare
Choose a tag to compare

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

01 Aug 03:46
091c485
Compare
Choose a tag to compare

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

22 Jul 17:18
4740cf4
Compare
Choose a tag to compare

0.7.0 (2025-07-19)

Features

  • config: add root path GET requests to default public endpoints (#62) (59c6a97)

v0.6.1

18 Jul 15:30
d85641d
Compare
Choose a tag to compare

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

09 Jun 19:22
0530ea0
Compare
Choose a tag to compare

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

0.5.0

17 Apr 06:08
ca913a0
Compare
Choose a tag to compare

What's Changed

  • feat: enable hosting custom Swagger UI by @alukach in #53

Full Changelog: 0.4.0...0.5.0