1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
---
features:
- |
For Barbican secrets with detected or provided content type other than
"text/plain" SDK now returns the secret payload as raw bytes.
For secrets with content type "text/plain", the payload is returned
as string, decoded to UTF-8.
This behavior is following python-barbicanclient, and allows to use
SDK with Barbican secrets that have binary payloads
(e.g. "application/octet-stream").
upgrade:
- |
The payload of Barbican secrets with other than "text/plain" content type
is now returned as raw bytes.
For secrets with content type "text/plain", the payload is returned
as string, decoded to UTF-8.
|