Artifactory 7.71.11 Self-Hosted

JFrog Release Information

Content Type
Release Notes
ft:sourceType
Paligo

Note

Version not available: An issue affecting this version has been discovered and the version is no longer available. Please upgrade to version 7.71.25 or newer which contains all features and fixes that were delivered in this version.

Released: 3 January, 2024

Feature Enhancements

  • Support for SCIM Update Group Response With No Content

    Added to the Update Group REST API the option to return a 204 status code with no content, as opposed to a 200 status code with a list of users in the group. This helps avoid sending responses with large payloads in environments with many users. To enable this feature, add this flag to your Access Configuration YAML file:Update GroupAccess YAML Configuration

    security:
      authentication:
        scim:
          no-content-on-group-update: true # Return no-content (204) on group update request (on PATCH '/scim/v2/Groups/{group}')