Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Prepares the v0.20.0 release with version bump and finalized changelog.
Changes
lib/vault/version.rbfrom 0.19.0 to 0.20.0What's New in v0.20.0
Improvements
cluster_addressfield toLeaderStatusresponse fromsys/leaderendpoint [Add leader_cluster_address to sys/leader. #204]set_roledocumentation to include modern parameters likesecret_id_bound_cidrs,token_bound_cidrs, andtoken_policies[AppRole auth: add support for 'secret_id_bound_cidrs' and 'token_bound_cidrs' #220]mount:option [optional mount path for approle #292]Bug Fixes
encode_pathincorrectly encoding hyphens (-), which caused 403 errors on Vault 1.15+ [Incorrect urlencoding causes permission denied errors #350, Fix encoding issue in encode_path method #343]FrozenErrorwhen loading the gem with OpenSSL 4.0.0+ by removing modification ofOpenSSL::SSL::SSLContext::DEFAULT_PARAMS. Modern Ruby (3.1+) already has secure SSL defaults. ["Gem Load Error is: can't modify frozen Hash" whenopenssl>= 4.0.0 #366, FrozenError: can't modify frozen Hash correct way #381]Vault.logical.readthrowingNoMethodErrorwhen Vault responds with HTTP 204 (No Content). Now correctly returnsnilfor empty responses. [Vault.logical.read throws NoMethodError when Vault responds with HTTP 204 (No Content) #241]