Releases: Huachao/vscode-restclient
Releases · Huachao/vscode-restclient
v0.20.2
v0.20.1
- Bug Fix: Broken works with certificates
v0.20.0
- Feature: Support file variables reference request variables
- Feature: Support resolve the full response body regardless of the response content type
- Bug Fix: Fix Https proxy issue
- Bug Fix: Reload configuration when switching active text editor
- Bug Fix: Fix incorrect http symbol range
- Bug Fix: Ensure response saving directory existence before saving
- Improvement: Add icon for response webview tab
- Improvement: Switch JSON formatting library from
jsonc-parser
tojs-beautify
(@ygraber) - Improvement: Treat the mime type of response body is
application/json
if the body itself is aJSON
string - Improvement: Unset gzip setting to avoid adding
Accept-Encoding
header automatically - Improvement: [Upgrade applicationinsights to latest version to avoid monkey patching](#2
v0.19.0
- Breaking Change: Remove support for setting
rest-client.defaultuseragent
, replace this withrest-client.defaultHeaders
which has more capability to add other default request headers - Breaking Change: Remove support for setting
rest-client.previewResponseInActiveColumn
, replace this withrest-client.previewColumn
which has more capability to specify which column to preview, not just currently active one - Feature: Add support for default headers (@Kronuz)
- Feature: Show response preview in right editor
- Feature: Preserve focus of the http editor
- Bug Fix: Setting: 'previewOption' does not work in combination with 'previewResponseInUntitledDocument'
- Bug Fix: Fix Chinese encoding not copied to clipboard
- Improvement: Retina icon (@pluwen)
- Improvement: Add http language default configuration
editor.quickSuggestions
- Improvement: Refactor resolving http variables logic
- Improvement: Leverage new Webview API to render response and code snippet
v0.18.0
- Feature: Add request variable support to provide the possibility to extract values from response (@cbrevik)
- Feature: Add indentation based response folding in webview
- Feature: Add option to preview response in current active view column
- Bug Fix: Fix JSON response zero fractions removed error when formatting
- Bug Fix: Fix excluding hosts w/o ports bug (@realskim)
- Bug Fix: Retrieve
enableTelemetry
setting fromrest-client
section - Improvement: Adding Visual Studio Live Share support - Document Link Provider (@lostintangent)
- Improvement: Allow specifying $aadToken audience (@flanakin)
- Improvement: Change the preview url suffix to
.html
v0.17.0
- Feature: Add Azure Active Directory Support (@flanakin)
- Feature: Highlight JSON/XML request body automatically
- Feature: Add settings to disable response formatting and link recognition for large response
- Improvement: Refactor sending request body from specified file path logic
- Improvement: Add 8443 port as https scheme indicator
- Improvement: Support
--data-ascii
option in curl
v0.16.0
- Feature: Support goto symbols(request or file level cusom variable) in http file
- Improvement: Info/Warning notifications blocking all tabs
- Improvement: Adopt multi root workspace API
- Improvement: Update README.md to reflect installation and code lens update
- Bug Fix: Set the scheme to
https
if host is of port 443
v0.15.0
v0.14.0
- Feature: Support Digest Authentication
- Feature: Support client side certificate authentication
- Bug Fix: Fix showResponseInDifferentTab doesn't work
- Improvement: Add settting to tse trunked transfer encoding for sending file content as request body
- Improvement: Allow to preview response body only in untitled document (@dakaraphi)
- Improvement: Format response body whose suffix of content type header is json
v0.13.0
- Feature: Allow preview response in untitled document directly to use the full power of VS Code to search, select or manipulate the response
- Feature: Support saving response body to corresponding file according to response MIME type, and also provide setting
rest-client.mimeAndFileExtensionMapping
to overwrite the saved file extension - Feature: Display break down response timing details(Socket, DNS, TCP, First Byte and Download) in tooltip of duration status bar
- Feature: Display breakdown response size(headers and body) in tooltip of size status bar
- Bug Fix: Fix auto completion not working sometimes
- Bug Fix: Image display issue
- Improvement: Full support multipart/form-data request
- Improvement: Update
Run Request
toSend Request
in code lense text - Improvement: Make global variable
randomInt
as a snippet string when inserting