Clarify the compatibility

This commit is contained in:
Armon Dadgar 2015-01-25 13:59:30 -08:00
parent 95f49ead61
commit 266fd248cb
2 changed files with 17 additions and 0 deletions

View File

@ -69,6 +69,19 @@ MISC:
* Many documentation improvements * Many documentation improvements
* Reduce log messages when quorum member is logs [GH-566] * Reduce log messages when quorum member is logs [GH-566]
UPGRADE NOTES:
* If `acl_default_policy` is "deny", ensure tokens are updated to enable
service registration to avoid a service disruption. The new ACL policy
can be submitted with 0.4 before upgrading to 0.5 where it will be
enforced.
* Servers running 0.5.X cannot be mixed with older servers. (Any client
version is fine). There is a 15 minute upgrade window where mixed
versions are allowed before older servers will panic due to an unsupported
internal command. This is due to the new KV tombstones which are internal
to servers.
## 0.4.1 (October 20, 2014) ## 0.4.1 (October 20, 2014)
FEATURES: FEATURES:

View File

@ -50,4 +50,8 @@ upgrading, see the [upgrading page](/docs/upgrading.html).
<td>0.4</td> <td>0.4</td>
<td>1, 2</td> <td>1, 2</td>
</tr> </tr>
<tr>
<td>0.5</td>
<td>1, 2. 0.5.X servers cannot be mixed with older servers.</td>
</tr>
</table> </table>