You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TF-8697: Support Ruby versions lacking OpenSSL constant (#300)
* Support ruby 2.3
This restores support for much older versions of ruby such as 2.3. While
these versions are EOL'd, they do still appear in usage in things like
embedded chef. It's not a big change to restore functionality, so we've
done that.
* Update changelog and version number
---------
Co-authored-by: Evan Phoenix <[email protected]>
[VAULT-5411] Add handling of 412 errors to with_retries (#266)
* Add handling of 412 errors to with_retries
* Raise state error in error() function like other error types
* Update changelog and version