1
0
Fork 0

Update CHANGELOG

master
Philip O'Toole 2 years ago
parent c8d521e628
commit 1618eb5b1f

@ -1,3 +1,9 @@
## 7.9.2 (unreleased)
This release addresses an shortcoming in inter-node communications, ensuring that Protobufs up to 2^64 bytes in size can be communicated correctly. **If any node is upgraded to this release, then all nodes 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).
### Implementation changes and bug fixes
- [PR #1089](https://github.com/rqlite/rqlite/pull/1089): Move to 8-byte Protobuf lengths for cluster communications.
## 7.9.1 (October 23rd 2022)
### Implementation changes and bug fixes
- [PR #1086](https://github.com/rqlite/rqlite/pull/1086): Restoring via follower should have same HTTP response body.

Loading…
Cancel
Save