This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Releases: Nike-Inc/cerberus-java-client
Releases · Nike-Inc/cerberus-java-client
v4.0.2
v4.0.1
v4.0.0
- Removing support for TLS v1.0 and 1.1 (most clients are already on v1.2 already)
- Bug fix: client version reporting
- Switching to jdk8 because Travis seems to have removed support for jdk7 (build target is still 1.7)
- Updating to latest versions Vault client and OkHttpClient
- Updating README to have a better quickstart guide, comments on Lamdda, etc
v3.0.0
v2.4.0
v2.3.0
v2.2.0
v2.0.1
v2.0.0
v1.5.0
Move joda-time, slf4j-api, vault-client, and commons-lang3 dependencies to "shadow" configuration such that they are excluded from the contents of the shadow jar and, instead, added to the POM. All that remains in the shadow jar is the AWS SDK and its transitive dependencies.
(Starting in version 1.2.0 we started shadowing the AWS SDK because incompatibilities between AWS SDK versions was causing issues for various customers. When we made that change in 1.2.0 we were a bit hurried so some extra dependencies were included that shouldn't have been. This release cleans things up).