Spring Vault 1.1.0 M1 and 2.0.0 M2 available
On behalf of the community, I would like to announce two new Spring Vault milestones: 1.1.0 M1 and 2.0.0 M2. Release 1.1.0 M1 ships with 24 tickets completed and 2.0.0 M2 with 7 resolved tickets and are available from the milestone repository.
Since the previous releases, these features have made it into the current milestones:
-
Vault login using via AWS IAM
-
Rotation of generic secrets based on their lease duration
-
Introduction of
VaultEndpointProvider
to configure endpoints dynamically
additionally, 2.0.0 M2 ships with:
-
Authentication DSL to declare authentication flows
-
Reactive support based on Spring Framework 5
WebClient
and Project Reactor -
Enhanced tooling support by adding
@NonNullApi
and@Nullable
annotations to be picked up by your favorite IDE …