Implement AutoCloseable

This commit is contained in:
2017-04-13 19:49:47 +02:00
parent e767c07a61
commit ed703f6e53
3 changed files with 10 additions and 2 deletions

View File

@ -2,6 +2,7 @@
* [feature] Initialization from environment variables using `fromEnv()` in factory (#8)
* [feature] Automatic authentication with `buildAndAuth()`
* [feature] Custom timeout and number of retries (#9)
* [feature] Connector implements `AutoCloseable`
* [fix] `SecretResponse` does not throw NPE on `get(key)` and `getData()`
## 0.5.0 [2017-03-18]