Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Releases: Nike-Inc/cerberus-java-client

v7.2.2

10 Jul 18:36
a636b8f
Compare
Choose a tag to compare
  • Updates Gradle version to 4.8.1
  • Adds OWASP dependency check
  • Fixes dependency vulnerabilities for dom4j, jackson-databind, jetty, logback, okhttp3 and pmd
  • Updates bintray plugin to 1.8.5
  • Updates shadow plugin to 4.0.3

v7.1.2

04 Jun 18:59
330f2b8
Compare
Choose a tag to compare
  • Exclude org.w3c.dom and org.xml packages from relocation

v7.1.1

01 Apr 21:54
476f509
Compare
Choose a tag to compare
  • Update Travis credentials

v7.1.0

06 Feb 18:28
4c5071a
Compare
Choose a tag to compare

Upgraded AWS SDK for Java to v1.11.+

v7.0.2

07 Nov 20:07
9534d97
Compare
Choose a tag to compare
  • Add okttp3 to relocate shade Gradle config.

v7.0.1

23 May 21:24
7515dcc
Compare
Choose a tag to compare
  • Add okio to relocate shade Gradle config.

v7.0.1-RC.1

23 May 20:02
Compare
Choose a tag to compare
v7.0.1-RC.1 Pre-release
Pre-release
  • Add okio to relocate shade Gradle config.

v7.0.0

18 Dec 20:13
7d43bcb
Compare
Choose a tag to compare

BREAKING: STS Get Caller Identity doesn't return IAM paths, you must update your SDB to have the IAM role without the path.

  • Added STS Auth support to Java client
  • Removed all logic for KMS Authentication
  • Client now works using STS Auth which does not require a special IAM policy
  • This client will work anywhere IAM credentials are available (lambda, EC2, ECS, etc)

v6.1.0

04 Oct 21:49
e97470a
Compare
Choose a tag to compare
  • Adding DefaultAWSCredentialsProviderChainDebugger so that issues can be debugged from log messages

v6.0.0

25 Sep 21:01
a4aedbc
Compare
Choose a tag to compare
  • Added logic to run make some credentials providers run conditionally
  • Added code that uses some Java 8 functionality so the source and target versions were bumped from 1.7 to 1.8, thus the breaking change.