Skip to content

Releases: quickwit-oss/quickwit

def4e26e9

20 May 12:05
def4e26

Choose a tag to compare

Add UnicodeSegmenter tokenizer (#6454)

The hidden goal of this is to unify the lambda binary for quickwit and Datadog BYOC logs.

lambda-11587c00

21 Apr 14:36
lambda-11587c00
11587c0

Choose a tag to compare

Update lambda binary

lambda-ff6fdfa5

10 Feb 09:01
ff6fdfa

Choose a tag to compare

Moving lambda execution to the leaf.

lambda-506751fb

29 Jan 10:06
506751f

Choose a tag to compare

v0.8.2

17 Jun 17:20
42766b8

Choose a tag to compare

Fixed

  • Reduce dead node grace period in order to reduce gossip state size (00b22bf)

aws-lambda-beta-04

16 May 08:33
569fe3a

Choose a tag to compare

aws-lambda-beta-04 Pre-release
Pre-release

Fix the metastore refresh on searchers.

aws-lambda-beta-03

03 Apr 09:59
24dc8d5

Choose a tag to compare

  • improved merge execution #4741
  • automatic pruning of metastore checkpoints #4777
  • exposes all native and ES compatible read endpoints (e.g field capabilities) #4805

v0.8.1

29 Mar 18:01

Choose a tag to compare

Added

  • Add support for OTLP logs in Kafka source (#4807)

Fixed

  • Bug in the chitchat digest message serialization (chitchat#144)
  • Fix parsing of date times without year (#4811)

Full Changelog: v0.8.0...v0.8.1

v0.8.0

19 Mar 08:47
7af4596

Choose a tag to compare

Added

  • Remove some noisy logs (#4447)
  • Add /{index}/_stats and /_stats ES API (#4442)
  • Use search_after in ES scroll API (#4280)
  • Add support for wildcard exclusion in index patterns (#4458)
  • Add . support in DSL indentifiers (#3989)
  • Add cat indices ES API (#4465)
  • Limit concurrent merges (#4473)
  • Add Index Template API and auto create index (#4456) (only available with ingest V2)
  • Add support for compressed ES _bulk requests (#4506)
  • Add support for slash / character in field names (#4510)
  • Handle SIGTERM shutdown signal (#4539)
  • Add start_timestamp and end_timestamp filter to ES _field_caps API (#4547)
  • Limit the number of merge pipelines that can be spawned concurrently (#4574)
  • Add support for _source_excludes and _source_includes query parameters in ES API (#4572)
  • Add gRPC metrics layer to clients and servers (#4591)
  • Add additional cluster metrics (#4597)
  • Add index patterns query param on GET /indexes endpoint (#4600)
  • Add support for GCS file backed metastore (#4604)
  • Add default search fields for OTEL traces index (#4602)
  • Add support for delete index in ES API (#4606)
  • Add a handler to dynamically change the log level (#4662)
  • Add REST endpoint to parse a query into a query AST (#4652)
  • Add postgresql index and use IN instead of many OR (#4670)
  • Add support for _source_excludes, _source_includes, extra_filters in _msearch ES API (#4696)
  • Handle track_total_size on request ES body (#4710)
  • Add a metric for the number number of indexes (#4711)
  • Add various performance optimizations in Quickwit and Tantivy

More details in tantivy's changelog.

Fixed

  • Fix aggregation result on empty index (#4449)
  • Fix Gzip file source (#4457)
  • Rate limit noisy logs (#4483)
  • Prevent the exponential backoff from overflowing after 64 attempts (#4501)
  • Remove field presence in ES _field_caps API (#4492)
  • Remove source in ES parameter, remove unsupported field fields in response (#4590)
  • Fix aggregation split_size parameter, add docs and test (#4627)
  • Various fixes in chitchat (gossip): more details in chitchat commit history
  • Various fixes in mrecordlog (WAL): more details in mrecordlog commit history

Changed

Removed

aws-lambda-beta-02

07 Feb 09:47
8c4e644

Choose a tag to compare

Fixed

  • bug in gzip file source