1
0
Fork 0

Update CHANGELOG.md

master
Philip O'Toole 2 years ago committed by GitHub
parent 187098927b
commit 7f1380869b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
## 7.9.2 (October 24th 2022)
This release addresses a shortcoming in inter-node communications. Nodes now consistently encode the length of those communications using 8-byte values. **If any node in a cluster is upgraded to this release, then all nodes in that cluster should be**. However this change only affects transparently-forwarded queries, loads, and restores, so a rolling upgrade is an option (as long as there is no such traffic during the upgrade -- if there is, clients may receive an error during the upgrade process).
This release addresses a shortcoming in inter-node communications. Nodes now consistently encode the length of those communications using 8-byte values. **If any node in a cluster is upgraded to this release, then all nodes in that cluster should be**.
### Implementation changes and bug fixes
- [PR #1089](https://github.com/rqlite/rqlite/pull/1089): Move to 8-byte Protobuf lengths for cluster communications.

Loading…
Cancel
Save