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. |
- 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 off
main@ a716183.CHANGELOG.md[0.9.0]: new Breaking / Migration block, ingest V2 as the default, AWS Lambda search offloading (distinct from the removed standalone Lambda mode), Jaeger v2, Trino-compat endpoints, composite aggregation, plus many smaller Changed / Fixed / Removed entries covering ~400 PRs since v0.8.2.docs/get-started/upgrade.mdcovering the 0.8.x → 0.9 migration path: ingest V2 default (+/api/v1/{index}/ingest-v2removed,?use_legacy_ingest=trueescape hatch),rest_listen_port→rest.listen_port, stemming gated behindmultilang, metastore auto-migrates, rollback notes.quickwit/Cargo.tomland refreshCargo.lock.Verification
cargo check --workspacegreen.manifest.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.Test plan
rest-api-tests/pass locally against a fresh 0.9 serverTODO
We want to include a few more PR before release
Storage::get_slicezero copy for single-segment bodies #6336🤖 Generated with Claude Code