File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
21
## [ 1.6.0] - 2025-07-24
11
22
12
23
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sonarqube-mcp-server" ,
3
- "version" : " 1.6.0 " ,
3
+ "version" : " 1.6.1 " ,
4
4
"description" : " Model Context Protocol server for SonarQube" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments