Skip to content

Commit 5376ac0

Browse files
authored
Merge pull request #238 from sapientpants/release/1.6.1
Release 1.6.1
2 parents 2e13c8e + 91c854c commit 5376ac0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.6.1] - 2025-07-27
11+
12+
### Fixed
13+
- Resolved SonarQube issue S6551 in tracing.ts - replaced deprecated url.parse() with WHATWG URL API
14+
- Fixed object stringification issues to prevent "[object Object]" in logs
15+
- Improved error formatting in logger for better debugging
16+
- Fixed externally-controlled format string security issue
17+
18+
### Changed
19+
- Updated README.md documentation and organization
20+
1021
## [1.6.0] - 2025-07-24
1122

1223
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sonarqube-mcp-server",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Model Context Protocol server for SonarQube",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)