Skip to content

Releases: thunderclient/thunder-client-support

v2.41.0

Choose a tag to compare

@rangav rangav released this 25 Jun 14:42
f424e7d

Thunder Client for JetBrains

We're excited to announce the beta release of Thunder Client for JetBrains.

Download:
https://plugins.jetbrains.com/plugin/31431-thunder-client

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.
  • If you'd like to try our JetBrains plugin, please contact us
thunder-client-intellij

Bug Fixes

  • Scripting error ignores LOG LEVEL and NO report is created #1757

v2.40.15

Choose a tag to compare

@rangav rangav released this 06 Jun 18:56
f424e7d

Bug Fixes

  • Pre-Run script is run PRIOR to path substitution #1754

v2.40.10

Choose a tag to compare

@rangav rangav released this 18 Apr 22:11
c1d991b

Bug Fixes

  • Strict response XML formatter issue #1748

v2.40.8

Choose a tag to compare

@rangav rangav released this 08 Apr 12:24
c1d991b

Bug Fixes

  • XML Content is no longer formatting as expected #1747
  • Cookie is not being sent with request as expected #1746

v2.40.5

Choose a tag to compare

@rangav rangav released this 03 Apr 14:02
c1d991b

New Features

  • URLs in the response body should be clickable and create a new request #353

v2.39.11

Choose a tag to compare

@rangav rangav released this 18 Mar 15:16
57d9053

Breaking Changes

  • Axios is now the default HTTP library for making requests. If you encounter any issues, please report them on our GitHub page.
  • We are planning to deprecate the got library and use only Axios moving forward.

v2.39.10

Choose a tag to compare

@rangav rangav released this 02 Mar 14:23
21d62c9

Bug Fixes

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

v2.39.9

Choose a tag to compare

@rangav rangav released this 23 Feb 18:58
21d62c9

New Features

  • Custom query param in the OAuth request #1731

OAuth Additional Parameters

Screenshot 2026-02-23 at 18 25 51

v2.39.5

Choose a tag to compare

@rangav rangav released this 16 Feb 21:35
21d62c9

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

Choose a tag to compare

@rangav rangav released this 08 Feb 13:30
092b1bd

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.