Skip to content

Commit

Permalink
SLCORE-828 add empty breaking changes section for the 10.3 version to…
Browse files Browse the repository at this point in the history
… api-changes
  • Loading branch information
serhat-yenican-sonarsource committed May 31, 2024
1 parent 4323099 commit 09c77d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions API_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 10.3

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

## New features

### Opening Issue in IDE
### Open Issue in IDE

* Add the `getConnection` method to `org.sonarsource.sonarlint.core.rpc.protocol.client.connection.AssistCreatingConnectionParams`
* Add the `getConnectionParams` 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>`
* This field type is `Either<AssistSonarQubeConnection, AssistSonarCloudConnection>`
* Common methods of both connection types are added to the `AssistCreatingConnectionParams` class to provide users simplicity

## Deprecation
Expand Down

0 comments on commit 09c77d5

Please sign in to comment.