mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-10 16:47:01 +02:00
44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
---
|
|
layout: docs
|
|
page_title: Vault EKM Provider Release Notes
|
|
description: Release notes for the Vault EKM Provider for Microsoft SQL Server.
|
|
---
|
|
|
|
# Release notes
|
|
|
|
Each version is available to download from the
|
|
[releases](https://releases.hashicorp.com/vault-mssql-ekm-provider/) page.
|
|
|
|
## 0.2.2 (August 10th, 2023)
|
|
|
|
BUGS
|
|
|
|
* Fixed a bug that stopped the provider from successfully negotiating a TLS handshake directly with a Vault server in some configurations.
|
|
|
|
## 0.2.1 (June 30th, 2023)
|
|
|
|
BUGS
|
|
|
|
* The provider now correctly uses a previous key version for decryption when the transit key is rotated but the DEK has not yet been re-encrypted.
|
|
* Fixed a bug that prevented the provider from emitting Event logs.
|
|
|
|
## 0.2.0 (July 15th, 2022)
|
|
|
|
BUGS
|
|
|
|
* Fixed a bug where rotating the Transit key would cause decryption failures.
|
|
|
|
FEATURES
|
|
|
|
* The config file now supports setting a Vault namespace, and a non-default transit or App Role mount path. See [Configuration][config] for details.
|
|
|
|
IMPROVEMENTS
|
|
|
|
* The config file is now stored inside ProgramData and will persist during future upgrades. See [Configuration][config] for details.
|
|
|
|
## 0.1.0 (November 17th, 2021)
|
|
|
|
Initial release.
|
|
|
|
[config]: /vault/docs/platform/mssql/configuration
|