Skip to content

Commit ee99e46

Browse files
committed
Update chitchat to fix a major bug in digest message serialization.
1 parent 7af4596 commit ee99e46

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
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.1]
26+
27+
### Fixed
28+
29+
- Bug in the chitchat digest message serialization (chitchat#144)
30+
2531
## [0.8.0]
2632

2733
### Added
@@ -99,7 +105,7 @@ Because we made some breaking changes in the gossip protocol (chitchat), nodes r
99105
- Allow $ and @ characters in field names (#4413)
100106

101107
### Fixed
102-
- Assign all sources/shards, even if this requires exceeding the indexer #4363
108+
- Assign all sources/shards, even if this requires exceeding the indexer #4363
103109
- Fix traces doc mapping (service name set as fast) and update default otel logs index ID to `otel-logs-v0_7` (#4401)
104110
- Fix parsing multi-line queries (#4409)
105111
- Fix range query for optional fast field panics with Index out of bounds (#4362)

quickwit/Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -90,7 +90,7 @@ base64 = "0.21"
9090
bytes = { version = "1", features = ["serde"] }
9191
bytesize = { version = "1.3.0", features = ["serde"] }
9292
bytestring = "1.3.0"
93-
chitchat = { git = "https://github.com/quickwit-oss/chitchat.git", rev = "f783620" }
93+
chitchat = { git = "https://github.com/quickwit-oss/chitchat.git", rev = "d039699" }
9494
chrono = { version = "0.4", default-features = false, features = [
9595
"clock",
9696
"std",

0 commit comments

Comments
 (0)