Commit 53af704
committed
fix: export Feature 051 API from common module
CRITICAL BUG FIX: v0.5.11 and v0.5.12 did not export the Feature 051 API
(get_iris_connection, detect_iris_edition, IRISConnectionPool) from the
common module's __init__.py file.
This caused ImportError for users trying to use the new simplified API:
from iris_vector_rag.common import get_iris_connection # Failed!
Files modified:
- iris_vector_rag/common/__init__.py: Added exports for Feature 051 API
Impact: This fixes the broken API in v0.5.11 and v0.5.12. Users can now
actually use the Feature 051 simplified connection API as documented.1 parent c4116bf commit 53af704
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments