Skip to content

Releases: SonarSource/sonar-plugin-api

9.6.1.114

05 May 08:13

Choose a tag to compare

Changelog

❌ Breaking changes without deprecation

  • RuleDescriptionSectionKeys: Supported rule description section keys defined in v9.6 were changed

9.6.0.104

02 May 16:05

Choose a tag to compare

Changelog

Added

  • NewRule.addDescriptionSection: Add multiple description sections to rules. PLUGINAPI-6

⚠️ Deprecated

  • NewRule.setMarkdownDescription: Use NewRule.addDescriptionSection with HTML instead. PLUGINAPI-5

9.5.0.71

21 Apr 15:01

Choose a tag to compare

Changelog

❌ Removed (PLUGINAPI-2)

  • org/sonar/api/BatchComponent.java
  • org/sonar/api/batch/postjob/issue/PostJobIssue.java
  • org/sonar/api/database/BaseIdentifiable.java
  • org/sonar/api/database/DatabaseProperties.java
  • org/sonar/api/database/model/User.java
  • org/sonar/api/i18n/I18n.java
  • org/sonar/api/task/Task.java
  • org/sonar/api/task/TaskDefinition.java