Skip to content

Commit 0fa1017

Browse files
chore(main): release 0.9.2
1 parent 46a837d commit 0fa1017

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [0.9.2](https://github.com/developmentseed/stac-auth-proxy/compare/v0.9.1...v0.9.2) (2025-09-06)
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+
* clarify when middleware is active ([46a837d](https://github.com/developmentseed/stac-auth-proxy/commit/46a837df6ab77500d8cec57536856b98157c5c0b))
14+
* enhance middleware stack documentation with detailed descriptions and execution order ([2d15512](https://github.com/developmentseed/stac-auth-proxy/commit/2d155125c88ea6eaba6abb7de94522463d8bc012))
15+
* fix middleware formatting ([3171999](https://github.com/developmentseed/stac-auth-proxy/commit/31719994d7a8e49722323ff11573fe72a61014dc))
16+
* update filter class path syntax ([a7f5b1b](https://github.com/developmentseed/stac-auth-proxy/commit/a7f5b1b81606ae33e67cb6a98627367600d1e0db))
17+
318
## [0.9.1](https://github.com/developmentseed/stac-auth-proxy/compare/v0.9.0...v0.9.1) (2025-09-04)
419

520

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)