Skip to content

Releases: developmentseed/stac-auth-proxy

v0.11.1

14 Jan 03:17
d4fac14

Choose a tag to compare

0.11.1 (2026-01-13)

Features

Bug Fixes

  • Enhance type safety in middleware and utility functions (#122) (52cdd0e)
  • Helm chart and app version mismatch. (#120) (7998675)
  • Make docker image to run as non-root. (#116) (35e06f3)
  • Skip CQL2 filter build for OPTIONS requests (#123) (6ee043e), closes #110

Documentation

  • temporarily disable starlette docstrings (c4fd9e0)

Miscellaneous Chores

v0.11.1-rc2

09 Jan 02:50

Choose a tag to compare

v0.11.1-rc2 Pre-release
Pre-release

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
  • feat: Add helm README.md and unit tests by @pantierra in #117
  • fix: Helm chart and app version mismatch. by @pantierra in #120
  • fix: Enhance type safety in middleware and utility functions by @alukach in #122
  • fix: Skip CQL2 filter build for OPTIONS requests by @alukach in #123

Full Changelog: v0.11.0...v0.11.1-rc2

v0.11.1-rc1

19 Dec 21:30

Choose a tag to compare

v0.11.1-rc1 Pre-release
Pre-release

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

15 Dec 23:00
fe75351

Choose a tag to compare

0.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) (17227e4)
  • Ensure x-forwarded-port header is used in Forwarded header (#115) (78525b1)

v0.10.2-rc2

14 Dec 04:12

Choose a tag to compare

v0.10.2-rc2 Pre-release
Pre-release

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

11 Dec 20:07
b605248

Choose a tag to compare

v0.10.2-rc1 Pre-release
Pre-release

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

03 Dec 17:39
f63154c

Choose a tag to compare

0.10.1 (2025-12-03)

Features

  • helm: Add support for initContainers. (#104) (a7ca408)

Bug Fixes

  • lifespan: allow endpoints that don't support trailing slashes (2e6e24b)

Documentation

  • Remove unused import of 'Expr' from record-level-auth (4f86e7b)

v0.10.0

14 Oct 19:12
c28c9b1

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

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

Choose a tag to compare

0.9.1 (2025-09-04)

Bug Fixes