Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Vault Ruby Changelog

## Unreleased

BUG FIXES

- 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]

## v0.20.0 (February 4, 2026)

IMPROVEMENTS
Expand Down
1 change: 0 additions & 1 deletion vault.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 3.1"
spec.add_runtime_dependency "aws-sigv4"
spec.add_runtime_dependency "base64"
spec.add_runtime_dependency "connection_pool", "~> 2.4"
spec.add_runtime_dependency "net-http-persistent", "~> 4.0", ">= 4.0.2"

end