gitlab
GitLab API
Add mr_default_title_template to application settings
A new field mr_default_title_template has been added to the application settings schema in two locations of the OpenAPI spec. This is an additive change that expands the available settings without modifying or removing existing functionality.
Alert history
- Additive
Add mr_default_title_template to application settings
A new field
mr_default_title_templatehas been added to the application settings schema in two locations of the OpenAPI spec. This is an additive change that expands the available settings without modifying or removing existing functionality. - Additive
Add ai_catalog_restricted_to_group_hierarchy field
Added new optional boolean field
ai_catalog_restricted_to_group_hierarchyto two API response schemas to restrict the AI Catalog to items within a top-level group hierarchy. This is a backwards-compatible addition that does not affect existing integrations. - Additive
Add project import/export relation upload metrics to API
Added 16 new optional fields to the GitLab API schema for tracking project import/export relation upload metrics, including counts for checksumming, syncing, and verification operations. These fields are purely additive to an existing metrics schema and cannot break existing integrations.
- Informational
Clarify Jira project_keys behavior in documentation
Updated the description of the
project_keysfield in the Jira integration settings across three locations to clarify that it controls display filtering only and does not restrict API token access. This is a documentation improvement that changes no API behavior or contract. - Additive
Add network access allowlist configuration fields to Duo Agent
Three new optional boolean fields were added to the Duo Agent Platform configuration schema:
include_recommended_allowed,allow_all_unix_sockets, andallow_project_extension. These fields control network access policies and are purely additive, allowing existing clients to continue functioning unchanged while new clients can leverage these configuration options. - Additive
Add vulnerability archive export upload metrics fields
Added 17 new optional fields to the Geo status API response related to vulnerability archive export uploads tracking: count, checksum, sync, verification, and percentage metrics. These are purely additive metrics fields that extend monitoring capabilities without changing existing response structure.
- Breaking
Remove `approved` filter param from merge request list endpoints
The
approvedquery parameter (enum:yes/no) has been removed from all four merge request listing endpoints in the OpenAPI spec. Clients currently usingapproved=yesorapproved=noto filter merge requests will no longer have a documented (and likely functional) way to do so, breaking existing integrations that rely on this filter.