Releases: cbtw-apac/qdrant-loader
Releases · cbtw-apac/qdrant-loader
Release list
qdrant-loader v1.0.3
Added
Qdrant-loader
- Queue-based ingestion architecture with SQLite job queue, worker pool, scheduler, and new
serve/jobs/webhookCLI flows [#269] [#280] [#281] [#284] [#289] [#291] [#294] [#307] - Excel ingestion improvements and Jira Data Center custom field mapping support [#251] [#276]
updated_afterfilter for Jira connector to limit ingestion to issues updated after a given date [#267]- Container deployment setup with dedicated Dockerfiles and
docker-compose.yaml[#278]
Qdrant-loader-core
- Bedrock and Gemini provider support in the LLM/embedding layer [#275] [#292]
- Sparse retrieval primitives for hybrid search flows [#184]
Qdrant-loader-mcp-server
- Qdrant hybrid search support with sparse+dense pipeline integration [#184]
Fixed
Qdrant-loader
- Queue concurrency and failure-path hardening, including race-condition fixes and safer startup/auth/readiness handling [#307] [#311]
- State DB and Alembic path resolution reliability, plus safer rollback behavior for multi-project transactions [#270] [#285] [#290]
- Deleted Jira issues are now cleaned up from Qdrant during re-ingestion and delete flows [#307]
- Empty-chunk regression prevention and CORS environment configuration fixes [#268] [#293]
Changed
Qdrant-loader
- Ingestion pipeline refactored to a streaming-oriented flow for queue-driven execution [#295]
qdrant-loader-mcp-server v1.0.3
Added
Qdrant-loader
- Queue-based ingestion architecture with SQLite job queue, worker pool, scheduler, and new
serve/jobs/webhookCLI flows [#269] [#280] [#281] [#284] [#289] [#291] [#294] [#307] - Excel ingestion improvements and Jira Data Center custom field mapping support [#251] [#276]
updated_afterfilter for Jira connector to limit ingestion to issues updated after a given date [#267]- Container deployment setup with dedicated Dockerfiles and
docker-compose.yaml[#278]
Qdrant-loader-core
- Bedrock and Gemini provider support in the LLM/embedding layer [#275] [#292]
- Sparse retrieval primitives for hybrid search flows [#184]
Qdrant-loader-mcp-server
- Qdrant hybrid search support with sparse+dense pipeline integration [#184]
Fixed
Qdrant-loader
- Queue concurrency and failure-path hardening, including race-condition fixes and safer startup/auth/readiness handling [#307] [#311]
- State DB and Alembic path resolution reliability, plus safer rollback behavior for multi-project transactions [#270] [#285] [#290]
- Deleted Jira issues are now cleaned up from Qdrant during re-ingestion and delete flows [#307]
- Empty-chunk regression prevention and CORS environment configuration fixes [#268] [#293]
Changed
Qdrant-loader
- Ingestion pipeline refactored to a streaming-oriented flow for queue-driven execution [#295]
qdrant-loader-core v1.0.3
Added
Qdrant-loader
- Queue-based ingestion architecture with SQLite job queue, worker pool, scheduler, and new
serve/jobs/webhookCLI flows [#269] [#280] [#281] [#284] [#289] [#291] [#294] [#307] - Excel ingestion improvements and Jira Data Center custom field mapping support [#251] [#276]
updated_afterfilter for Jira connector to limit ingestion to issues updated after a given date [#267]- Container deployment setup with dedicated Dockerfiles and
docker-compose.yaml[#278]
Qdrant-loader-core
- Bedrock and Gemini provider support in the LLM/embedding layer [#275] [#292]
- Sparse retrieval primitives for hybrid search flows [#184]
Qdrant-loader-mcp-server
- Qdrant hybrid search support with sparse+dense pipeline integration [#184]
Fixed
Qdrant-loader
- Queue concurrency and failure-path hardening, including race-condition fixes and safer startup/auth/readiness handling [#307] [#311]
- State DB and Alembic path resolution reliability, plus safer rollback behavior for multi-project transactions [#270] [#285] [#290]
- Deleted Jira issues are now cleaned up from Qdrant during re-ingestion and delete flows [#307]
- Empty-chunk regression prevention and CORS environment configuration fixes [#268] [#293]
Changed
Qdrant-loader
- Ingestion pipeline refactored to a streaming-oriented flow for queue-driven execution [#295]
qdrant-loader v1.0.2
qdrant-loader-mcp-server v1.0.2
qdrant-loader-core v1.0.2
qdrant-loader v1.0.1
qdrant-loader-mcp-server v1.0.1
qdrant-loader-core v1.0.1
qdrant-loader v1.0.0
Added
Qdrant-loader
- Contextual embeddings for enriched chunk context during ingestion [#221]
Fixed
Qdrant-loader
- Jira Cloud connection failure due to deprecated search API endpoints [#215]
- Duplicate chunks for Python files by rewriting AST parser [#217]
- Duplicate document IDs causing missing chunks in metric tracking [#222]
- Ingestion metrics: aligned size metrics and aggregated project results [#222]
- JQL injection and query breaking when configuration values include special characters [#223]
- Jira connector validation for environment configuration and connection errors [#224]
- Optional
issue_typesandinclude_statusesconfiguration for Jira connector [#223] - Error message sanitization to prevent accidental exposure of sensitive data [#230]
- Contextual embedding content formatting [#228]
- YAML syntax error and broken markdown in configuration documentation [#231]
Qdrant-loader-core
- Sensitive data redaction in logging processors [#230]
Qdrant-loader-mcp-server
- Embedding logic and configuration for local (Ollama) model support [#229]
vector_search_serviceto use correctembedding_modelparameter [#229]- Retry logic and failure context reporting in search pipeline [#229]