Releases: SonarSource/sonar-plugin-api
Releases · SonarSource/sonar-plugin-api
9.16.0.560
What's Changed
- PLUGINAPI-38 Files without suffixes can be declared as belonging to a Language
- PLUGINAPI-42 Replace javax.servlet.* with custom types
- PLUGINAPI-43 Introduce rule characteristics
9.15.0.435
What's Changed
Added
- PLUGINAPI-35 Expose file content hash in plugin API
- PLUGINAPI-36 Remove dependency on logback
- PLUGINAPI-39 Add woff2 to static resource filter list
9.14.0.375
What's Changed
Added
- PLUGINAPI-34 Add new aliases for
sonar.test.inclusionsandsonar.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)