diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2022-06-17 13:34:58 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-06-20 20:02:54 +0000 |
commit | 76a36fa9d4a082de4baa96e327a382bd9fb1cbfb (patch) | |
tree | 5f1d1006f885ddefdf895da9b3f30cb9644d92eb /server/sonar-docs/src/pages/setup | |
parent | ca9d317cbf582c82f9bad08f4896f23529899256 (diff) | |
download | sonarqube-76a36fa9d4a082de4baa96e327a382bd9fb1cbfb.tar.gz sonarqube-76a36fa9d4a082de4baa96e327a382bd9fb1cbfb.zip |
SONAR-16249 Add release notes
Diffstat (limited to 'server/sonar-docs/src/pages/setup')
-rw-r--r-- | server/sonar-docs/src/pages/setup/upgrade-notes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md index db92000e5f1..fc3e40879e2 100644 --- a/server/sonar-docs/src/pages/setup/upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md @@ -3,6 +3,14 @@ title: Release Upgrade Notes url: /setup/upgrade-notes/ --- +## Release 9.6 Upgrade notes +**Microsoft SQL Server changes in configuration and Integrated Authentication** +* If your Microsoft SQL Server doesn't support encryption, you will need to add `encrypt=false` to the JDBC URL connection string. ([SONAR-16249](https://jira.sonarsource.com/browse/SONAR-16249)). +* If your Microsoft SQL Server requires encryption but you don't want SonarQube to validate the certificate, you will need to add `trustServerCertificate=true` to the JDBC URL connection string. +* If you are using Microsoft SQL Server with Integrated Authentication, you will need to replace the `mssql-jdbc_auth` dll file on your `PATH` with `mssql-jdbc_auth-10.2.1.x64.dll` from the [Microsoft SQL JDBC Auth 10.2.1 package](https://github.com/microsoft/mssql-jdbc/releases/tag/v10.2.1). See [Install the Server](/setup/install-server/) for more information. + +[Full release notes](https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=17429) + ## Release 9.5 Upgrade notes **Project analysis token** You can now generate tokens of different types and can create a different analysis token for every specific project. The new tokens will include a prefix to help you quickly identify SonarQube tokens and their type. The usage of project analysis tokens is encouraged to limit the access this token has. See [Generating and Using Tokens](/user-guide/user-token/) documentation for more information. |