changelog++
This commit is contained in:
parent
5e126f6de8
commit
155fa5114b
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -2,13 +2,16 @@
|
|||
|
||||
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].
|
||||
* 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 plugin GH-16].
|
||||
|
||||
* auth/jwt: The supported set of signing algorithms is now configurable [JWT
|
||||
plugin GH-16]
|
||||
* secret/transit: ECDSA signatures can now be marshaled in JWS-compatible
|
||||
fashion [GH-6077]
|
||||
|
||||
## 1.0.2 (January 15th, 2019)
|
||||
|
||||
|
|
Loading…
Reference in New Issue