Skip to content

v1.27.0

Latest

Choose a tag to compare

@conjur-jenkins conjur-jenkins released this 16 Jun 16:00

[1.27.0] - 2026-05-18

Removed

  • Removed the unauthenticated GET /public_keys endpoint. CNJR-11339

Changed

  • API endpoints now reject requests that include unrecognized query parameters
    with a 422 Unprocessable Entity response. Legacy v1 endpoints log a warning instead of
    failing. This behavior is controlled by the feature flag CONJUR_FEATURE_STRICT_PARAMS_ENABLED,
    with V2 endpoints remaining strict by default. CNJR-7246