We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e92bd5 commit 59a4ad7Copy full SHA for 59a4ad7
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.0.3 - 2025-10-21
4
+
5
+* increased the single collection search limit to 1000; make it configurable via environment variable PAIR_SEARCH_COLLECTION_SEARCH_LIMIT (#10)
6
+* added more tests for collections search parameters and fixed some issues (#11)
7
8
9
## 0.0.2 - 2025-10-16
10
11
* report pair-search conformance classes (#8)
src/stac_fastapi_pgstac_pair_search/__init__.py
@@ -1 +1 @@
-__version__ = "0.0.2"
+__version__ = "0.0.3"
0 commit comments