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 042400f commit 9023da3Copy full SHA for 9023da3
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.0.4 - 2025-10-21
4
+
5
+* make sure to convert search limit from environment to int
6
7
8
## 0.0.3 - 2025-10-21
9
10
* increased the single collection search limit to 1000; make it configurable via environment variable PAIR_SEARCH_COLLECTION_SEARCH_LIMIT (#10)
src/stac_fastapi_pgstac_pair_search/__init__.py
@@ -1 +1 @@
-__version__ = "0.0.3"
+__version__ = "0.0.4"
0 commit comments