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: