changelog++

This commit is contained in:
Jeff Mitchell 2019-01-25 14:11:58 -05:00
parent e781ea3ac4
commit 3032dfd5c3
1 changed files with 10 additions and 6 deletions

View File

@ -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: