Merge branch 'main' into develop
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-19 11:45:59 +02:00
3 changed files with 14 additions and 8 deletions

View File

@ -3,11 +3,17 @@
### Deprecations
* `get...TimeString()` methods on various model classes are now deprecated
### Improvements
* Parse timestamps as `ZonedDateTime` instead of `String` representation
## 1.1.5 (2023-08-19)
### Fix
* Fixed JSON type conversion in `SecretResponse#get(String, Class)` (#67)
### Improvements
* Parse timestamps as `ZonedDateTime` instead of `String` representation
### Test
* Tested against Vault 1.2.0 to 1.14.0
## 1.1.4 (2023-06-15)