Releases: SonarSource/sonar-plugin-api
10.6.0.2114
PLUGINAPI-82 Add clean code taxonomy metrics for branch overview page
PLUGINAPI-83 Fix Javadoc for CoreMetrics SECURITY_ISSUES, MAINTAINABILITY_ISSUES, RELIABILITY_ISSUES
PLUGINAPI-84 Deprecate metric high_impact_accepted_issues
10.5.0.2090
PLUGINAPI-72 Deprecate Status/Resolution in favour of issueStatus
10.4.0.2064
PLUGINAPI-74 - Update promotion step
PLUGINAPI-76 - Javadoc for org.sonar.api.config.Configuration is wrong
PLUGINAPI-77 - Deprecate Confirm transition
PLUGINAPI-79 - Add new metric pull_request_fixed_issues
PLUGINAPI-80 - Add new metrics new_accepted_issues and high_impact_accepted_issues
10.3.0.1951
PLUGINAPI-70 Add new resolution 'Accepted' and default transition 'Accept'
PLUGINAPI-71 Replace won't fix metric with accepted
10.2.0.1908
What's Changed
Task
PLUGINAPI-65 Change order of selection for best impact selection for backmapping
PLUGINAPI-67 Remove CCT and Impacts from security hotspots
Improvement
PLUGINAPI-68 Introduce email property type
10.1.0.809
What's Changed
Bug
PLUGINAPI-61 Fix description for sqale_index metric
New Feature
PLUGINAPI-56 Allow to define Clean Code Attribute on Rule Definition
PLUGINAPI-57 Allow to define Clean Code Attribute on ExternalRule and AdHocRule
PLUGINAPI-58 Allow to define default Impact on Rule Definition and override Impact on issue
PLUGINAPI-60 Allow to define Impact on ExternalIssue and AdHocRule
Task
PLUGINAPI-59 Deprecate RuleType and Severity
PLUGINAPI-62 Revert Rule Characteristics
PLUGINAPI-63 Changes on Clean Code taxonomy
PLUGINAPI-64 Mark external issue cleanCodeAttribute and impacts as @beta
10.0.0.695
What's Changed
Bug
PLUGINAPI-24 Invalid module-info.class file in the jar
Documentation
PLUGINAPI-28 Add Javadoc to ServletFilter and HttpFilter
Task
PLUGINAPI-10 Deprecate or remove product related APIs
PLUGINAPI-33 Remove deprecated classes and methods
PLUGINAPI-44 Move test utilities to the test-fixtures module
PLUGINAPI-48 Deprecate 'ServletFilter.Builder#staticResourcePatterns'
PLUGINAPI-50 Deprecate CWE years
Improvement
PLUGINAPI-14 Remove mentions of SonarQube in rule repositories
9.17.0.587
What's Changed
- PLUGINAPI-40 LogTester doesn't intercept logged exceptions
- PLUGINAPI-41 LogTester can throw 'ConcurrentModificationException' if logs are written and asserted concurrently
- PLUGINAPI-47 Add code variants to issues
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