Skip to content

Releases: thunderclient/thunder-client-support

v2.33.2

28 Dec 17:13
35d1106
Compare
Choose a tag to compare

Bug Fixes

  • Cannot create new request - previous XSS request test has broken the database #1641

v2.33.0

15 Dec 13:59
35d1106
Compare
Choose a tag to compare

Custom Filters Deprecated & Removed

  • The Custom filters feature has been removed from the extension. All customers are requested to migrate to Inline Scripting for pre-request and post-request scripts.

Migration Guide

  • You can reuse your custom filter JavaScript files by using the Import JS Files feature.
  • Detailed instructions for importing JS files are available on our documentation site.

Support

  • If you have any questions about the migration process, please feel free to contact us.

v2.32.9

08 Dec 20:50
35d1106
Compare
Choose a tag to compare

Bug Fixes

  • Redo not working when editing query parameters #1636

v2.32.3

03 Dec 21:41
35d1106
Compare
Choose a tag to compare
  • Minor Performance improvements
  • Save to collection option enabled for SSE and WS requests #1642, #1522

v2.29.12

09 Nov 12:49
35d1106
Compare
Choose a tag to compare

New Features

  • Open Env (Active) should update when modified #1595
  • Environment view auto save implemented #461, #1159
  • CLI: nunit report option added to integrate with Xray (Update CLI to v1.19.0) #1633

Bug Fixes

  • Form Data import strips out = #1598

v2.29.5

02 Nov 10:34
63efa59
Compare
Choose a tag to compare

Community Plan Launch

Today, we are launching the Community Plan announced in v2.29.0. Customers can contact us to receive Community Plan licenses.

How to claim Community Plan Licenses

  • Verify if you qualify for the Community Plan licenses by visiting our eligibility terms.
  • Create a new account on our website.
  • Contact us using the form here.
  • We will activate the licenses for you.

New Features

  • Export in OpenAPI/Swagger schema/format (Beta Feature) #963.
  • Updated httpsnippet library #1626
  • Improvements to OpenAPI Import feature.

v2.29.0

21 Oct 11:25
63efa59
Compare
Choose a tag to compare

Changes to the Free Version

We are introducing two new plans: the Community Plan and the Lite Free Plan. These adjustments help prevent misuse of the current free version and offer additional value to customers who plan to support us by purchasing paid licenses. The reason for these changes was explained in v2.27.0.

Free Version Limitations (Effective November 20th, 2024)

  • For Non-Commercial use only
  • No Login Required
  • 0 Environments
  • 3 Collections
  • 15 Requests Per Collection
  • No OAuth 2 Support
  • No documentation support (Docs Tab)
  • No support for VSCode Web/Remote/WSL

Free Plan Terms

  • The free version of the software is restricted to non-commercial use only. Businesses are not permitted to use this version.
  • Companies with fewer than 5 employees, as well as schools, colleges, and universities, are permitted to use the free version.
  • [Restrictions for Larger Organizations]: Employees of organizations with more than five employees are not permitted to use the free version.
  • The use of older versions of the extension is prohibited and will be considered a violation of the terms.

Community Plan

  • You can find the information about the community plan on our website.

Export Data

  • If you'd like to export your data in Postman format for use with other tools, please refer to the instructions here.

Questions?

If you have any questions, feel free to contact us.

v2.28.0

14 Oct 19:27
63efa59
Compare
Choose a tag to compare

New Features

  • Encrypted Environments feature implemented #1269
  • Integration with Azure Key Vault and AWS Secrets Manager #1269

Encrypted environments

Plain Text Values:

The values will be stored in the environment file in plain text format (Free, Starter & Business Plan).

{
   "name": "color",
   "value": "red",
   "secret": true,
}

Encrypted Values:

  • The values will be stored in the environment file in an encrypted format (Enterprise Plan).
{
   "name": "color",
   "value": "F4cuC3C1bmjrhpbG0uDj8A",
   "secret": true,
   "encrypted": true
}

Integration with Secret Managers

  • Thunder Client integrates with secret managers like Azure Key Vault and AWS Secrets Manager to fetch secrets and use variables in your requests with the format {{variable}}.

Documentation

v2.27.0

03 Oct 13:00
63efa59
Compare
Choose a tag to compare

Free Version for Non-Commercial Use Only

We are updating the terms of our free version, which will now be limited to non-commercial use only. For business or professional use, please consider supporting us by purchasing a license.

When we introduced subscriptions last year, many premium features were included in the free version, and it was allowed for commercial purposes. However, we’ve noticed that several large companies with thousands of employees have been using the free version without purchasing licenses. To ensure fairness, we are now restricting the free version to prevent commercial use by companies that do not support us by purchasing paid licenses.

New Free Version Restrictions

  • The free version of the software is restricted to non-commercial use only. Businesses are not permitted to use the free version.
  • Companies with fewer than 5 employees, as well as schools, colleges, and universities, are permitted to use the free version.
  • Restrictions for Larger Organizations: Employees of organizations with more than five employees are not permitted to use the free version.
  • The use of older versions of the extension is prohibited and will be considered a violation of the terms.

Updated Terms

Please review the updated terms here.

Questions?

If you have any questions, feel free to contact us.

v2.25.7

21 Sep 18:47
Compare
Choose a tag to compare

New Features

  • PKCE State Param allow to use system variables #1566
  • oAuth2 Authorization token flow improvements #1565