From 3032dfd5c3ccee35425b5c28b0b5d34a44b195e1 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 25 Jan 2019 14:11:58 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5bc653f7..e8a418b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,5 @@ ## Next -BUG FIXES: - - * storage/postgresql: The `Get` method will now return an Entry object with - the `Key` member correctly populated with the full path that was requested - instead of just the last path element [GH-6044] - IMPROVEMENTS: * auth/jwt: The supported set of signing algorithms is now configurable [JWT @@ -17,6 +11,16 @@ IMPROVEMENTS: fashion [GH-6077] * storage/etcd: Support SRV service names [GH-6087] +BUG FIXES: + + * replication: Fix a potential race when a token is created and then used with + a performance standby very quickly, before an associated entity has been + replicated. If the entity is not found in this scenario, the request will + forward to the active node. + * storage/postgresql: The `Get` method will now return an Entry object with + the `Key` member correctly populated with the full path that was requested + instead of just the last path element [GH-6044] + ## 1.0.2 (January 15th, 2019) SECURITY: