Skip to content

Commit 99a7e91

Browse files
committed
Release Quickwit 0.8.2
1 parent 00b22bf commit 99a7e91

File tree

4 files changed

+37
-31
lines changed

4 files changed

+37
-31
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
2323
--->
2424

25+
# [0.8.2]
26+
27+
### Fixed
28+
29+
- Reduce dead node grace period in order to reduce gossip state size (00b22bf)
30+
2531
# [0.8.1]
2632

2733
### Added

quickwit/Cargo.lock

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quickwit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ default-members = [
7070
]
7171

7272
[workspace.package]
73-
version = "0.8.1"
73+
version = "0.8.2"
7474
edition = "2021"
7575
homepage = "https://quickwit.io/"
7676
documentation = "https://quickwit.io/docs/"

quickwit/quickwit-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickwit-ui",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"license": "AGPL-3.0",
55
"private": true,
66
"proxy": "http://127.0.0.1:7280",

0 commit comments

Comments
 (0)