diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0db4c77..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.3" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 381552c..4246b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.0](https://github.com/developmentseed/stac-auth-proxy/compare/v1.0.3...v1.1.0) (2026-05-22) + + +### Features + +* **auth-extension:** annotate links with auth:refs if ([#138](https://github.com/developmentseed/stac-auth-proxy/issues/138)) ([2109a4b](https://github.com/developmentseed/stac-auth-proxy/commit/2109a4bcff9ff34ef7bb6d1ea40a76eacbe8c71e)) +* **helm:** add horizontal scaling (hpa) support. ([#163](https://github.com/developmentseed/stac-auth-proxy/issues/163)) ([ce6c245](https://github.com/developmentseed/stac-auth-proxy/commit/ce6c2455366651155f84063f991db069dc8826e6)) + + +### Bug Fixes + +* **auth-extension:** support root_paths ([c9dc496](https://github.com/developmentseed/stac-auth-proxy/commit/c9dc49674c91ded8e341fb1b7a6c1a80033c71ae)) +* ensure POST request CQL2 filter persists in links ([#164](https://github.com/developmentseed/stac-auth-proxy/issues/164)) ([543534d](https://github.com/developmentseed/stac-auth-proxy/commit/543534d5ad9cc50410d68d5d00a18ca5f1715877)) + ## [1.0.3](https://github.com/developmentseed/stac-auth-proxy/compare/v1.0.2...v1.0.3) (2026-03-28) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index b7f680e..1cc0b48 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: stac-auth-proxy description: A Helm chart for stac-auth-proxy type: application -version: 1.0.3 -appVersion: 1.0.3 +version: 1.1.0 +appVersion: 1.1.0 diff --git a/pyproject.toml b/pyproject.toml index 1ae9da0..e9de415 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ license = {file = "LICENSE"} name = "stac-auth-proxy" readme = "README.md" requires-python = ">=3.10" -version = "1.0.3" +version = "1.1.0" [project.optional-dependencies] docs = [ diff --git a/uv.lock b/uv.lock index 45fcb12..16c8df0 100644 --- a/uv.lock +++ b/uv.lock @@ -1528,7 +1528,7 @@ wheels = [ [[package]] name = "stac-auth-proxy" -version = "1.0.3" +version = "1.1.0" source = { editable = "." } dependencies = [ { name = "brotli" },