IMPROVEMENTS
- Add support for using a custom CA cert [GH-8]
- Allow clients to specify timeouts [GH-12, GH-14]
BUG FIXES
- Read local token (
~/.vault-token
) for token if present [GH-13] - Disable bad SSL cipher suites and force TLSv1.2 [GH-16]
- Update to test against Vault 0.2.0 [GH-20]
BUG FIXES
- Decode logical response body if present
BUG FIXES
- Require vault/version before accessing Vault::VERSION in the client
- Improve Travis CI test coverage
- README and typo fixes
- Initial release