Skip to content

Releases: cyberark/conjur-sdk-java

v4.2.4

21 Oct 13:19

Choose a tag to compare

[4.2.4] - 2025-10-16

Added

  • Added close-stale.yml GitHub workflow

v4.2.3

22 Sep 14:37

Choose a tag to compare

[4.2.3] - 2025-09-10

Updated

  • Updated documentation to align with Conjur Enterprise name change to Secrets Manager. (CNJR-10971)

v4.2.2

05 Aug 13:49

Choose a tag to compare

[4.2.2] - 2025-07-16

Updated

  • Updated Telemetry Headers

v4.2.1

30 Jun 15:06

Choose a tag to compare

[4.2.1] - 2025-03-25

Added

v4.2.0

06 Jan 16:05

Choose a tag to compare

[4.2.0] - 2025-01-06

Changed

v4.1.0

14 Jul 17:51
93687ed

Choose a tag to compare

Changed

v4.0.0

04 Aug 19:25
ca9d672

Choose a tag to compare

Changed

  • The package name from org.conjur.sdk to com.cyberark.conjur.sdk
  • The main package with endpoint classes from org.conjur.sdk.api to org.conjur.sdk.endpoint
    cyberark/conjur-sdk-java#28
  • Changed logging level in Okhttp3 so header values arent printed and secrets cannot be leaked.
    cyberark/conjur-sdk-java#54
  • Now force users to utilize https when connecting to Conjur for security reasons.
    cyberark/conjur-sdk-java#53

Added

  • Automatic authentication for client based on environment variables. Users will not have to manually
    authenticate or refresh an AccessToken if CONJUR_ACCOUNT, CONJUR_LOGIN, and CONJUR_AUTHN_API_KEY are set.
    cyberark/conjur-sdk-java#7
  • New method signatures for all API methods removing optional arguments. This allows API
    methods to be called without having to specify null for all optional parameters (if they are unused).
    cyberark/conjur-sdk-java#15
  • Basic client infrastructure and generation tools as well as minimal templates.
    cyberark/conjur-sdk-java#1
  • New script to lint handwritten test files, uses Checkstyle to enforce
    Google's Java Style.
    cyberark/conjur-sdk-java#3