Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Releases: Nike-Inc/cerberus-archaius-client

v5.0.2

24 Oct 21:26
Compare
Choose a tag to compare
  • Includes latest version of cerberus-java-client with minor bug fix: role ARNs were not being properly constructed when paths were used

v5.0.1

23 Oct 23:26
Compare
Choose a tag to compare
  • Includes latest version of cerberus-java-client with minor bug fixes

v5.0.0

09 Oct 22:31
Compare
Choose a tag to compare
  • Removing support for TLS v1.0 and 1.1 (most clients are already using v1.2).
  • Latest versions of OkHttpClient and Cerberus client
  • Bug fix: client reporting version header correctly

This is a major version because it could technically break backward compatibility for a small number of people if they were running very old versions of Java 7 (hopefully, nobody). Otherwise, this is a very minor release.

v4.0.0

20 Jul 23:13
Compare
Choose a tag to compare
  • Reports client version via HTTP header to Cerberus

** This is only a breaking change for those who have extended the BaseAwsCredentialsProvider class

v3.1.0

09 May 04:30
Compare
Choose a tag to compare
  • Upgraded dependencies.
  • Added INFO level log message on successful poll from Cerberus.

v3.0.0

27 Apr 15:58
Compare
Choose a tag to compare

Upgrading Cerberus java-client dependency to take advantage of:

  • Bug fix: expiration date for credentials was not being set correctly.
  • The new Cerberus Management Service 'v2/auth/iam-principal' API

Note: This release is not compatible with versions of CMS older than v0.17.0

v2.3.0

02 Mar 22:21
Compare
Choose a tag to compare
  • Uses new cerberus client version 1.4.1

v2.2.0

01 Mar 23:48
Compare
Choose a tag to compare
  • Updates Cerberus client version (adds additional debug logging).

v2.1.1

23 Feb 21:23
Compare
Choose a tag to compare
  • Changed client factory to provide Archaius URL provider to credentials chain to ensure consistency when authenticating and reading secrets

v2.1.0

22 Feb 22:43
Compare
Choose a tag to compare
  • removed slf4j-simple dependency
  • updated other dependencies
  • additional logging
  • better error messages