Skip to content

Commit 98497c2

Browse files
committed
Release v0.20.1
1 parent 8b5a321 commit 98497c2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
## Unreleased
44

5+
## v0.20.1 (March 31, 2026)
6+
57
BUG FIXES
68

79
- Removed explicit `connection_pool` runtime dependency to allow use of connection_pool 3.x for compatibility with sidekiq 8.1+. The gem is already managed as a transitive dependency by `net-http-persistent`, which supports connection_pool 2.2.4+ through 3.x. [GH-393]
10+
- Hardened STS endpoint parsing in AWS auth by replacing permissive matching with strict HTTPS URI and host validation, preserving supported global, regional, GovCloud, and China endpoints while rejecting malformed inputs. [GH-402]
811

912
## v0.20.0 (February 4, 2026)
1013

lib/vault/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# SPDX-License-Identifier: MPL-2.0
33

44
module Vault
5-
VERSION = "0.20.0"
5+
VERSION = "0.20.1"
66
end

0 commit comments

Comments
 (0)