Releases: Ganesan-Chandran/vscode-fetch-client
Releases · Ganesan-Chandran/vscode-fetch-client
v1.8.0
v1.8.0 - September, 2024
🎉 New Features
- Auto Request (Scheduling the request) feature is implemented.
- Introduced new tab in the response section for PreFetch request result.
- Set variable and tests are included in the Thunder Client collection import.
Requirements
- Minimum required version of VSCode is
v1.75.0
- Minimum Node version is
18.20.3
v1.7.0
v1.7.0 - August, 2024
🎉 New Features
Encrypted
environment variables. Variables are stored in the encrypted format.- New settings are added for the encrypted environment and encryption in exporting the variables.
- Bulk export option added in the collections and variables.
- Bulk import for the collections and variables.
- Variables are hided in the variable screen.
🐛 Bug Fixes
- Cookie name is not parsed correctly.
- "Manage Cookie" button is added in the cookie section in Response panel.
🔗 Miscellaneous
- Added menu options for raise the requests/issues and write a review about
Fetch Client
- GitHub action added for build vsix package and publish the extension.
Requirements
- Minimum required version of VSCode is
v1.75.0
- Minimum Node version is
18.20.3
v1.6.0
v1.6.0 - August, 2024
🎉 New Features
- Added menu for directly run the requests
- Added headers and pre-requests in the collection settings.
- Added headers in the folder settings.
- Added option for skip parent headers and parent pre-requests in the request panel.
- Implemented run the parent(collection/folder) pre-requests for all requests in "Run All" section.
- Added support for import "Thunder Client" collection(v1.2) and variables(v1.2).
- Added backup for change location from global storage to workspace path.
- By default response code and time will be logged in the logs.
- New menu added for navigate to
Fetch Client
documentation.
🐛 Bug Fixes
- URL issue fixed when url has query parameter.
🔗 Miscellaneous
- Documentation updated about the
Fetch Client
.
Requirements
- Minimum required version of VSCode is
v1.75.0
- Minimum Node version is
18.20.3
v1.5.2
v1.5.2 - July, 2024
🐛 Bug Fixes
- New request loading fix
Requirements
- Minimum required version of VSCode is v1.75.0
- Minimum Node version is 18.20.3
v1.5.1
v1.5.1 - July, 2024
🐛 Bug Fixes
- Fix the db file name
Requirements
- Minimum required version of VSCode is v1.75.0
- Minimum Node version is 18.20.3
v1.5.0
v1.5.0 - July, 2024
🎉 New Features
- Import Postman environment (#7)
- Save all requests data into custom workspace(#10)
- Set the response limit as configurable(#11)
🐛 Bug Fixes
- import from Curl (#5).
- POST method not properly set just after creating new Http Request in a collection (#8)
- Bug fix in RunAll section
- Bug fix in filter search in collection section in the sidebar
Requirements
- Minimum required version of VSCode is v1.75.0
- Minimum Node version is 18.20.3
v1.4.0
v1.4.0 - July, 2024
🎉 New Features
- Import Postman collection (Postman Collection v2.1).
- OAuth2 added for request authorization.
- Pre-requests(Pre-Fetch) and conditions are added for Request execution.
- Tests and Variables are moved to PostFetch section.
- Types genreation added for JSON response.
- Added auto refresh in the request tabs when variables are modified.
- Added log for request and response in the output window.
- Added "View Log" button in the sidebar panel to open the log output window.
- Display the variables value when hovering over them.
- Import .env file in the Variable section.
- System variables are added to generate random dynamic data.
- The item in side bar will be focused when changing the request tab.
- Added show more option for larger response in the test case output.
- Added isJson(), regex, notContains options in the test.
- Added support for nested variables.
- "New Request" shortcut icon added in the Collection/Folder.
- Word wrap option added for response section.
🐛 Bug Fixes
- import from Curl (#5).
- Clicking on collection item opens a new window every time instead of switching to existing window (#6)
- import/export postman collections and environment (#7)
Requirements
- Minimum required version of VSCode is v1.75.0
- Minimum Node version is 18.20.3
v1.3.0
v1.3.0 - September, 2022
🎉 New Features
- Added the settings in the "Run All" Collection.
- Support for multiple iterations in "Run All" Collection.
- Can add delay between requests and iterations.
- Run the requests in sequential or parallel mode for multiple iterations.
🐛 Bug Fixes
- import from Curl (#5).
- Not able to Duplicate the item in the folder.
v1.2.0
New Features
- Support nested folder to the Collection.
- Run curl request (Under collection in the side bar).
- Import curl request (Under collection in the side bar) (#5).
- Support settings(Auth) for collection and folders.
- "Inherit auth from parent" option added in the Auth section.
- Support Reorder and disable the request in the "Run All" Collection.
- File option added in Form in the request body.
- Full screen mode is added for response section.
Bug Fixes
- Bearer Token as a variable does not work due to max length restriction (#4).
v1.1.0
New Features
- Folder added to the Collection.
- Set environment variable from json response, headers and cookies.
- Support AWS Signature auth type.
- Support Cookies and Manage cookies feature (#1) added.
- Support Copy and Paste the item between Collection/Folder.
- Support Variables highlight (#3).
- New test case options (Length and Type) are added.
- Content-Type header will be added automatically based on request body type.
- Support
ctrl+s
to save request. - Right click for context menu in Sidebar (History, Collection and Variable).
- Menu items added (Manage Cookies, View Error Log and Extension Settings)
Bug Fixes
-
Requirements
- Minimum required version of VSCode is v1.65.0