Skip to content

Releases: SonarSource/sonar-plugin-api

10.7.0.2191

21 Mar 14:44
Compare
Choose a tag to compare

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

30 Jan 13:20
Compare
Choose a tag to compare

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

19 Jan 09:22
Compare
Choose a tag to compare

PLUGINAPI-72 Deprecate Status/Resolution in favour of issueStatus

10.4.0.2064

16 Jan 08:54
Compare
Choose a tag to compare

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

07 Nov 10:05
Compare
Choose a tag to compare

PLUGINAPI-70 Add new resolution 'Accepted' and default transition 'Accept'
PLUGINAPI-71 Replace won't fix metric with accepted

10.2.0.1908

23 Oct 08:23
Compare
Choose a tag to compare

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

10 Aug 12:25
Compare
Choose a tag to compare

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

13 Jul 19:09
Compare
Choose a tag to compare

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

12 May 12:12
2d91621
Compare
Choose a tag to compare

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

24 Apr 09:26
Compare
Choose a tag to compare

What's Changed