Skip to content

Commit b1a640d

Browse files
chore(main): release 0.9.2
1 parent 3171999 commit b1a640d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.9.2](https://github.com/developmentseed/stac-auth-proxy/compare/v0.9.1...v0.9.2) (2025-09-05)
4+
5+
6+
### Bug Fixes
7+
8+
* properly return error on invalid CQL2 filters ([5c5c856](https://github.com/developmentseed/stac-auth-proxy/commit/5c5c8562dc32994c6748f53f80ed101725962f9d))
9+
10+
11+
### Documentation
12+
13+
* enhance middleware stack documentation with detailed descriptions and execution order ([2d15512](https://github.com/developmentseed/stac-auth-proxy/commit/2d155125c88ea6eaba6abb7de94522463d8bc012))
14+
* fix middleware formatting ([3171999](https://github.com/developmentseed/stac-auth-proxy/commit/31719994d7a8e49722323ff11573fe72a61014dc))
15+
* update filter class path syntax ([a7f5b1b](https://github.com/developmentseed/stac-auth-proxy/commit/a7f5b1b81606ae33e67cb6a98627367600d1e0db))
16+
317
## [0.9.1](https://github.com/developmentseed/stac-auth-proxy/compare/v0.9.0...v0.9.1) (2025-09-04)
418

519

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ license = {file = "LICENSE"}
2424
name = "stac-auth-proxy"
2525
readme = "README.md"
2626
requires-python = ">=3.9"
27-
version = "0.9.1"
27+
version = "0.9.2"
2828

2929
[project.optional-dependencies]
3030
docs = [

0 commit comments

Comments
 (0)