# 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 update notes](/sonarqube-server/2025.1/server-update-and-maintenance/release-notes-and-notices/release-upgrade-notes.md) and the [Deprecations and removals](/sonarqube-server/2025.1/server-update-and-maintenance/release-notes-and-notices/deprecations-and-removals.md) pages.

If you’re upgrading from the previous LTA, see [LTA to LTA release notes](/sonarqube-server/2025.1/server-update-and-maintenance/release-notes-and-notices/lta-to-lta-release-notes.md).

## 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 Code Assurance](/sonarqube-server/2025.1/ai-capabilities/ai-standards.md) features. See the [Autodetect AI code](/sonarqube-server/2025.1/ai-capabilities/autodetect-ai-code.md) 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sonarsource.com/sonarqube-server/2025.1/server-update-and-maintenance/release-notes-and-notices/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
