changelog++

This commit is contained in:
Jeff Mitchell 2019-01-23 12:33:10 -05:00
parent 5e126f6de8
commit 155fa5114b
1 changed files with 9 additions and 6 deletions

View File

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