Vault v0.11.1.1 Release Notes

Release Date: 2018-09-17 // over 5 years ago
  • 🐛 BUG FIXES:

    • agent: Fix auth handler-based wrapping of output tokens [GH-5316]
    • core: Properly store the replication checkpoint file if it's larger than the storage engine's per-item limit
    • core: Improve WAL deletion rate
    • core: Fix token creation on performance standby nodes
    • core: Fix unwrapping inside a namespace
    • core: Always forward tidy operations from performance standby nodes

    👌 IMPROVEMENTS:

    • auth/aws: add support for key/value pairs or JSON values for iam_request_headers with IAM auth method [GH-5320]
    • auth/aws, secret/aws: Throttling errors from the AWS API will now be reported as 502 errors by Vault, along with the original error [GH-5270]
    • replication: Start fetching during a sync from where it previously errored