Skip to content

Commit 46c7ed9

Browse files
authored
Merge pull request #1 from QAInsights/QAInsights-patch-1
Bump FeatherWand - 2.0.1
2 parents 9809d31 + 9cda81f commit 46c7ed9

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

site/dat/repo/various.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2672,6 +2672,11 @@
26722672
"changes": "NEW: Claude Code integration for real agentic experience",
26732673
"downloadUrl": "https://github.com/QAInsights/jmeter-ai/releases/download/v2.0.0/jmeter-agent-2.0.0-jar-with-dependencies.jar",
26742674
"depends": ["jmeter-core", "jmeter-components"]
2675+
},
2676+
"2.0.1": {
2677+
"changes": "Minor fix: macOS launch. NEW: Claude Code integration for real agentic experience.",
2678+
"downloadUrl": "https://github.com/QAInsights/jmeter-ai/releases/download/v2.0.1/jmeter-agent-2.0.1-jar-with-dependencies.jar",
2679+
"depends": ["jmeter-core", "jmeter-components"]
26752680
}
26762681
}
26772682
},
@@ -2712,5 +2717,28 @@
27122717
]
27132718
}
27142719
}
2715-
}
2720+
},
2721+
{
2722+
"id": "io.github.vasanthshanmugam-jmeter-auto-correlation-plugin",
2723+
"name": "One-Click Auto-Correlation Plugin",
2724+
"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.",
2725+
"screenshotUrl": "https://raw.githubusercontent.com/vasanthshanmugam/jmeter-auto-correlation-plugin/main/screenshot.png",
2726+
"helpUrl": "https://github.com/vasanthshanmugam/jmeter-auto-correlation-plugin",
2727+
"vendor": "Vasanth Shanmugam",
2728+
"markerClass": "io.github.vasanthshanmugam.jmeter.plugins.correlation.gui.CorrelationPostProcessorGui",
2729+
"componentClasses": [
2730+
"io.github.vasanthshanmugam.jmeter.plugins.correlation.CorrelationPostProcessor"
2731+
],
2732+
"canUninstall": true,
2733+
"versions": {
2734+
"1.0.1": {
2735+
"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",
2736+
"libs": {
2737+
"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"
2738+
},
2739+
"changes": "Initial release with correct package namespace (io.github.vasanthshanmugam)."
2740+
}
2741+
}
2742+
}
2743+
27162744
]

0 commit comments

Comments
 (0)