Releases: martin-papy/qdrant-loader
Releases · martin-papy/qdrant-loader
qdrant-loader v0.4.4
Changes for qdrant-loader v0.4.4
a1c25d4 chore(release): bump versions and update classifiers
07ae97f fix(release): correct version/tag sequence - bump versions before creating tags
31a9e2c chore(release): bump versions and update classifiers
47a97e0 docs: update README to include release notes for version 0.4.2
7de3526 fix: chunking strategy should support converted file types with appropriate content handling to enable nlp processing
9d16b8d hotfix: add back file conversion configuration support in connectors and enhance chunking strategies with safety checks
589ae4b refactor: reorganize workspace structure to separate logs and data directories
4844abf fix: implement signal-based shutdown handling in ResourceManager and enhance test coverage for cleanup scenarios
1bfe550 fix: increase maximum chunks to process for improved performance
5408db9 hotfix: initialize state manager before project manager in async ingestion pipeline and adjust resource manager cleanup logic
qdrant-loader-mcp-server v0.4.6
Changes for qdrant-loader-mcp-server v0.4.6
e9aafca chore(release): bump versions and update classifiers
b15673a feat(release): ensure qdrant-loader is always the latest release
7efef68 feat: Implemented background version check in CLI and added corresponding tests.
e067a1a fix: update deployment conditions in GitHub Actions workflow
f8214ca chore(release): bump versions and update classifiers
6a7f0a0 Merge pull request #25 from martin-papy/bugfix/24-cli-startup-performance
cdc6818 Merge main into bugfix/24-cli-startup-performance - Resolved conflicts in RELEASE_NOTES.md and test_cli.py, all 36 CLI tests passing
ad11644 docs: update RELEASE_NOTES for version 0.4.5 with performance improvements and Excel processing enhancements
c46c06c chore(release): update RELEASE_NOTES for version 0.4.5
7e4a152 feat: add context manager to capture openpyxl warnings during file conversion
qdrant-loader-mcp-server v0.4.5
Changes for qdrant-loader-mcp-server v0.4.5
f8214ca chore(release): bump versions and update classifiers
6a7f0a0 Merge pull request #25 from martin-papy/bugfix/24-cli-startup-performance
cdc6818 Merge main into bugfix/24-cli-startup-performance - Resolved conflicts in RELEASE_NOTES.md and test_cli.py, all 36 CLI tests passing
ad11644 docs: update RELEASE_NOTES for version 0.4.5 with performance improvements and Excel processing enhancements
c46c06c chore(release): update RELEASE_NOTES for version 0.4.5
7e4a152 feat: add context manager to capture openpyxl warnings during file conversion
3eb2baf refactor: enhance SourcesConfig to support dynamic source configuration
07b1502 refactor: implement lazy loading for heavy modules to improve startup performance
8e4f54f refactor: simplify version retrieval in CLI by using importlib.metadata
6983d6c fix: update Privacy Choices link styling in base template
qdrant-loader-mcp-server v0.4.4
Changes for qdrant-loader-mcp-server v0.4.4
a1c25d4 chore(release): bump versions and update classifiers
07ae97f fix(release): correct version/tag sequence - bump versions before creating tags
31a9e2c chore(release): bump versions and update classifiers
47a97e0 docs: update README to include release notes for version 0.4.2
7de3526 fix: chunking strategy should support converted file types with appropriate content handling to enable nlp processing
9d16b8d hotfix: add back file conversion configuration support in connectors and enhance chunking strategies with safety checks
589ae4b refactor: reorganize workspace structure to separate logs and data directories
4844abf fix: implement signal-based shutdown handling in ResourceManager and enhance test coverage for cleanup scenarios
1bfe550 fix: increase maximum chunks to process for improved performance
5408db9 hotfix: initialize state manager before project manager in async ingestion pipeline and adjust resource manager cleanup logic
qdrant-loader v0.4.1
Changes for qdrant-loader v0.4.1
1220682 feat: improve release script version bump options and dry run interactivity
e421c84 Merge pull request #21 from martin-papy/feature/20-multi-project-support
248b190 security: Replace hardcoded API keys in tests with clearly fake test values
a44dbde chore: update the pyproject.toml files with nez urls
ce58e93 chore: Bump to v0.4.1
c594890 docs: Update documentation and website generation
f40484b docs: Update documentation
091d542 docs: Update all documentation
e47c0ce chore: Update documentation
1217742 Chore: Update documentation
qdrant-loader-mcp-server v0.4.1
Changes for qdrant-loader-mcp-server v0.4.1
1220682 feat: improve release script version bump options and dry run interactivity
e421c84 Merge pull request #21 from martin-papy/feature/20-multi-project-support
248b190 security: Replace hardcoded API keys in tests with clearly fake test values
a44dbde chore: update the pyproject.toml files with nez urls
ce58e93 chore: Bump to v0.4.1
c594890 docs: Update documentation and website generation
f40484b docs: Update documentation
091d542 docs: Update all documentation
e47c0ce chore: Update documentation
1217742 Chore: Update documentation
qdrant-loader v0.3.2
Changes for qdrant-loader v0.3.2
fe571f9 Merge branch 'main' of github.com:martin-papy/qdrant-loader
7152fcc Merge pull request #19 from martin-papy/feature/18-implement-file-conversion-timeout-and-llm
256e8b3 fix: restrict GitHub Pages deployment to pushes on the main branch
5f93f97 chore:- Bump version to 0.3.2 and Update documentation
f81385c fix: failing test
aaf5c46 fix: remove unused parameters
384337c docs: Update documentation
49df7aa docs: correct LLM endpoint support documentation - Remove misleading claims about custom endpoint support - Clarify that MarkItDown only supports OpenAI-compatible APIs - Add important note about OpenAI client library requirement - Update environment variable descriptions for accuracy
8cf882e fix: exclude JSON files from MarkItDown conversion - JSON files are now properly excluded from file conversion - They are handled by our dedicated JSONChunkingStrategy instead - Updated documentation to reflect this correction - Added test to verify JSON exclusion works correctly - Fixes issue where JSON files were incorrectly processed twice
e97cef6 docs: update documentation for new timeout and LLM features - Add comprehensive documentation for conversion timeout control - Document AI-powered image description capabilities - Include configuration examples and troubleshooting - Update README with new feature highlights
qdrant-loader-mcp-server v0.3.2
Changes for qdrant-loader-mcp-server v0.3.2
fe571f9 Merge branch 'main' of github.com:martin-papy/qdrant-loader
7152fcc Merge pull request #19 from martin-papy/feature/18-implement-file-conversion-timeout-and-llm
256e8b3 fix: restrict GitHub Pages deployment to pushes on the main branch
5f93f97 chore:- Bump version to 0.3.2 and Update documentation
f81385c fix: failing test
aaf5c46 fix: remove unused parameters
384337c docs: Update documentation
49df7aa docs: correct LLM endpoint support documentation - Remove misleading claims about custom endpoint support - Clarify that MarkItDown only supports OpenAI-compatible APIs - Add important note about OpenAI client library requirement - Update environment variable descriptions for accuracy
8cf882e fix: exclude JSON files from MarkItDown conversion - JSON files are now properly excluded from file conversion - They are handled by our dedicated JSONChunkingStrategy instead - Updated documentation to reflect this correction - Added test to verify JSON exclusion works correctly - Fixes issue where JSON files were incorrectly processed twice
e97cef6 docs: update documentation for new timeout and LLM features - Add comprehensive documentation for conversion timeout control - Document AI-powered image description capabilities - Include configuration examples and troubleshooting - Update README with new feature highlights
qdrant-loader v0.3.1
Changes for qdrant-loader v0.3.1
f81322c fix: update release tests to match new workflow checking behavior
4de1d0d fix: improve dry-run mode to perform real workflow checks
ae743c9 fix: improve release script workflow checking to handle scheduled workflows
b611155 Merge pull request #17 from martin-papy/feature/16-file-conversion-support
3097d47 Update all documentation before release
ff677b1 Enhance chunking strategies with improved text splitting and metadata handling - Introduced tokenizer-based chunking for better accuracy and performance - Added maximum chunk limit to prevent excessive processing - Enhanced HTML strategy with fallback for large files and improved resource cleanup - Updated JSON and Markdown strategies to include additional metadata fields for better context.
5c5daed Update pytest configuration for improved warning handling and test organization - Changed section header from [tool:pytest] to [pytest] - Added specific filters for coroutine and resource warnings - Removed deprecated environment variable settings for cleaner configuration.
a1ff7a4 Enhance ConfluenceConnector with hierarchy extraction and metadata improvements - Added methods to extract page hierarchy information including ancestors and children - Updated search parameters to include hierarchy details - Enhanced Document model with hierarchy convenience methods - Introduced new search tools for hierarchy-aware and attachment-aware searches, improving overall search capabilities.
a2afc2b Enhance AsyncIngestionPipeline cleanup logic to prevent duplicate executions and improve logging output in EmbeddingService. Introduce a custom console renderer for better log formatting and update CleanFormatter to support new rendering options.
5ff673e Refactor chunking strategies and enhance logging - Update chunking configurations in YAML template for improved performance - Change logging level from info to debug in various connectors for better traceability - Introduce progress tracking in chunking strategies to monitor processing - Refactor code structure for clarity and maintainability
qdrant-loader-mcp-server v0.3.1
Changes for qdrant-loader-mcp-server v0.3.1
f81322c fix: update release tests to match new workflow checking behavior
4de1d0d fix: improve dry-run mode to perform real workflow checks
ae743c9 fix: improve release script workflow checking to handle scheduled workflows
b611155 Merge pull request #17 from martin-papy/feature/16-file-conversion-support
3097d47 Update all documentation before release
ff677b1 Enhance chunking strategies with improved text splitting and metadata handling - Introduced tokenizer-based chunking for better accuracy and performance - Added maximum chunk limit to prevent excessive processing - Enhanced HTML strategy with fallback for large files and improved resource cleanup - Updated JSON and Markdown strategies to include additional metadata fields for better context.
5c5daed Update pytest configuration for improved warning handling and test organization - Changed section header from [tool:pytest] to [pytest] - Added specific filters for coroutine and resource warnings - Removed deprecated environment variable settings for cleaner configuration.
a1ff7a4 Enhance ConfluenceConnector with hierarchy extraction and metadata improvements - Added methods to extract page hierarchy information including ancestors and children - Updated search parameters to include hierarchy details - Enhanced Document model with hierarchy convenience methods - Introduced new search tools for hierarchy-aware and attachment-aware searches, improving overall search capabilities.
a2afc2b Enhance AsyncIngestionPipeline cleanup logic to prevent duplicate executions and improve logging output in EmbeddingService. Introduce a custom console renderer for better log formatting and update CleanFormatter to support new rendering options.
5ff673e Refactor chunking strategies and enhance logging - Update chunking configurations in YAML template for improved performance - Change logging level from info to debug in various connectors for better traceability - Introduce progress tracking in chunking strategies to monitor processing - Refactor code structure for clarity and maintainability