<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Code Repository release notes</title>
        <link>https://developer.harness.io/release-notes/code-repository</link>
        <description>Harness Release Notes</description>
        <lastBuildDate>Thu, 14 May 2026 05:54:29 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <copyright>Harness Inc.</copyright>
        <item>
            <title><![CDATA[Code Repository release notes]]></title>
            <link>https://developer.harness.io/release-notes/code-repository</link>
            <guid>https://developer.harness.io/release-notes/code-repository</guid>
            <pubDate>Thu, 05 Mar 2026 10:00:00 GMT</pubDate>
            <description><![CDATA[These release notes describe recent changes to Harness Code Repository.]]></description>
            <content:encoded><![CDATA[<header><h1>Code Repository release notes</h1><hr class="docItemHeaderDivider_VNQW"></header><a href="https://developer.harness.io/release-notes/code-repository/rss.xml" target="_blank" rel="noopener noreferrer" class="link"><button class="doc-button small">Subscribe via RSS<i class="fa-solid fa-square-rss custom-icon"></i></button></a>
<p>These release notes describe recent changes to Harness Code Repository.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>About Harness Release Notes</div><div class="admonitionContent_BuS1"><ul>
<li class=""><strong>Progressive deployment:</strong> Harness deploys changes to Harness SaaS clusters on a progressive basis. This means that the features described in these release notes may not be immediately available in your cluster. To identify the cluster that hosts your account, go to your <strong>Account Overview</strong> page in Harness. In the new UI, go to <strong>Account Settings</strong>, <strong>Account Details</strong>, <strong>General</strong>, <strong>Account Details</strong>, and then <strong>Platform Service Versions</strong>.</li>
<li class=""><strong>Security advisories:</strong> Harness publishes security advisories for every release. Go to the <a href="https://trust.harness.io/?itemUid=c41ff7d5-98e7-4d79-9594-fd8ef93a2838&amp;source=documents_card" target="_blank" rel="noopener noreferrer" class="">Harness Trust Center</a> to request access to the security advisories.</li>
<li class=""><strong>More release notes:</strong> Go to <a class="" href="/release-notes">Harness Release Notes</a> to explore all Harness release notes, including module, delegate, Self-Managed Enterprise Edition, and FirstGen release notes.</li>
</ul></div></div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="march-2026">March 2026<a href="#march-2026" class="hash-link" aria-label="Direct link to March 2026" title="Direct link to March 2026" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-180x">Version 1.80.x<a href="#version-180x" class="hash-link" aria-label="Direct link to Version 1.80.x" title="Direct link to Version 1.80.x" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements">New features and enhancements<a href="#new-features-and-enhancements" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">
<p>The repository <strong>summary page</strong> now displays a <strong>language breakdown</strong> showing the programming languages used in the repository. Languages are also computed automatically when importing a repository, so imported repos show language information immediately. (CODE-5093, CODE-5177)</p>
</li>
<li class="">
<p><strong>Forked repositories</strong> are now restricted to private visibility. Forks of private repositories can no longer be changed to public, preventing accidental exposure of private source code through forks. (CODE-5094)</p>
</li>
<li class="">
<p>Improved <strong>error messages for invalid branch names</strong>. When creating a branch with invalid characters (for example, using a commit message containing spaces as a branch name), the error message now clearly indicates which characters are invalid and what naming rules apply. (CODE-4900)</p>
</li>
<li class="">
<p>Added <strong>maximum length validation</strong> for summary and link fields in status check reports, preventing oversized payloads from causing issues. (CODE-4786)</p>
</li>
<li class="">
<p>The new Code Repository UI now fully supports <strong>public repositories</strong>, including unauthenticated access to the repository summary page, file browsing, commits, branches, and pull requests. (CODE-4513)</p>
</li>
</ul>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fixes-and-improvements">Bug fixes and improvements<a href="#bug-fixes-and-improvements" class="hash-link" aria-label="Direct link to Bug fixes and improvements" title="Direct link to Bug fixes and improvements" translate="no">​</a></h4>
<ul>
<li class="">
<p>Fixed an issue where the <strong>compare branches</strong> and <strong>pull request commits</strong> tabs only displayed approximately 15 commits, even when many more existed between the compared branches. Pagination is now available to navigate the full commit list. (CODE-5182)</p>
</li>
<li class="">
<p>Fixed an issue where <strong>file attachments</strong> added to a pull request description were lost after creating the PR, particularly when using AI-generated summaries or PR templates. (CODE-4677)</p>
</li>
<li class="">
<p>Fixed an issue where the <strong>gitignore template</strong> listing API incorrectly included non-template files (such as <code>README.md</code>) in the response. The API now also returns HTTP 400 instead of 500 for unsupported template requests. (CODE-5162)</p>
</li>
<li class="">
<p>Fixed an issue where <strong>branch protection rules</strong> were not properly enforced when the commit API used full branch references (<code>refs/heads/</code> prefix) instead of plain branch names. (CODE-4920)</p>
</li>
<li class="">
<p>Fixed an issue where the <strong>repository listing API</strong> returned HTTP 500 when paginating through repositories that contained forks whose source repository had been deleted. (CODE-5137)</p>
</li>
<li class="">
<p>Fixed an issue where the repository settings UI did not allow selecting a <strong>validation pipeline</strong> in branch rules until the pipeline had been triggered at least once. (CODE-5198)</p>
</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-178x">Version 1.78.x<a href="#version-178x" class="hash-link" aria-label="Direct link to Version 1.78.x" title="Direct link to Version 1.78.x" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-repository-settings-and-rules-interaction">New Repository Settings and Rules Interaction<a href="#new-repository-settings-and-rules-interaction" class="hash-link" aria-label="Direct link to New Repository Settings and Rules Interaction" title="Direct link to New Repository Settings and Rules Interaction" translate="no">​</a></h4>
<p>As part of ongoing improvements to repository restriction enforcement, we have a long-term project to refine the interactions among <strong>Settings</strong>, <strong>Push Rules</strong>, <strong>Branch Rules</strong>, and <strong>Tag Rules</strong>.</p>
<p>Settings that overlap with push rules will be removed in a future release, as their functionality is being replaced by rules.</p>
<p>During this transition, we have identified issues with how some settings were being enforced. Some were <strong>not enforced as intended</strong>, and changes will be deployed in the coming weeks to ensure they are applied correctly. This may result in <strong>breaking behavior</strong> for configurations that relied on the previous unintended evaluation. (CODE-5067)</p>
<p>Customers are strongly encouraged to prefer <strong>push rules</strong> over <strong>settings</strong> for new configurations where equivalent rule-based conditions exist, as rules support overrides and will remain the supported mechanism going forward.</p>
<p>Customers should review existing repository configurations and remove overlapping restrictions from <strong>Settings</strong> when equivalent <strong>Push Rules</strong> exist.</p>
<p>After upgrading, repository behavior should be verified, since some settings that were previously not enforced may now be applied correctly and can affect push operations.</p>
<p>The update will be part of the <strong>1.78.x release</strong> (tentatively week of March 30, 2026).</p>
<p>For more information, go to <a class="" href="/docs/code-repository/config-repos/rules#repository-settings-and-push-rules">Repository Settings and Push Rules</a>.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-177x">Version 1.77.x<a href="#version-177x" class="hash-link" aria-label="Direct link to Version 1.77.x" title="Direct link to Version 1.77.x" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-1">New features and enhancements<a href="#new-features-and-enhancements-1" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">
<p>The fork-sync API now returns HTTP 409 status code when sync encounters merge conflicts, replacing the previous 200 response. This provides clearer conflict detection for API consumers. (CODE-5104)</p>
</li>
<li class="">
<p>Improved Git LFS upload performance by streaming file content during OID calculation, reducing memory usage for large file uploads. (CODE-4993)</p>
</li>
</ul>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fixes-and-improvements-1">Bug Fixes and Improvements<a href="#bug-fixes-and-improvements-1" class="hash-link" aria-label="Direct link to Bug Fixes and Improvements" title="Direct link to Bug Fixes and Improvements" translate="no">​</a></h4>
<ul>
<li class="">
<p>Fixed an issue where listing repositories in a forked repo's space would fail if the upstream (source) repository had been deleted. (CODE-5090)</p>
</li>
<li class="">
<p>Fixed fork-related API endpoint definitions in the OpenAPI specification to return correct status codes. (CODE-4616)</p>
</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="february-2026">February 2026<a href="#february-2026" class="hash-link" aria-label="Direct link to February 2026" title="Direct link to February 2026" translate="no">​</a></h2>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>UI refresh</div><div class="admonitionContent_BuS1"><p>We’ve revamped the Code Repository UI with major usability and workflow improvements. Starting in February, customers will see the updated Code UI as the rollout progresses.</p></div></div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="november-2025">November 2025<a href="#november-2025" class="hash-link" aria-label="Direct link to November 2025" title="Direct link to November 2025" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-164x">Version 1.64.x<a href="#version-164x" class="hash-link" aria-label="Direct link to Version 1.64.x" title="Direct link to Version 1.64.x" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-2">New features and enhancements<a href="#new-features-and-enhancements-2" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">Harness Code introduces a complete UI revamp, offering a faster, cleaner, and more intuitive experience with improved navigation, search, and code review workflows. Developers can now opt in or out to explore the redesigned layout and streamlined repository management before it becomes the default. This is currently behind the following feature flags <code>CODE_ENABLE_MFE_V2</code> &amp; <code>PL_UNIFIED_OPT_IN_ENABLED</code> that need to be enabled for the opt-in experience.</li>
</ul>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fixes-and-improvements-2">Bug Fixes and Improvements<a href="#bug-fixes-and-improvements-2" class="hash-link" aria-label="Direct link to Bug Fixes and Improvements" title="Direct link to Bug Fixes and Improvements" translate="no">​</a></h4>
<ul>
<li class="">Fixed an issue where filename with a special character "%" caused the file view or the landing page of the repository to break.</li>
<li class="">Fixed syntax highlighting issue. Users will now see raw text without syntax highlighting if the underlying text has syntax errors.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="september-2025">September 2025<a href="#september-2025" class="hash-link" aria-label="Direct link to September 2025" title="Direct link to September 2025" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-156x">Version 1.56.x<a href="#version-156x" class="hash-link" aria-label="Direct link to Version 1.56.x" title="Direct link to Version 1.56.x" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-3">New features and enhancements<a href="#new-features-and-enhancements-3" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">Added support for including user groups in <a class="" href="/docs/code-repository/config-repos/rules#codeowners">Code Owners and Reviewer assignments</a>.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="august-2025">August 2025<a href="#august-2025" class="hash-link" aria-label="Direct link to August 2025" title="Direct link to August 2025" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-154x">Version 1.54.x<a href="#version-154x" class="hash-link" aria-label="Direct link to Version 1.54.x" title="Direct link to Version 1.54.x" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-4">New features and enhancements<a href="#new-features-and-enhancements-4" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">Added target selection to Account, Org, and Project Branch/Tag rules, allowing users to include or exclude specific repos by name or pattern.</li>
<li class="">Added audit log support for Tag Rules, Webhook CRUD operations, and bypassed tag actions.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="july-2025">July 2025<a href="#july-2025" class="hash-link" aria-label="Direct link to July 2025" title="Direct link to July 2025" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-150x">Version 1.50.x<a href="#version-150x" class="hash-link" aria-label="Direct link to Version 1.50.x" title="Direct link to Version 1.50.x" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-5">New features and enhancements<a href="#new-features-and-enhancements-5" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">Added support for tag rules in Harness Code Repository. Users can now restrict tag creation, deletion, and updates with pattern-based rules.</li>
<li class="">Added support for including user groups in the bypass list for branch rules and tag rules.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-148x">Version 1.48.x<a href="#version-148x" class="hash-link" aria-label="Direct link to Version 1.48.x" title="Direct link to Version 1.48.x" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-6">New features and enhancements<a href="#new-features-and-enhancements-6" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">Added a <a class="" href="/docs/code-repository/pull-requests/create-pr#compare--pull-request-banner">banner prompting users to <strong>Create PR</strong></a> when a new branch is recently pushed.</li>
<li class="">Added repository sort and scope filters to the repo list page. Users can now sort repositories and toggle between account, org, and project scopes to control visibility.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="june-2025">June 2025<a href="#june-2025" class="hash-link" aria-label="Direct link to June 2025" title="Direct link to June 2025" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-146x">Version 1.46.x<a href="#version-146x" class="hash-link" aria-label="Direct link to Version 1.46.x" title="Direct link to Version 1.46.x" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-7">New features and enhancements<a href="#new-features-and-enhancements-7" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">Added the ability to set favorite repositories across the account.</li>
</ul>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="fixed-issues">Fixed issues<a href="#fixed-issues" class="hash-link" aria-label="Direct link to Fixed issues" title="Direct link to Fixed issues" translate="no">​</a></h4>
<ul>
<li class="">Resolved an issue where Markdown in Harness Code did not render images.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-145x">Version 1.45.x<a href="#version-145x" class="hash-link" aria-label="Direct link to Version 1.45.x" title="Direct link to Version 1.45.x" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-8">New features and enhancements<a href="#new-features-and-enhancements-8" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">Added Audit logs for force push to the default branch.</li>
<li class=""><a class="" href="/docs/code-repository/pull-requests/prs-of-interest">PR dashboard</a> enhancement.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="may-2025">May 2025<a href="#may-2025" class="hash-link" aria-label="Direct link to May 2025" title="Direct link to May 2025" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-143x">Version 1.43.x<a href="#version-143x" class="hash-link" aria-label="Direct link to Version 1.43.x" title="Direct link to Version 1.43.x" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-9">New features and enhancements<a href="#new-features-and-enhancements-9" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">Added support for <a class="" href="/docs/code-repository/work-in-repos/git-lfs">Git Large File Storage (LFS)</a> to enable versioning of large binary files in repositories.</li>
<li class="">Added <a class="" href="/docs/code-repository/integrations/jira-integration">Jira integration</a> to enable visibility between code repository and issue tracking workflows.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-142x">Version 1.42.x<a href="#version-142x" class="hash-link" aria-label="Direct link to Version 1.42.x" title="Direct link to Version 1.42.x" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-10">New features and enhancements<a href="#new-features-and-enhancements-10" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">Added support for partial and shallow Git clones to improve performance and reduce footprint when cloning large multi-service repositories.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-141x">Version 1.41.x<a href="#version-141x" class="hash-link" aria-label="Direct link to Version 1.41.x" title="Direct link to Version 1.41.x" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-11">New features and enhancements<a href="#new-features-and-enhancements-11" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">
<p>Added support to display the merge method used when merging a pull request.</p>
</li>
<li class="">
<p>Added support to indicate if rules were bypassed during pull request merge.</p>
</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="january-2025">January 2025<a href="#january-2025" class="hash-link" aria-label="Direct link to January 2025" title="Direct link to January 2025" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-1282">Version 1.28.2<a href="#version-1282" class="hash-link" aria-label="Direct link to Version 1.28.2" title="Direct link to Version 1.28.2" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-12">New features and enhancements<a href="#new-features-and-enhancements-12" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">Added Archive repository functionality</li>
<li class="">Added networking and API support for SSH with git repositories</li>
<li class="">Add checkbox for comment events and review events</li>
<li class="">Support for Harness SMP - Self Managed Platform</li>
<li class="">Support for Jira Cloud integration to link commits with issues</li>
<li class="">List Status Checks for account/org/project</li>
</ul>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="fixed-issues-1">Fixed issues<a href="#fixed-issues-1" class="hash-link" aria-label="Direct link to Fixed issues" title="Direct link to Fixed issues" translate="no">​</a></h4>
<ul>
<li class="">We need org view and edit permissions in order to create rules/labels on the account level</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="december-2024">December 2024<a href="#december-2024" class="hash-link" aria-label="Direct link to December 2024" title="Direct link to December 2024" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-1262">Version 1.26.2<a href="#version-1262" class="hash-link" aria-label="Direct link to Version 1.26.2" title="Direct link to Version 1.26.2" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-13">New features and enhancements<a href="#new-features-and-enhancements-13" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">Added Recreate Replica API.</li>
<li class="">Added <strong>Rules API</strong> for projects, organizations, and accounts.</li>
<li class="">Added <code>go-get</code> middleware in the Git router.</li>
<li class="">Updated Swagger for the <strong>Delete PR Branch</strong> API.</li>
<li class="">Added scope info to webhooks.</li>
<li class="">Ignored "not found" errors when deleting repositories.</li>
<li class="">Added time and author filter parameters to the <strong>List Commits</strong> page.</li>
<li class="">Updated Webhook for <strong>Code Comments</strong> to include all comment types.</li>
<li class="">Renamed the <strong>Review Submitted</strong> Webhook Trigger.</li>
</ul>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="fixed-issues-2">Fixed issues<a href="#fixed-issues-2" class="hash-link" aria-label="Direct link to Fixed issues" title="Direct link to Fixed issues" translate="no">​</a></h4>
<ul>
<li class="">Streamlined the <strong>list-paths</strong> Git operation to avoid message limits.</li>
<li class="">Handled synchronization of an empty repository with a non-'main' default branch.</li>
<li class="">Moved generated UI URLs to the new navigation.</li>
<li class="">Fixed an issue with label unassign activity.</li>
<li class="">Used space permissions in label and rules controllers.</li>
<li class="">Changed space permissions for space rules to repository permissions.</li>
<li class="">Resolved mentioned user IDs in email notifications.</li>
<li class="">Fixed sanitization for the Webhook Trigger: <strong>Pull Request Review Submitted</strong>.</li>
<li class="">Fixed string search issues involving '_' or '%'.</li>
<li class="">Improved PR activity messages for force pushes.</li>
<li class="">Included the PR author in the browser parameter in the PR listing page.</li>
<li class="">Replaced <code>TypesRepository</code> with <code>RepoRepositoryOutput</code> in Swagger.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="november-2024">November 2024<a href="#november-2024" class="hash-link" aria-label="Direct link to November 2024" title="Direct link to November 2024" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-1253">Version 1.25.3<a href="#version-1253" class="hash-link" aria-label="Direct link to Version 1.25.3" title="Direct link to Version 1.25.3" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-14">New features and enhancements<a href="#new-features-and-enhancements-14" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">Added support for <strong>Labels</strong> in the Migration Tool.</li>
<li class="">Added account, organization, and project webhooks.</li>
<li class="">Added an Audit Log for bypassed requests.</li>
<li class="">Separated CODE Repo <strong>Create/Edit</strong> into distinct permissions.</li>
<li class="">Added Code Owners status in the PR overview page.</li>
<li class="">Added a new webhook type: <strong>review_submitted</strong>.</li>
<li class="">Added a new webhook event for label assignment.</li>
<li class="">Added an API for space-level webhook creation.</li>
<li class="">Added support for <strong>Code Owners</strong> user groups.</li>
<li class="">Updated error messages for forbidden access cases.</li>
<li class="">Added an API to squash commits on a branch.</li>
<li class="">Updated UI labels for the audit service.</li>
<li class="">Added audit logging changes for commit, merge, branch creation, and deletion.</li>
</ul>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="fixed-issues-3">Fixed issues<a href="#fixed-issues-3" class="hash-link" aria-label="Direct link to Fixed issues" title="Direct link to Fixed issues" translate="no">​</a></h4>
<ul>
<li class="">Increased ingress limits.</li>
<li class="">Added environment variables to enable indexing and searching of large files.</li>
<li class="">Fixed Swagger documentation for webhook execution and added branch restore.</li>
<li class="">Updated code URL API.</li>
<li class="">Fixed status checks displaying incorrect timestamps.</li>
<li class="">Fixed an issue where resource names were missing.</li>
<li class="">Handled errors for import-progress API failures.</li>
<li class="">Expanded detection of repository not found cases in Git error parsing.</li>
<li class="">Handled import-progress API responses when importing repositories via the migrator.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="october-2024">October 2024<a href="#october-2024" class="hash-link" aria-label="Direct link to October 2024" title="Direct link to October 2024" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-1233">Version 1.23.3<a href="#version-1233" class="hash-link" aria-label="Direct link to Version 1.23.3" title="Direct link to Version 1.23.3" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-15">New features and enhancements<a href="#new-features-and-enhancements-15" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">Renamed <strong>Gitness</strong> to <strong>Harness Open Source</strong>.</li>
<li class="">Added support for the <strong>Fast Forward Merge strategy</strong>.</li>
<li class="">Added branch update rules: <strong>block_branch_update</strong>, <strong>block_force_push</strong>.</li>
<li class="">Added a button to rebase PRs.</li>
<li class="">Updated to the latest GitLeaks release.</li>
<li class="">Added a missing PR activity type: reviewer-add.</li>
<li class="">Added PR source branch delete/restore API.</li>
<li class="">Added reviewer-add PR activity entry.</li>
</ul>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="fixed-issues-4">Fixed issues<a href="#fixed-issues-4" class="hash-link" aria-label="Direct link to Fixed issues" title="Direct link to Fixed issues" translate="no">​</a></h4>
<ul>
<li class="">Fixed vanity URLs.</li>
<li class="">Fixed PR links in the PR listing.</li>
<li class="">Fixed rebase API rule checks.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="september-2024">September 2024<a href="#september-2024" class="hash-link" aria-label="Direct link to September 2024" title="Direct link to September 2024" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-1214">Version 1.21.4<a href="#version-1214" class="hash-link" aria-label="Direct link to Version 1.21.4" title="Direct link to Version 1.21.4" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-16">New features and enhancements<a href="#new-features-and-enhancements-16" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">Updated Semantic Search and PR Summary from <strong>GPT-3.5-Turbo</strong> to <strong>GPT-4o-Mini</strong>.</li>
<li class="">Added backend support for User Groups.</li>
<li class="">Added support for Webhook Execution Logs.</li>
<li class="">Added Branch Rules: User Group Support (Create and List).</li>
<li class="">Added an option to delete branches for merged/closed PRs.</li>
<li class="">Improved error messages for protection rule violations.</li>
<li class="">Enabled auto-collapse for resolved code comments.</li>
<li class="">Added repository descriptions and UI URLs in emitted webhook info.</li>
</ul>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="fixed-issues-5">Fixed issues<a href="#fixed-issues-5" class="hash-link" aria-label="Direct link to Fixed issues" title="Direct link to Fixed issues" translate="no">​</a></h4>
<ul>
<li class="">Updated to the latest GitLeaks release.</li>
<li class="">Added repo_review permission to JWT authentication with allowed resources.</li>
<li class="">Fixed OpenAPI issues in repository listing.</li>
<li class="">Ensured an empty list is returned when no repositories are present in a space.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="august-2024">August 2024<a href="#august-2024" class="hash-link" aria-label="Direct link to August 2024" title="Direct link to August 2024" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-1172">Version 1.17.2<a href="#version-1172" class="hash-link" aria-label="Direct link to Version 1.17.2" title="Direct link to Version 1.17.2" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-17">New features and enhancements<a href="#new-features-and-enhancements-17" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">Add routing and openapi related to labels</li>
<li class="">Update CODE_PUBLIC_RESOURCE_CREATION_ENABLED value in config</li>
<li class="">vanity url support should be false by default</li>
<li class="">Add Update default-branch API</li>
<li class="">remove stale moveAPI from open api</li>
<li class="">Support Repo Migration APIs (create repo, import PRs, webhooks, and branch rules)</li>
<li class="">Change OSV ignore list to allow list</li>
<li class="">(Public Access) Enforce repo-review permission</li>
<li class="">Improve SSH Configuration</li>
<li class="">Add PR Label Filtering Support</li>
<li class="">add recursive search toggle</li>
</ul>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="fixed-issues-6">Fixed issues<a href="#fixed-issues-6" class="hash-link" aria-label="Direct link to Fixed issues" title="Direct link to Fixed issues" translate="no">​</a></h4>
<ul>
<li class="">Fix pullreq count when applying label/value id filter</li>
<li class="">(Swagger) Add Update default-branch API</li>
<li class="">Fix missing empty type and color values validation</li>
<li class="">Add restricted by query label count when using query and sanitize empty label (value) text</li>
<li class="">styles issues in repo description and summary</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="july-2024">July 2024<a href="#july-2024" class="hash-link" aria-label="Direct link to July 2024" title="Direct link to July 2024" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-1140">Version 1.14.0<a href="#version-1140" class="hash-link" aria-label="Direct link to Version 1.14.0" title="Direct link to Version 1.14.0" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-18">New features and enhancements<a href="#new-features-and-enhancements-18" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">Fixed a bug where some users were not able to create a token</li>
<li class="">Show Line level stats in PRs</li>
<li class="">Fix file history mapping and audit trail improvements</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-1131">Version 1.13.1<a href="#version-1131" class="hash-link" aria-label="Direct link to Version 1.13.1" title="Direct link to Version 1.13.1" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-19">New features and enhancements<a href="#new-features-and-enhancements-19" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">PR Page Improvements</li>
<li class="">Azure Devops Import</li>
<li class="">Repo Summary</li>
<li class="">Code suggestion in PR Comments</li>
<li class="">Public Repository Support</li>
<li class="">CODE IDP Integration</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="april-2024">April 2024<a href="#april-2024" class="hash-link" aria-label="Direct link to April 2024" title="Direct link to April 2024" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-0794">Version 0.79.4<a href="#version-0794" class="hash-link" aria-label="Direct link to Version 0.79.4" title="Direct link to Version 0.79.4" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-20">New features and enhancements<a href="#new-features-and-enhancements-20" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">You can <a class="" href="/docs/code-repository/config-repos/security">enable secret scans, vulnerability scans, and OPA policies for repos</a>.</li>
<li class="">Added a button to copy relative file paths.</li>
<li class="">Added support for a <code>cmd/ctrl + enter</code> keyboard shortcut to submit a PR comment or description.</li>
<li class="">Resolved comments in PRs are now collapsed by default.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="march-2024">March 2024<a href="#march-2024" class="hash-link" aria-label="Direct link to March 2024" title="Direct link to March 2024" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-0750">Version 0.75.0<a href="#version-0750" class="hash-link" aria-label="Direct link to Version 0.75.0" title="Direct link to Version 0.75.0" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-21">New features and enhancements<a href="#new-features-and-enhancements-21" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class="">You can copy links to PR comments.</li>
<li class="">You can view entire files in PR diff view.</li>
<li class="">On the list of PRs, you can right-click and open a PR in a new tab or window.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="version-0724">Version 0.72.4<a href="#version-0724" class="hash-link" aria-label="Direct link to Version 0.72.4" title="Direct link to Version 0.72.4" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-22">New features and enhancements<a href="#new-features-and-enhancements-22" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h4>
<ul>
<li class=""><a class="" href="/docs/code-repository/work-in-repos/semantic-search">Harness AI Semantic Code Search</a>: Use natural language queries to search your codebase.</li>
<li class=""><a class="" href="/docs/code-repository/pull-requests/code-pr">Harness AI Pull Request Summary Generation</a>: Automatically create comprehensive and informative PR summaries.</li>
<li class="">Change request resolution <a class="" href="/docs/code-repository/">branch rule</a>: You can require change requests to be resolved before allowing PRs to be merged.</li>
<li class="">Cancel <a class="" href="/docs/code-repository/config-repos/import-repo">repository import</a>: You can cancel in-progress repository imports.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="january-2024">January 2024<a href="#january-2024" class="hash-link" aria-label="Direct link to January 2024" title="Direct link to January 2024" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-23">New features and enhancements<a href="#new-features-and-enhancements-23" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h3>
<p>You can include videos in PR comments.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="initial-ga-release">Initial GA release<a href="#initial-ga-release" class="hash-link" aria-label="Direct link to Initial GA release" title="Direct link to Initial GA release" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-features-and-enhancements-24">New features and enhancements<a href="#new-features-and-enhancements-24" class="hash-link" aria-label="Direct link to New features and enhancements" title="Direct link to New features and enhancements" translate="no">​</a></h3>
<p>We are excited to announce that the <a class="" href="/docs/code-repository">Harness Code Repository module</a> is now generally available.</p>
<p>This initial GA release includes the following enhancements:</p>
<ul>
<li class="">Integration with Harness Git Experience.</li>
<li class="">Configure triggers for Harness Code repos in the Visual editor in addition to existing support for the YAML editor.</li>
<li class="">First-class support for Harness Code repos in pipeline codebase configuration.</li>
<li class="">Status checks on PRs provide more detail about pipeline executions.</li>
<li class="">Advanced keyword search for querying your codebase.</li>
</ul>
<p>For information about all Harness Code functionality and features, go to the <a class="" href="/docs/code-repository">Harness Code Repository documentation</a>.</p>]]></content:encoded>
        </item>
    </channel>
</rss>