Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 29 additions & 1 deletion site/dat/repo/various.json
Original file line number Diff line number Diff line change
Expand Up @@ -2672,6 +2672,11 @@
"changes": "NEW: Claude Code integration for real agentic experience",
"downloadUrl": "https://github.com/QAInsights/jmeter-ai/releases/download/v2.0.0/jmeter-agent-2.0.0-jar-with-dependencies.jar",
"depends": ["jmeter-core", "jmeter-components"]
},
"2.0.1": {
"changes": "Minor fix: macOS launch. NEW: Claude Code integration for real agentic experience.",
"downloadUrl": "https://github.com/QAInsights/jmeter-ai/releases/download/v2.0.1/jmeter-agent-2.0.1-jar-with-dependencies.jar",
"depends": ["jmeter-core", "jmeter-components"]
}
}
},
Expand Down Expand Up @@ -2712,5 +2717,28 @@
]
}
}
}
},
{
"id": "io.github.vasanthshanmugam-jmeter-auto-correlation-plugin",
"name": "One-Click Auto-Correlation Plugin",
"description": "One-click detection and correlation of dynamic values in JMeter test scripts. Automatically finds session IDs, CSRF tokens, OAuth/Bearer tokens, hidden form fields, ViewState, SAML tokens, and replaces hardcoded values with extractors.",
"screenshotUrl": "https://raw.githubusercontent.com/vasanthshanmugam/jmeter-auto-correlation-plugin/main/screenshot.png",
"helpUrl": "https://github.com/vasanthshanmugam/jmeter-auto-correlation-plugin",
"vendor": "Vasanth Shanmugam",
"markerClass": "io.github.vasanthshanmugam.jmeter.plugins.correlation.gui.CorrelationPostProcessorGui",
"componentClasses": [
"io.github.vasanthshanmugam.jmeter.plugins.correlation.CorrelationPostProcessor"
],
"canUninstall": true,
"versions": {
"1.0.1": {
"downloadUrl": "https://github.com/vasanthshanmugam/jmeter-auto-correlation-plugin/releases/download/v1.0.1/jmeter-auto-correlation-plugin-1.0.0-jar-with-dependencies.jar",
"libs": {
"io.github.vasanthshanmugam-jmeter-auto-correlation-plugin": "https://github.com/vasanthshanmugam/jmeter-auto-correlation-plugin/releases/download/v1.0.1/jmeter-auto-correlation-plugin-1.0.0-jar-with-dependencies.jar"
},
"changes": "Initial release with correct package namespace (io.github.vasanthshanmugam)."
}
}
}

]