Skip to content

Releases: SonarSource/sonar-plugin-api

9.14.0.375

05 Jan 15:06
84248d0
Compare
Choose a tag to compare

What's Changed

Added

  • PLUGINAPI-34 Add new aliases for sonar.test.inclusions and sonar.test.exclusions

9.13.0.360

29 Nov 17:15
Compare
Choose a tag to compare

What's Changed

  • PLUGINAPI-8 Introduce an API to contribute quick fixes
  • PLUGINAPI-31 Support code highlighting in the issue messages

Full Changelog: 9.12.0.310...9.13.0.360**

9.12.0.310

26 Oct 14:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 9.11.0.290...9.12.0.310

9.11.0.290

16 Sep 09:29
f20c694
Compare
Choose a tag to compare

What's Changed

  • PLUGINAPI-22 Empty content for rule description section should not be allowed
  • PLUGINAPI-25 Introduce support for data and execution flows

Full Changelog: 9.10.0.269...9.11.0.290

9.10.0.269

19 Aug 15:58
Compare
Choose a tag to compare

Changelog

Added

  • Add ZipUtils.unzip new overloaded methods to limit unzipped size PLUGINAPI-23

9.9.0.229

20 Jul 15:08
Compare
Choose a tag to compare

Changelog

Added

  • SensorContext.markAsUnchanged: Sensors can flag files that have unchanged data. This allows the platform to perform optimizations in some situations (PLUGINAPI-20)
  • NewRule.addWaspAsvs: Analyzers can report OWASP Application Security Verification Standard requirements for rules that they declare (PLUGINAPI-19)

9.8.0.203

11 Jul 13:45
Compare
Choose a tag to compare

Changelog

Added

  • NewRule.addEducationPrincipleKeys: Register a list of education principle keys to link to the rule (PLUGINAPI-15)
  • NewIssue.setRuleDescriptionContextKey: Set the optional rule description section context key (PLUGINAPI-16)

9.7.0.160

29 Jun 15:44
Compare
Choose a tag to compare

Changelog

Added

  • RuleDescriptionSectionBuilder.context: Define a context for rule description sections (PLUGINAPI-12)

9.6.1.114

05 May 08:13
Compare
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
Compare
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