#8 Initialization from environment variables

This commit is contained in:
2017-04-10 12:30:14 +02:00
parent c1f6ee891b
commit e767c07a61
5 changed files with 218 additions and 4 deletions

View File

@ -1,4 +1,6 @@
## 0.6.0 [work in progress]
* [feature] Initialization from environment variables using `fromEnv()` in factory (#8)
* [feature] Automatic authentication with `buildAndAuth()`
* [feature] Custom timeout and number of retries (#9)
* [fix] `SecretResponse` does not throw NPE on `get(key)` and `getData()`