changelog++
This commit is contained in:
parent
5e126f6de8
commit
155fa5114b
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -2,13 +2,16 @@
|
||||||
|
|
||||||
BUG FIXES:
|
BUG FIXES:
|
||||||
|
|
||||||
* storage/postgresql: The `Get` method will now return an Entry object with the
|
* storage/postgresql: The `Get` method will now return an Entry object with
|
||||||
`Key` member correctly populated with the full path that was requested instead
|
the `Key` member correctly populated with the full path that was requested
|
||||||
of just the last path element [GH-6044].
|
instead of just the last path element [GH-6044]
|
||||||
|
|
||||||
IMPROVEMENTS:
|
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)
|
## 1.0.2 (January 15th, 2019)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue