[1.27.0] - 2026-05-18
Removed
- Removed the unauthenticated
GET /public_keysendpoint. 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