From 2c254119e30ef34144ec6562a3ada2ca0596dd0f Mon Sep 17 00:00:00 2001 From: Brian Kassouf Date: Tue, 24 Jul 2018 17:37:16 -0700 Subject: [PATCH] changelog++ --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 678917bbc..7a1eef01b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,8 @@ IMPROVEMENTS: * cli: Add subcommands for interacting with the plugin catalog [GH-4911] * core: Add config flag to disable non-printable character check [GH-4917] * storage/swift: Add additional configuration options [GH-4901] + * replication: Add additional saftey checks and logging when replication is + in a bad state BUG FIXES: @@ -84,6 +86,9 @@ BUG FIXES: * core: Fix standby not being able to forward requests larger than 4MB [GH-4844] * core: Avoid panic while processing group memberships [GH-4841] + * replication: Allow replication status requests to be processed while in + merkle sync + * replication: Ensure merkle reindex flushes all changes to storage immediately ## 0.10.3 (June 20th, 2018)