Skip to content

fix: merge main to develop to prepare for git flow process - #113

Closed
thanhbuingoc-cbtw wants to merge 61 commits into
developfrom
main
Closed

fix: merge main to develop to prepare for git flow process#113
thanhbuingoc-cbtw wants to merge 61 commits into
developfrom
main

Conversation

@thanhbuingoc-cbtw

Copy link
Copy Markdown
Contributor

Pull Request

Summary

Describe the change in 1–2 sentences.

Type of change

  • Bug fix (fix current release process)

Docs Impact (required for any code or docs changes)

  • Does this change require docs updates? If yes, list pages:
  • Have you updated or added pages under docs/?
  • Did you build the site and run the link checker? (python website/build.py + python website/check_links.py)
  • Did you avoid banned placeholders? (no "TBD/coming soon")

Testing

Tested on the main branch.

Checklist

  • Tests pass (pytest -v)
  • Linting passes (make lint / make format)
  • Documentation updated (if applicable)

thaihoang2011 and others added 30 commits November 26, 2025 14:31
fix: Windows compatibility fixes
fix: update prometheus-client dependency. Fix #60
fix: log level not reconfigurable at runtime Fix #58
  Migrate from deprecated search() method to query_points() API
  for compatibility with qdrant-client 1.10+.

  Changes:
  - Update vector_search_service.py to use query_points()
  - Update qdrant_manager.py search methods to use query_points()
  - Update test mocks to use AsyncMock for query_points()
  - Add third mock result to conftest for test compatibility

  Fixes #74
chore: split oversized file to comply with model size constraints
fix: update qdrant-client API from search() to query_points() (#74)
Fix missing spacy in mcp-server dependencies
  The level parameter was accepted but never used in the MCP server's
  LoggingConfig.reconfigure() method. This fix:
  - Passes level to CoreLoggingConfig.reconfigure()
  - Uses level in fallback path when core is unavailable
  - Fixes variable shadowing (old_level instead of level)
fix: use level parameter in MCP wrapper reconfigure()
Add comprehensive release notes for v0.7.4 covering 5 bug fixes:

- Windows compatibility (#57): Fixed asyncio event loop crashes,
  cross-platform stdin handler, signal handler platform checks
- Logging system (#58): Fixed log level not reconfigurable at runtime
- prometheus-client dependency (#60): Restored missing runtime dependency
- spacy dependency (#67): Added missing spacy to MCP server dependencies
- qdrant-client API (#74): Migrated from deprecated search() to query_points()

Update README version reference to v0.7.4
- Update version to 0.7.4 in all 4 pyproject.toml files:
  - pyproject.toml (workspace)
  - packages/qdrant-loader/pyproject.toml
  - packages/qdrant-loader-core/pyproject.toml
  - packages/qdrant-loader-mcp-server/pyproject.toml
- Update internal dependency pins:
  - qdrant-loader-core[openai]==0.7.4 (in qdrant-loader)
  - qdrant-loader-core==0.7.4 (in mcp-server)
Hotfix/0.7.4: Windows MCP integration and logging level CLI support
…d_similar_documents for filtering results by minimum similarity score. Resolves #89
…d type in find_similar_documents to prevent Untitled and empty content_preview. Resolves #90
huyenhothi and others added 21 commits January 8, 2026 16:17
fix: Replace NestedCondition with dot notation for project_ids filter
add optional similarity_threshold parameter (default 0.7)
Docstrings generation was requested by @minh362000.

* #103 (comment)

The following files were modified:

* `packages/qdrant-loader-mcp-server/src/qdrant_loader_mcp_server/mcp/intelligence_handler.py`
* `packages/qdrant-loader-mcp-server/src/qdrant_loader_mcp_server/mcp/search_handler.py`
* `packages/qdrant-loader-mcp-server/src/qdrant_loader_mcp_server/search/components/field_query_parser.py`
* `packages/qdrant-loader-mcp-server/src/qdrant_loader_mcp_server/search/engine/core.py`
* `packages/qdrant-loader-mcp-server/src/qdrant_loader_mcp_server/search/engine/intelligence.py`
* `packages/qdrant-loader-mcp-server/src/qdrant_loader_mcp_server/search/hybrid/api.py`
* `packages/qdrant-loader-mcp-server/src/qdrant_loader_mcp_server/search/hybrid/orchestration/cdi.py`
* `packages/qdrant-loader-mcp-server/src/qdrant_loader_mcp_server/search/hybrid/orchestration/search.py`
* `packages/qdrant-loader-mcp-server/tests/unit/search/test_cdi_orchestration_threshold.py`
* `release.py`
…-test-execution

chore: optimize test execution and add caching for CI efficiency
…uide

docs: add best practices guide for contributors
@coderabbitai

coderabbitai Bot commented Jan 22, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants