Release 0.9.0#6316
Open
fmassot wants to merge 6 commits into
Open
Conversation
Collaborator
|
We need the chitchat fix in. Releasing and updating chitchat version this morning. |
Collaborator
|
chitchat was updated. It is forced to 0.10.1 in Cargo.toml now, but you can also just regenerate the Cargo.lock. |
|
Hey team, we're interested in this release. Anything we can help with? |
- Flesh out the CHANGELOG [0.9.0] section with the ~400 user-facing PRs merged since v0.8.2: new Breaking / Migration block, ingest v2 as default, AWS Lambda search offloading (distinct from the removed standalone Lambda mode), Jaeger v2, Trino compat, composite aggregation, and many small fixes/changes. - Add docs/get-started/upgrade.md covering the 0.8.x -> 0.9 migration path: ingest v2 default, `rest_listen_port` deprecation, stemming behind `multilang`, metastore migration, rollback. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Prepare the 0.9.0 release on top of current
main@eec01c5b.CHANGELOG.md[0.9.0]: Breaking / Migration notes, ingest V2 as the default, AWS Lambda search offloading, Jaeger v2, Trino-compatible endpoints, composite aggregation, plus the late release-visible work merged after the PR was first opened.docs/get-started/upgrade.mdfor the 0.8.x -> 0.9 migration path: ingest V2 default,/api/v1/{index}/ingest-v2removal,?use_legacy_ingest=trueescape hatch,rest_listen_port->rest.listen_port, stemming behindmultilang, metastore migration / rollback notes, Rust 1.92, and metric-name changes from the metrics-rs migration.quickwit/Cargo.tomland refreshCargo.lock, including workspace crates that still needed to move from0.8.0to0.9.0.Verification
cargo metadata --locked --format-version 1cargo check --workspace --lockedrest-api-tests/against a fresh temporary 0.9 server:/tmp/qw-rest-api-tests-venv/bin/python ./run_tests.py --engine quickwit --binary ../target/debug/quickwitmanifest.jsonfrom v0.8 to v0.9, spawns pipelines for every pre-existing index,/describereturns unchanged counts, term/range/agg queries match the 0.8.2 counts, WAL replays on startup, round-trip ingest via the default V2 route succeeds.Benchmark numbers captured separately (0.8.2 default ingest v1 vs 0.9 default ingest v2): good improvement in search perf, to be shared soon.
TODO Audit
We wanted to include a few more PRs before release:
Storage::get_slicezero copy for single-segment bodies #6336