Skip to content

Commit

Permalink
Update chitchat to fix a major bug in digest message serialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Mar 29, 2024
1 parent 7af4596 commit ee99e46
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
--->

# [0.8.1]

### Fixed

- Bug in the chitchat digest message serialization (chitchat#144)

## [0.8.0]

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

### Fixed
- Assign all sources/shards, even if this requires exceeding the indexer #4363
- Assign all sources/shards, even if this requires exceeding the indexer #4363
- Fix traces doc mapping (service name set as fast) and update default otel logs index ID to `otel-logs-v0_7` (#4401)
- Fix parsing multi-line queries (#4409)
- Fix range query for optional fast field panics with Index out of bounds (#4362)
Expand Down
2 changes: 1 addition & 1 deletion quickwit/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion quickwit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ base64 = "0.21"
bytes = { version = "1", features = ["serde"] }
bytesize = { version = "1.3.0", features = ["serde"] }
bytestring = "1.3.0"
chitchat = { git = "https://github.com/quickwit-oss/chitchat.git", rev = "f783620" }
chitchat = { git = "https://github.com/quickwit-oss/chitchat.git", rev = "d039699" }
chrono = { version = "0.4", default-features = false, features = [
"clock",
"std",
Expand Down

0 comments on commit ee99e46

Please sign in to comment.