Skip to content

Commit

Permalink
Doc: add change-log 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed May 3, 2024
1 parent fd5c657 commit 81240b8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
16 changes: 16 additions & 0 deletions change-log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v0.9.8

Summary:

- Fixed:
- [fd5c657f](https://github.com/datafuselabs/openraft/commit/fd5c657f2d08844b7917e599badb4d75875a9611) `Chunked` should reset offset 0 when a `SnapshotMismatch` error is received.

Detail:

### Fixed:

- Fixed: [fd5c657f](https://github.com/datafuselabs/openraft/commit/fd5c657f2d08844b7917e599badb4d75875a9611) `Chunked` should reset offset 0 when a `SnapshotMismatch` error is received; by 张炎泼; 2024-05-02

When a `SnapshotMismatch` is received, the sending end should re-send
all snapshot data from the beginning.

## v0.9.7

Summary:
Expand Down
13 changes: 13 additions & 0 deletions change-log/v0.9.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Summary:

- Fixed:
- [fd5c657f](https://github.com/datafuselabs/openraft/commit/fd5c657f2d08844b7917e599badb4d75875a9611) `Chunked` should reset offset 0 when a `SnapshotMismatch` error is received.

Detail:

### Fixed:

- Fixed: [fd5c657f](https://github.com/datafuselabs/openraft/commit/fd5c657f2d08844b7917e599badb4d75875a9611) `Chunked` should reset offset 0 when a `SnapshotMismatch` error is received; by 张炎泼; 2024-05-02

When a `SnapshotMismatch` is received, the sending end should re-send
all snapshot data from the beginning.

0 comments on commit 81240b8

Please sign in to comment.