Skip to content

Releases: thunderclient/thunder-client-support

v2.39.10

02 Mar 14:23
21d62c9

Choose a tag to compare

Bug Fixes

  • Do not save default envrionment selection into project files #1727, #766
  • All Environments Deselected #1667

v2.39.9

23 Feb 18:58
21d62c9

Choose a tag to compare

New Features

  • Custom query param in the OAuth request #1731

OAuth Additional Parameters

Screenshot 2026-02-23 at 18 25 51

v2.39.5

16 Feb 21:35
21d62c9

Choose a tag to compare

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

thunder-client-intellij

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

08 Feb 13:30
092b1bd

Choose a tag to compare

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 --iterations option when running a folder #1734.

v2.38.3

29 Oct 18:18
092b1bd

Choose a tag to compare

New Features

  • Added support for importing Postman Global Environment

v2.38.2

21 Oct 20:15
092b1bd

Choose a tag to compare

Bug Fixes

  • Fixed collection setting view issue #1724

v2.38.1

20 Oct 02:30
092b1bd

Choose a tag to compare

AI Feature Update

  • We are temporarily disabling AI features based on feedback. We will provide an update soon.

v2.37.8

23 Sep 18:26
092b1bd

Choose a tag to compare

New Features

  • Improved performance when loading secrets from Azure Key Vault and AWS Secrets Manager.

v2.37.7

04 Sep 17:22
092b1bd

Choose a tag to compare

New Features

  • Added support for importing Hoppscotch collections

v2.37.0

27 Jul 08:25
35d1106

Choose a tag to compare

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

gPRC Request (Beta)

  • You can now test gRPC requests using the Thunder Client extension. This feature is currently in beta.
grpc-request

Method Icons for Open Tabs

  • To enhance usability, Thunder Client now displays HTTP method icons (e.g., GET, POST, PUT) in open tabs.
method-icon-for-tabs