- AWS IAM authentication support
- Add VAULT_CACERT support
- Add support for renewing lease
- Add support for read dynamic secrets
- Added delete key feature
- Authentication methods are more generic
- Add support for certificate files in request
- Add timeout to client
- Upgrade httpoison to 1.0
- Add support for VAULT_SSL_VERIFY environment variable - this brings VaultEx in line with equivalent Vault libraries in Ruby, Node, etc
- Use atom instead of sting for econnrefused
- On error don't stringify the error reason - this adds too much noise
- Added support for token authentication
- Misc documentation changes
- Fixing deployment error
- Fix missing VERSION file
- Add support for LDAP authentication
- Fix minor bugs in unit tests and Dockerfile
- Adding eliver tool for easier version bumping