Skip to content

Releases: cyberark/conjur-api-java

v3.0.5

09 Jun 15:19
v3.0.5
9eb4f4b
Compare
Choose a tag to compare

3.0.5 - 2023-06-09

Fixed

Security

Changed

v3.0.4

27 Feb 17:31
@szh szh
v3.0.4
02dc6f2
Compare
Choose a tag to compare

3.0.4 - 2023-02-27

Security

v3.0.3

01 Jun 23:02
v3.0.3
84a8993
Compare
Choose a tag to compare

3.0.3 - 2022-05-31

Security

v3.0.2

28 Oct 21:40
cc51540
Compare
Choose a tag to compare

[3.0.2] - 2020-10-28

Fixed

v3.0.1

23 Jun 16:04
c7ce9c4
Compare
Choose a tag to compare

[3.0.1] - 2020-06-23

Added

  • Additional information was added to the pom.xml to meet Maven Central
    publishing requirements for this project.

v3.0.0

23 Jun 15:11
a49cec8
Compare
Choose a tag to compare

[3.0.0] - 2020-06-22

Fixed

Added

  • Implemented #74
  • Updated code to enable adding custom javax.net.ssl.SSLContext to Conjur which
    enables us to set up a trust between application and Conjur server from Java
    code
  • README has been updated with example SSLContext setup and it's use in Conjur
    class constructors
  • Introduced upgrade instructions to provide instructions for
    upgrading to 3.0.0, or make use of published artifacts. These can be found in
    UPGRADING.md. (cyberark/conjur-api-java#77)

Changed

v2.2.1

08 May 16:52
015bd99
Compare
Choose a tag to compare

v2.2.1 - 2020-05-08

Fixed

  • README has been updated to reflect the correct/expected usage of this SDK (#70, #50, #39, #18).

v2.2.0

30 Apr 21:28
a07dcdc
Compare
Choose a tag to compare

Change log

Added

  • Enabled supplying alternative authentication URLs when instantiating the client,
    which allows clients to use alternative Conjur authentication methods such as
    authn-iam and authn-oidc. (cyberark/conjur-api-java#40)
  • Maven pom.xml file includes fat jar creation to allow easy incorporation of
    this client (PR cyberark/conjur-api-java#47)

Fixed

  • Updated code so that properties will be retrieved from system properties, and
    if not found will then be retrieved from environment variables. (cyberark/conjur-api-java#17)
  • If a mandatory property (CONJUR_ACCOUNT, CONJUR_APPLIANCE_URL) is not provided
    a more verbose exception message will be thrown instead of a NullPointerException.
    (cyberark/conjur-api-java#41)
  • Improved error handling for missing / undefined env properties that are
    mandatory for proper system functioning.
    (PR cyberark/conjur-api-java#47)

v2.0.0

12 Jul 19:03
Compare
Choose a tag to compare

2.0.0 - 2018-07-12

Added

  • License updated to Apache v2 - PR #8

Changed

  • Authn tokens now use the new Conjur 5 format - PR #21
  • Configuration change. When using environment variables, use CONJUR_AUTHN_LOGIN and CONJUR_AUTHN_API_KEY now
    instead of CONJUR_CREDENTIALS - 6034430