changelog++
This commit is contained in:
parent
e781ea3ac4
commit
3032dfd5c3
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,11 +1,5 @@
|
||||||
## Next
|
## 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:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
* auth/jwt: The supported set of signing algorithms is now configurable [JWT
|
* auth/jwt: The supported set of signing algorithms is now configurable [JWT
|
||||||
|
@ -17,6 +11,16 @@ IMPROVEMENTS:
|
||||||
fashion [GH-6077]
|
fashion [GH-6077]
|
||||||
* storage/etcd: Support SRV service names [GH-6087]
|
* 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)
|
## 1.0.2 (January 15th, 2019)
|
||||||
|
|
||||||
SECURITY:
|
SECURITY:
|
||||||
|
|
Loading…
Reference in New Issue