open-vault/website/pages/docs/upgrading/upgrade-to-0.11.6.mdx
Jeff Escalante df34412570 New Website! (#8154)
* new documentation website

* ci job adjustment

* update to latest version on downloads page

* remove transition-period scripts

* add netlify toml file

* fix docs patch

* fix ci config?

* revert go.mod changes

* a couple last markdown formatting fixes
2020-01-17 16:18:09 -08:00

21 lines
689 B
Plaintext

---
layout: docs
page_title: Upgrading to Vault 0.11.6 - Guides
sidebar_title: Upgrade to 0.11.6
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.