Releases: thunderclient/thunder-client-support
v2.33.2
v2.33.0
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
andpost-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
v2.32.3
v2.29.12
v2.29.5
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
v2.29.0
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
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
andAWS Secrets Manager
to fetch secrets and use variables in your requests with the format{{variable}}
.
Documentation
- The updated documentation can be found here
v2.27.0
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.