Skip to content

Commit 3fc1bea

Browse files
committed
rebase
1 parent be74e66 commit 3fc1bea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+768
-6967
lines changed

.github/workflows/cbench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: |
104104
echo "::error title=User not allowed to run the benchmark::User must be in list ${{ steps.authorized-users.outputs.users }}"
105105
- name: Add a PR comment with comparison results
106-
uses: actions/github-script@v7
106+
uses: actions/github-script@v8
107107
if: contains(fromJSON(steps.authorized-users.outputs.users), github.actor) && github.event_name == 'pull_request_target'
108108
# Inspired from: https://github.com/actions/github-script/blob/60a0d83039c74a4aee543508d2ffcb1c3799cdea/.github/workflows/pull-request-test.yml
109109
with:

.github/workflows/ui-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
QW_TEST_DATABASE_URL: postgres://quickwit-dev:quickwit-dev@postgres:5432/quickwit-metastore-dev
6060
steps:
6161
- uses: actions/checkout@v5
62-
- uses: actions/setup-node@v4
62+
- uses: actions/setup-node@v5
6363
with:
6464
node-version: 20
6565
cache: "yarn"

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3939
- Retry on S3 internal error (#5504)
4040
- Allow specifying OTEL index ID in header (#5503)
4141
- Add a metric to count storage errors and their error code (#5497)
42-
- Add support for concatenated fields (#4773, #5369, #5331)
42+
- Add support for concatenated fields (#4773, #5369, #5331)
4343
- Add number of splits per root/leaf search histograms (#5472)
4444
- Introduce a searcher config option to timeout get requests (#5467)
4545
- Add fingerprint to task in cluster state (#5464)
@@ -52,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5252
- Add more env var config for Postgres (#5365)
5353
- Enable str fast field range queries (#5324)
5454
- Allow querying non-existing fields (#5308)
55-
- Support updating doc mapper through api (#5253)
55+
- Support updating doc mapper through api (#5253)
5656
- Add optional special handling for hex in code tokenizer (#5200)
5757
- Added a circuit breaker layer (#5134)
5858
- Various performance optimizations in Tantivy (https://github.com/quickwit-oss/tantivy/blob/main/CHANGELOG.md)
@@ -83,15 +83,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8383
- Fix grafana searchers dashboard (#5455)
8484
- Fix jaeger http endpoint (#5378)
8585
- Fix file re-ingestion after EOF (#5330)
86-
- Fix source path in Lambda distrib (#5327)
8786
- Fix configuration interpolation (#5403)
8887
- Fix jaeger duration parse error (#5518)
8988
- Fix unit conversion in jaeger http search endpoint (#5519)
9089

9190
### Removed
9291
- Remove support for 2-digit years in java datetime parser (#5596)
9392
- Remove DocMapper trait (#5508)
94-
93+
- Remove support for AWS Lambda (#5884)
94+
- Remove search stream endpoint (#5886)
9595

9696
# [0.8.1]
9797

LICENSE-3rdparty.csv

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ constant_time_eq,https://github.com/cesarb/constant_time_eq,CC0-1.0,Cesar Eduard
106106
core-foundation,https://github.com/servo/core-foundation-rs,MIT OR Apache-2.0,The Servo Project Developers
107107
core-foundation-sys,https://github.com/servo/core-foundation-rs,MIT OR Apache-2.0,The Servo Project Developers
108108
cpufeatures,https://github.com/RustCrypto/utils,MIT OR Apache-2.0,RustCrypto Developers
109-
crc32c,https://github.com/zowens/crc32c,Apache-2.0 OR MIT,Zack Owens
109+
crc,https://github.com/mrhooray/crc-rs,MIT OR Apache-2.0,"Rui Hu <[email protected]>, Akhil Velagapudi <[email protected]>"
110+
crc-catalog,https://github.com/akhilles/crc-catalog,MIT OR Apache-2.0,Akhil Velagapudi <[email protected]>
111+
crc-fast,https://github.com/awesomized/crc-fast-rust,MIT OR Apache-2.0,Don MacAskill
110112
crc32fast,https://github.com/srijs/rust-crc32fast,MIT OR Apache-2.0,"Sam Rijs <[email protected]>, Alex Crichton <[email protected]>"
111113
criterion-plot,https://github.com/bheisler/criterion.rs,MIT OR Apache-2.0,"Jorge Aparicio <[email protected]>, Brook Heisler <[email protected]>"
112114
cron,https://github.com/zslayton/cron,MIT OR Apache-2.0,Zack Slayton <[email protected]>

distribution/lambda/.gitignore

Lines changed: 0 additions & 18 deletions
This file was deleted.

distribution/lambda/Makefile

Lines changed: 0 additions & 149 deletions
This file was deleted.

distribution/lambda/Pipfile

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)