# Release notes

This page groups the release notes for SonarQube Server, with a focus on new features and enhancements. Links to the full release notes for each version are available below.

To check for breaking changes and important notes before an upgrade, refer to the [release-upgrade-notes](https://docs.sonarsource.com/sonarqube-server/2025.1/server-update-and-maintenance/release-notes-and-notices/release-upgrade-notes "mention") and the [deprecations-and-removals](https://docs.sonarsource.com/sonarqube-server/2025.1/server-update-and-maintenance/release-notes-and-notices/deprecations-and-removals "mention") pages.

If you’re upgrading from the previous LTA, see [lta-to-lta-release-notes](https://docs.sonarsource.com/sonarqube-server/2025.1/server-update-and-maintenance/release-notes-and-notices/lta-to-lta-release-notes "mention").

## SonarQube Server 2025.1 release notes <a href="#sonarqube-2025.1-release-notes" id="sonarqube-2025.1-release-notes"></a>

{% hint style="warning" %}
SonarQube Server users on BitBucket Cloud must update to the [latest patches](https://sonarsource.atlassian.net/issues?jql=project%20%3D%2010139%20AND%20issuetype%20!%3D%20Maintenance%20AND%20fixversion%20%3D%2032214) by April 14th to avoid auth failure, due to BitBucket Cloud [sunsetting](https://developer.atlassian.com/cloud/bitbucket/changelog/#CHANGE-2770) their auth APIs.
{% endhint %}

<details>

<summary>Full release notes</summary>

* [SonarQube Server 2025.1 full release notes](https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2015952%20AND%20issuetype%20%21%3D%20Maintenance)
* [SonarQube Server 2025.1.1 full release notes](https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2016592%20AND%20issuetype%20%21%3D%20Maintenance)
* [SonarQube Server 2025.1.2 full release notes](https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2017186%20AND%20issuetype%20%21%3D%20Maintenance)
* [SonarQube Server 2025.1.3 full release notes](https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2019497%20AND%20issuetype%20%21%3D%20Maintenance)
* [SonarQube Server 2025.1.4 full release notes](https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20issuetype%20%21%3D%20Maintenance%20AND%20fixversion%20%3D%2020192)
* [SonarQube Server 2025.1.5 full release notes](https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20issuetype%20%21%3D%20Maintenance%20AND%20fixversion%20%3D%2023126)
* [SonarQube Server 2025.1.6 full release notes](https://sonarsource.atlassian.net/issues?jql=project%20%3D%2010139%20AND%20issuetype%20!%3D%20Maintenance%20AND%20fixversion%20%3D%2027962)
* [SonarQube Server 2025.1.7 full release notes](https://sonarsource.atlassian.net/issues?jql=project%20%3D%2010139%20AND%20issuetype%20!%3D%20Maintenance%20AND%20fixversion%20%3D%2032214)

</details>

**Java 21 supported for running SonarQube Server**

SonarQube Server can now run in a Java 21 environment.

**Automatic detection of AI-generated code from GitHub Copilot**

Knowing if your project contains AI-generated code helps raise awareness of code ownership and code security. To help build this awareness, SonarQube Server can autodetect AI-generated code in projects on GitHub using GitHub Copilot. You can then protect these projects using the [ai-standards](https://docs.sonarsource.com/sonarqube-server/2025.1/ai-capabilities/ai-standards "mention") features. See the [autodetect-ai-code](https://docs.sonarsource.com/sonarqube-server/2025.1/ai-capabilities/autodetect-ai-code "mention") page for more information.

**Faster analysis bootstrap**

To improve analysis efficiency, we’ve shortened the time it takes to load the active rules in your quality profile.

**Improvement to BitBucket server onboarding**

To improve the import of BitBucket repositories, you can now browse and easily import all the projects from the onboarding page, without any limitation of number.

**Language updates**

PHP analysis now supports asymmetric property visibility (PHP 8.4).

T-SQL analysis supports the STIG security standard and more language constructs.

VB analysis has 2 new rules.
