File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.7.2] ( https://github.com/developmentseed/stac-auth-proxy/compare/v0.7.1...v0.7.2 ) (2025-08-04)
4+
5+
6+ ### Documentation
7+
8+ * build out separate documentation website ([ #78 ] ( https://github.com/developmentseed/stac-auth-proxy/issues/78 ) ) ([ 6c9b6ba] ( https://github.com/developmentseed/stac-auth-proxy/commit/6c9b6ba15c63a39410a71cac13de87daa84284f3 ) )
9+ * ** cicd:** correct filename in deploy-mkdocs workflow ([ 5f00eca] ( https://github.com/developmentseed/stac-auth-proxy/commit/5f00eca440926652d4bb7abcf20748aac96e16bb ) )
10+ * ** cicd:** fix deploy step ([ 5178b92] ( https://github.com/developmentseed/stac-auth-proxy/commit/5178b92b189a8af8aff6ed923b312a494b03b573 ) )
11+ * describe installation via pip ([ bfb9ca8] ( https://github.com/developmentseed/stac-auth-proxy/commit/bfb9ca8e20fa86d248e9c5c375eb18359206761b ) )
12+ * ** docker:** Add OpenSearch backend stack to docker-compose ([ #71 ] ( https://github.com/developmentseed/stac-auth-proxy/issues/71 ) ) ([ d779321] ( https://github.com/developmentseed/stac-auth-proxy/commit/d779321e992b0ae724520a38d3353cd7bbb07fcf ) )
13+ * ** user-guide:** Add record-level auth section ([ 89377c6] ( https://github.com/developmentseed/stac-auth-proxy/commit/89377c6e23b3d21751b08eceb0dd222f8217663a ) )
14+ * ** user-guide:** Add route-level auth user guide ([ #80 ] ( https://github.com/developmentseed/stac-auth-proxy/issues/80 ) ) ([ a840234] ( https://github.com/developmentseed/stac-auth-proxy/commit/a84023431634f933db965d09632736d55b3d26e8 ) )
15+ * ** user-guide:** fix tips file ref ([ 2d5d2ac] ( https://github.com/developmentseed/stac-auth-proxy/commit/2d5d2ac511fc304e8d88cae1567fb065c0316b4d ) )
16+ * ** user-guide:** Mention row-level authorization ([ 5fbd5df] ( https://github.com/developmentseed/stac-auth-proxy/commit/5fbd5dff311518684b566b6837a835ee1b753962 ) )
17+ * ** user-guide:** Mv tips to user-guide ([ d829800] ( https://github.com/developmentseed/stac-auth-proxy/commit/d829800fa838cb34a977e135e7576e4dc0ea03b7 ) )
18+ * ** user-guide:** Reword authentication to authorization ([ 37fa12d] ( https://github.com/developmentseed/stac-auth-proxy/commit/37fa12d315ba6bd0f01a41cf906510a9f149e88b ) )
19+
320## [ 0.7.1] ( https://github.com/developmentseed/stac-auth-proxy/compare/v0.7.0...v0.7.1 ) (2025-07-31)
421
522
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ license = {file = "LICENSE"}
2424name = " stac-auth-proxy"
2525readme = " README.md"
2626requires-python = " >=3.9"
27- version = " 0.7.1 "
27+ version = " 0.7.2 "
2828
2929[project .optional-dependencies ]
3030docs = [
You can’t perform that action at this time.
0 commit comments