Skip to content

Commit

Permalink
SLCORE-818 update api change doc for the AssistCreatingConnectionPara…
Browse files Browse the repository at this point in the history
…ms change
  • Loading branch information
serhat-yenican-sonarsource committed May 29, 2024
1 parent a44b6c2 commit 3bad037
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions API_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 10.3

* `org.sonarsource.sonarlint.core.rpc.client.SonarLintRpcClientDelegate#didDetectSecret` had no `configScopeId` parameter, it was added

## New features

### Opening Issue in IDE

* Add the `getConnection` method to `org.sonarsource.sonarlint.core.rpc.protocol.client.connection.AssistCreatingConnectionParams`
* It allows clients to get parameters to create either SonarQube or SonarCloud connection
* This filed type is `Either<AssistSonarQubeConnection, AssistSonarCloudConnection>`
* Common methods of both connection types are added to the `AssistCreatingConnectionParams` class to provide users simplicity

# 10.2

## Breaking changes
Expand Down

0 comments on commit 3bad037

Please sign in to comment.