open-vault/website/content/docs/upgrading/upgrade-to-0.11.6.mdx
Bryce Kalow b76a56d40c
feat(website): migrates nav data format and updates docs pages (#11242)
* migrates nav data format and updates docs pages

* removes sidebar_title from content files
2021-04-06 13:49:04 -04:00

20 lines
656 B
Plaintext

---
layout: docs
page_title: Upgrading to Vault 0.11.6 - Guides
description: |-
This page contains the list of deprecations and important or breaking changes
for Vault 0.11.6. Please read it carefully.
---
# Overview
This page contains the list of deprecations and important or breaking changes
for Vault 0.11.6 compared to 0.11.5. Please read it carefully.
### Database Secret Engine Role Reads
On role read, empty statements will be returned as empty
slices instead of potentially being returned as JSON null values. This makes it
more in line with other parts of Vault and makes it easier for statically typed
languages to interpret the values.