All notable changes to the "vscode-kms" extension will be documented in this file.
Cleanup of deprecated activationEvents.
Updates to dependencies and fixes an issue when using AWS SSO.
The extention is updated to be compatible with source_profile
in the ~/.aws/config
file. This was done by upgrading to the newer V3 of the AWS sdk.
We exposed a new setting called defaultEncryptionContext
where you can configure a default context key-value if you happen to use the same value a lot.
We removed the defaultRegion
as we now rely on the region set in the ~/.aws/config
file.
We configured the encryption key to remain open when changing windows ( e.g. switch windows to copy the id of the KMS key).
The extension now also loads all the AWS profiles configured in the AWS CLI config file.
- Initial release