Releases: SonarSource/sonar-plugin-api
10.8.0.2329
Release notes - Sonar Plugin API - 10.8
Improvement
PLUGINAPI-92 Do not fail on unknown rule parameters
PLUGINAPI-94 Make it possible to not require response example on an endpoint to be set
10.7.0.2191
PLUGINAPI-88 Deprecate metrics of old taxonomy
PLUGINAPI-89 Introduce metrics 'new_reliablity_issues', 'new_security_issues' and 'new_maintainability_issues'
PLUGINAPI-90 Change domain for metrics
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