Releases: SonarSource/sonar-plugin-api
Releases · SonarSource/sonar-plugin-api
9.14.0.375
What's Changed
Added
- PLUGINAPI-34 Add new aliases for
sonar.test.inclusions
andsonar.test.exclusions
9.13.0.360
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
What's Changed
- NO-JIRA bumping version by @lukasz-jarocki-sonarsource in #51
- Add a documentation page for sensor execution ordering by @damien-urruty-sonarsource in #52
- Update repox-private-reader-sq-ef42e7 apikey by @tomverin in #54
- PLUGINAPI-29 New property type "FORMATTED_TEXT" for properties that c… by @zipeng-wu-sonarsource in #55
New Contributors
Full Changelog: 9.11.0.290...9.12.0.310
9.11.0.290
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
9.9.0.229
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
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
Changelog
Added
RuleDescriptionSectionBuilder.context
: Define a context for rule description sections (PLUGINAPI-12)
9.6.1.114
Changelog
❌ Breaking changes without deprecation
RuleDescriptionSectionKeys
: Supported rule description section keys defined in v9.6 were changed
9.6.0.104
Changelog
Added
NewRule.addDescriptionSection
: Add multiple description sections to rules. PLUGINAPI-6
⚠️ Deprecated
NewRule.setMarkdownDescription
: UseNewRule.addDescriptionSection
with HTML instead. PLUGINAPI-5