Releases: thunderclient/thunder-client-support
Releases · thunderclient/thunder-client-support
v2.39.10
v2.39.9
v2.39.5
We’re excited to announce that Thunder Client is coming soon to JetBrains IDEs. Development is complete, and it is now in the final stages of testing.
Coming Soon: Thunder Client for JetBrains IDEs
Features
- A familiar experience with a UI closely matching our VS Code extension, making it easy to switch with no learning curve.
- Support for most of the features available in the VS Code version, including Collections, Environments, scripting, code snippets, and more.
- Early access available: companies interested in trying the beta version can contact us
v2.39.0
New Features
- Request body now use an array format to improve git diffs and merges.
- Performance improvements, including a smaller extension size.
- Freeze the field "modified" in the database JSON files #1728
- [2.39.3]: Request docs property changed to array format to improve git diffs and merges.
New functions for Scripts
// get query parameter
tc.request.url.getParam("name");
// set query parameter
tc.request.url.setParam("name", "value");Bug Fixes
- Fix: TC CLI ignored the
--iterationsoption when running a folder #1734.
v2.38.3
v2.38.2
v2.38.1
v2.37.8
v2.37.7
v2.37.0
New Features
- Launched MCP Server to support AI integration #1696
- Added support for testing gRPC Requests (Beta feature) #12
- Support to import Insomnia v5 exports #1698
- HTTP method icons are now shown in open tabs for better clarity #1120
Bug Fixes
- Docs Tab: documentation with markdown support #1594
- v2.37.4: FIX - NTLM doesn't work #1502, #1514, #1490
Thunder Client MCP Server
The Thunder Client MCP server enables customers to integrate with AI tools to create requests and collections. It is compatible with various AI development environments, including Cline, Continue.dev, and GitHub Copilot.
Use Cases:
- Use AI to analyze your current project and automatically generate API requests in Thunder Client, with the appropriate collection and folder created as needed.
- Add new requests to a specific collection in Thunder Client.
- Dynamically create a request, including the body and headers, using an AI prompt.
Open Source
- The project is open source and released under the MIT license.
- https://github.com/thunderclient/thunderclient-mcp
gPRC Request (Beta)
- You can now test
gRPC requestsusing the Thunder Client extension. This feature is currently in beta.
Method Icons for Open Tabs
- To enhance usability, Thunder Client now displays HTTP method icons (e.g., GET, POST, PUT) in open tabs.

