Skip to content

Merge main into develop - #328

Merged
minh362000 merged 33 commits into
developfrom
main
Jun 16, 2026
Merged

Merge main into develop#328
minh362000 merged 33 commits into
developfrom
main

Conversation

@minh362000

Copy link
Copy Markdown
Collaborator

Pull Request

Summary

Sync latest changes from main into develop.

Includes:

  • Released changes from main
  • Hotfixes merged into main
  • Branch synchronization

Type of change

  • Feature
  • Bug fix
  • Docs update
  • Chore

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

Describe how you tested this change. Include commands and results.

Checklist

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

martin-papy and others added 30 commits May 12, 2026 11:49
Bumps [langsmith](https://github.com/langchain-ai/langsmith-sdk) from 0.7.31 to 0.8.0.
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](langchain-ai/langsmith-sdk@v0.7.31...v0.8.0)

---
updated-dependencies:
- dependency-name: langsmith
  dependency-version: 0.8.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [langchain-classic](https://github.com/langchain-ai/langchain) from 1.0.3 to 1.0.7.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-classic==1.0.3...langchain-classic==1.0.7)

---
updated-dependencies:
- dependency-name: langchain-classic
  dependency-version: 1.0.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): bump langsmith from 0.7.31 to 0.8.0
…sic-1.0.7

chore(deps): bump langchain-classic from 1.0.3 to 1.0.7
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.21.2 to 10.21.3.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@10.21.2...10.21.3)

---
updated-dependencies:
- dependency-name: pymdown-extensions
  dependency-version: 10.21.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [idna](https://github.com/kjd/idna) from 3.11 to 3.15.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)
- [Commits](kjd/idna@v3.11...v3.15)

---
updated-dependencies:
- dependency-name: idna
  dependency-version: '3.15'
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): bump idna from 3.11 to 3.15
…ions-10.21.3

chore(deps): bump pymdown-extensions from 10.21.2 to 10.21.3
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
* chore: update note for dockerfile and fix workflow based on CodeRabbit review
* chore: update CMD for qdrant-loader dockerfile
* fix: update environment variable for entrypoint file
…-queue

feat(worker): lease renewal + pending-only cancel + race fix
- Protect the failure-path write so the worker loop survives backend errors
- Do not expose raw worker exceptions on /readyz
- Startup auth precheck rejects supported configurations
- Disambiguate source matches when project_id is omitted
- Fail closed when no webhook secret is resolved
- Avoid returning raw exception text in user-facing CLI errors
- Normalize workspace validation/setup failures to ClickException
- Use one logging implementation path for webhook startup
Bumps [starlette](https://github.com/Kludex/starlette) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/Kludex/starlette/releases)
- [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md)
- [Commits](Kludex/starlette@1.0.0...1.0.1)

---
updated-dependencies:
- dependency-name: starlette
  dependency-version: 1.0.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
fix: coderabbit comments for v1.0.3
- Normalize and store trimmed string config values
- Exception chain is lost when re-raising mapped exceptions
- Breaking schema change: inconsistent vector naming between sparse-enabled and sparse-disabled paths
- Ensure StateManager is disposed if startup fails before the task loop
- Reject fractional float intervals instead of truncating them
- Remove @AbstractMethod decorator to enable backward compatibility
- Handle parse/conversion failures in fetch_by_id to preserve the Document | None contract
- Use a composite key for previous-state lookup in batch classification
- Treat a failed lease renewal as claim loss
- Guard lease renewal with claim_attempt too
* feat(queue): add offset pagination for large job counts

* fix(test): add offset support to fake queue in scheduler tests

* refactor: remove dead code and add doc string
add updated_after to config (jira) (#267)
chore(deps): bump starlette from 1.0.0 to 1.0.1
chore(deps): bump aiohttp from 3.13.5 to 3.14.0
hoang-lam-thai and others added 3 commits June 10, 2026 09:29
* chore(pyproject.toml): update GitPython version
* fix: skip check github workflow of dependabot

* fix(docs): disable Pygments in superfences to prevent unwanted spacing in code blocks

* refactor: use lazy logging format for G004 compliance

* test: update unit test
@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@minh362000, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 31 minutes and 19 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 37824416-6bc3-4e71-9d6e-103c023bbb9b

📥 Commits

Reviewing files that changed from the base of the PR and between cba09ce and ba1b39b.

⛔ Files ignored due to path filters (5)
  • CHANGELOG.md is excluded by !**/*.md and included by **/*
  • README.md is excluded by !**/*.md and included by **/*
  • docs/users/cli-reference/commands.md is excluded by !**/*.md, !**/docs/** and included by **/*
  • uv.lock is excluded by !**/*.lock, !**/*.lock and included by **/*
  • website/builder/markdown.py is excluded by !**/website/** and included by **/*
📒 Files selected for processing (37)
  • .github/workflows/publish.yml
  • Dockerfile.qdrant-loader
  • docker-compose.yaml
  • packages/qdrant-loader-core/pyproject.toml
  • packages/qdrant-loader-core/src/qdrant_loader_core/config/sparse.py
  • packages/qdrant-loader-core/src/qdrant_loader_core/llm/factory.py
  • packages/qdrant-loader-core/src/qdrant_loader_core/llm/providers/gemini.py
  • packages/qdrant-loader-core/tests/test_factory_additional.py
  • packages/qdrant-loader-mcp-server/pyproject.toml
  • packages/qdrant-loader-mcp-server/src/qdrant_loader_mcp_server/search/engine/core.py
  • packages/qdrant-loader/entrypoint.sh
  • packages/qdrant-loader/migrations/versions/20260514_01_create_jobs_table.py
  • packages/qdrant-loader/pyproject.toml
  • packages/qdrant-loader/src/qdrant_loader/cli/commands/jobs_cmd.py
  • packages/qdrant-loader/src/qdrant_loader/cli/commands/serve_cmd.py
  • packages/qdrant-loader/src/qdrant_loader/cli/commands/webhook_cmd.py
  • packages/qdrant-loader/src/qdrant_loader/config/workers.py
  • packages/qdrant-loader/src/qdrant_loader/connectors/base.py
  • packages/qdrant-loader/src/qdrant_loader/connectors/jira/connector.py
  • packages/qdrant-loader/src/qdrant_loader/core/state/state_change_detector.py
  • packages/qdrant-loader/src/qdrant_loader/core/worker/pool.py
  • packages/qdrant-loader/src/qdrant_loader/core/worker/queue.py
  • packages/qdrant-loader/src/qdrant_loader/core/worker/scheduler.py
  • packages/qdrant-loader/src/qdrant_loader/webhooks/auth.py
  • packages/qdrant-loader/src/qdrant_loader/webhooks/event_processor.py
  • packages/qdrant-loader/src/qdrant_loader/webhooks/server.py
  • packages/qdrant-loader/src/qdrant_loader/webhooks/worker.py
  • packages/qdrant-loader/tests/integration/test_serve.py
  • packages/qdrant-loader/tests/unit/connectors/jira/test_jira_connector.py
  • packages/qdrant-loader/tests/unit/connectors/test_base.py
  • packages/qdrant-loader/tests/unit/connectors/test_base_connector.py
  • packages/qdrant-loader/tests/unit/core/worker/test_pool.py
  • packages/qdrant-loader/tests/unit/core/worker/test_queue.py
  • packages/qdrant-loader/tests/unit/core/worker/test_scheduler.py
  • packages/qdrant-loader/tests/unit/utils/test_release.py
  • pyproject.toml
  • release.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch main

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.

@minh362000
minh362000 merged commit 2d0fe49 into develop Jun 16, 2026
43 checks passed
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.

4 participants