You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable collection filtering support for stac-auth-proxy (#411)
Added `collection-search#filter` conformance class to
CollectionSearchExtension to enable compatibility with stac-auth-proxy
collection filtering
**PR Checklist:**
- [ ] Code is formatted and linted (run `pre-commit run --all-files`)
- [ ] Tests pass (run `make test`)
- [ ] Documentation has been updated to reflect changes, if applicable
- [ ] Changes are added to the changelog
---------
Co-authored-by: Grzegorz Pustulka <gpustulka@cloudferro.com>
Co-authored-by: Jonathan Healy <jonathan.d.healy@gmail.com>
Co-authored-by: Bennett Brixen <bbrixen02@gmail.com>
Co-authored-by: Bennett Patrick Brixen <bpbrixe@sandia.gov>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11
11
### Added
12
12
13
13
- Added the ability to set timeout for Opensearch and Elasticsearch clients by setting the environmental variable `ES_TIMEOUT`[#408](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/408)
14
+
- Added `collection-search#filter` conformance class to CollectionSearchExtension to enable compatibility with stac-auth-proxy collection filtering [#411](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/411)
0 commit comments