Skip to content

bump v1.14.0#6404

Merged
generall merged 1 commit intomasterfrom
v1.14.0
Apr 21, 2025
Merged

bump v1.14.0#6404
generall merged 1 commit intomasterfrom
v1.14.0

Conversation

@generall
Copy link
Copy Markdown
Member

@generall generall commented Apr 20, 2025

# Change log

## Features

* https://github.com/qdrant/qdrant/milestone/23 - Allow server-side score boosting with user-defined formula. See [Documentation](https://qdrant.tech/documentation/concepts/hybrid-queries/#score-boosting)
* https://github.com/qdrant/qdrant/pull/6256 - New `sum_scores` recommendation strategy. Useful for implementing relevance feedback. See [Documentation](https://qdrant.tech/documentation/concepts/explore/#sum-scores-strategy)

## Improvements

* https://github.com/qdrant/qdrant/pull/6325 - Incremental HNSW building. Segment optimized will partially re-use existing HNSW graph on merging segments.
* https://github.com/qdrant/qdrant/pull/6323, https://github.com/qdrant/qdrant/pull/6396 - Improve eviction strategy for unused disk cache
* https://github.com/qdrant/qdrant/pull/6303 - Minor optimizations for memory allocations
* https://github.com/qdrant/qdrant/pull/6385 - Minor internal optimizations
* https://github.com/qdrant/qdrant/pull/6357 - Rethink behavior of `offset` parameter in case of a query with `prefetch`. Now offset is only applied to the prefetch result and is not propagated into prefetch query.
* https://github.com/qdrant/qdrant/pull/6326 - Parallelize large segment search batches
* https://github.com/qdrant/qdrant/pull/6390 - Better organized `telemetry` details levels generate less overhead by excluding segment-level details

## Bug Fixes

* https://github.com/qdrant/qdrant/pull/6289 - Scroll lock: make sure no segments are modified between scroll and retrieve
* https://github.com/qdrant/qdrant/pull/6297, https://github.com/qdrant/qdrant/pull/6293 - Prevent crash on failed shard recovery. Instead, qdrant will load dummy shard, which can be recovered via API
* https://github.com/qdrant/qdrant/pull/6383 - Fix delayed flush wrapper. Before this fix, payload indexes might temporary loose unflushed updates after flush operation is started and before it is finished.
* https://github.com/qdrant/qdrant/pull/6364 - Abort resharding if any Resharding replica is to be marked dead

## Web-ui

* https://github.com/qdrant/qdrant-web-ui/pull/272 - Full query auto-completion

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 20, 2025

📝 Walkthrough

Walkthrough

The changes in this update primarily involve incrementing the version number of the software from 1.13.6 to 1.14.0 across multiple files and components. The Cargo.toml files for both the main project and the API submodule have their version fields updated to "1.14.0". In the source code, the constant QDRANT_VERSION_STRING is also updated to reflect the new version. Documentation files are modified to include references to the new version: the default API version in the JavaScript file is set to "v1.14.x", and the HTML documentation adds "v1.14.x" as an option in the version dropdown menu. No other dependencies, features, logic, or public interfaces are changed in this update.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between ebab363 and d0b6fd0.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (5)
  • Cargo.toml (1 hunks)
  • docs/redoc/default_version.js (1 hunks)
  • docs/redoc/index.html (1 hunks)
  • lib/api/Cargo.toml (1 hunks)
  • lib/common/common/src/defaults.rs (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (13)
  • GitHub Check: integration-tests-consensus
  • GitHub Check: test-snapshot-operations-s3-minio
  • GitHub Check: test-shard-snapshot-api-s3-minio
  • GitHub Check: test-low-resources
  • GitHub Check: Basic TLS/HTTPS tests
  • GitHub Check: test-consistency
  • GitHub Check: rust-tests (macos-latest)
  • GitHub Check: test-consensus-compose
  • GitHub Check: rust-tests (windows-latest)
  • GitHub Check: integration-tests
  • GitHub Check: storage-compat-test
  • GitHub Check: rust-tests (ubuntu-latest)
  • GitHub Check: lint
🔇 Additional comments (5)
lib/api/Cargo.toml (1)

3-3: Version bump to 1.14.0 for the API crate
The version field has been correctly updated to "1.14.0", matching the main project’s release.

lib/common/common/src/defaults.rs (1)

9-9: Update QDRANT_VERSION_STRING to 1.14.0
The constant now reflects the new release version. Ensure this matches the value in the root Cargo.toml and the API crate.

Cargo.toml (1)

3-3: Bump main crate version to 1.14.0
The package version has been updated to "1.14.0". This aligns with sub-crates and documentation.

docs/redoc/default_version.js (1)

1-1: Set default API version to v1.14.x
The defaultApiVersion constant has been updated, ensuring the docs load the correct spec by default.

docs/redoc/index.html (1)

42-42: Add v1.14.x to the version dropdown
The new v1.14.x entry is inserted immediately after “master,” giving users access to the updated docs.

✨ Finishing Touches
  • 📝 Generate Docstrings

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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@generall generall requested a review from joein April 21, 2025 10:01
@generall generall merged commit 9eab25f into master Apr 21, 2025
17 checks passed
@generall generall deleted the v1.14.0 branch April 21, 2025 10:17
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.

3 participants