Skip to content

Releases: C4tWithShell/community-rust

community-rust-v0.2.4

16 May 12:58
081bfae
Compare
Choose a tag to compare

Update NOTICE
Update clippy rules

Update dependencies:

  1. Upgrade org.sonarsource.analyzer-commons:sonar-analyzer-commons from 2.8.0.2699 to 2.9.0.2753
  2. Upgrade org.sonarsource.api.plugin:sonar-plugin-api from 10.6.0.2114 to 10.7.0.2191
  3. Upgrade com.fasterxml.woodstox:woodstox-core from 6.6.1 to 6.6.2
  4. Upgrade commons-io:commons-io from 2.15.1 to 2.16.1

Full Changelog: v0.2.3...v0.2.4

community-rust-v0.2.3

29 Mar 10:53
d4a884a
Compare
Choose a tag to compare

What's Changed

  • [Snyk] Upgrade commons-io:commons-io from 2.13.0 to 2.14.0 by @elegoff in #79
  • [Snyk] Upgrade commons-io:commons-io from 2.14.0 to 2.15.0 by @elegoff in #80
  • [Snyk] Upgrade org.sonarsource.api.plugin:sonar-plugin-api from 10.1.0.809 to 10.2.0.1908 by @elegoff in #81
  • [Snyk] Upgrade org.sonarsource.api.plugin:sonar-plugin-api from 10.2.0.1908 to 10.3.0.1951 by @elegoff in #82
  • [Snyk] Upgrade commons-io:commons-io from 2.15.0 to 2.15.1 by @elegoff in #83
  • [Snyk] Upgrade org.sonarsource.api.plugin:sonar-plugin-api from 10.3.0.1951 to 10.4.0.2064 by @elegoff in #85
  • [Snyk] Upgrade com.fasterxml.woodstox:woodstox-core from 6.5.1 to 6.6.0 by @elegoff in #86
  • Update sonar, fix cobertura tests by @C4tWithShell in #91
  • [Snyk] Upgrade org.sonarsource.api.plugin:sonar-plugin-api from 10.4.0.2064 to 10.5.0.2090 by @elegoff in #87
  • [Snyk] Upgrade org.sonarsource.analyzer-commons:sonar-analyzer-commons from 2.7.0.1482 to 2.8.0.2699 by @elegoff in #90
  • [Snyk] Upgrade org.sonarsource.api.plugin:sonar-plugin-api from 10.5.0.2090 to 10.6.0.2114 by @elegoff in #92
  • [Snyk] Upgrade com.fasterxml.woodstox:woodstox-core from 6.6.0 to 6.6.1 by @elegoff in #93

New Contributors

Full Changelog: v0.2.2...v0.2.3

community-rust v0.2.2

17 Oct 12:55
Compare
Choose a tag to compare

NB : this plugin Version is not compatible with SonarQube versions lower than v10

What's Changed

Full Changelog: v0.2.1...v0.2.2

community-rust v0.2.1

26 May 08:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

community-rust v0.2.0

13 Feb 12:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.2.0

community-rust v0.1.4

29 Dec 14:08
Compare
Choose a tag to compare
  • Fix Macro rules defintion
  • Support the let...else... syntax
  • Fix SSLR dependency version
  • Fix the lifetimes syntax in Where clauses
  • Refresh Clippy list

community-rust v0.1.3

27 Oct 08:38
Compare
Choose a tag to compare
  • Security patch for woodstox-core dependency 0-day vulnerability (dependabot)
  • Adding 3 new clippy lints

community-rust v0.1.2

21 Oct 09:10
Compare
Choose a tag to compare
  • Minor parsing improvements e.g better parsing of open-ended loops like
for i in 0.. {
//
}
  • Compatibility with SonarQube 9.7
  • Refreshed list of supported Clippy Lints
  • Bump of dependencies versions

community-rust v0.1.1

19 Aug 14:46
Compare
Choose a tag to compare

What's Changed

  • Fix byte escape and advanced raw string parsing by @elegoff in #55

  • expression without blocks starting with a macro call by @elegoff in #56

  • Provide a very minimal Quality to work around the issue #58

  • Refreshed list of Clippy lints

  • Documentation: add a section for Github actions (#57)

  • Tested against SonarQube 9.6

Full Changelog: v0.1.0...v0.1.1

community-rust v0.1.0

18 Jun 14:29
Compare
Choose a tag to compare

What's Changed

  • Issue #51 by @elegoff in #52 (File level Clippy issues)
  • Embedded match expressions by @elegoff in #53
  • Fix borrow expressions in for loops and if let expressions by @elegoff in #54

Tested on SonarQube versions up to 9.5

rustc --version
rustc 1.62.0-nightly (1f7fb6413 2022-04-10)

Main achievements :

  • File level Clippy issues can now be reported
  • The Serde crate can now be 100% parsed (around 36K executable lines of code)

Full Changelog: v0.0.9...v0.1.0