Releases: Huachao/vscode-restclient
Releases · Huachao/vscode-restclient
v0.25.0
- Feature: Support prompt variables (@theerapatcha)
- Feature: Support request level setting for
no-cookie-jar
andno-redirect-jar
- Feature: Add Markdown support to run requests with code lenses (@acuarica)
- Bug Fix: Quickpick Filter does not reset after selecting a language when Generating Code Snippet (@TheBinaryGuy)
- Bug Fix: Fix curl prase error if -d option is number only
- Bug Fix: Fix inferred operation name issue with trailing space in GraphQL
- Bug Fix: Fixed multipart/form-data request was not ending with
\r\n
(@MaximkaHuman) - Improvement: Treat
text/json
as JSON
v0.24.6
- Bug Fix: Fix AADV2TokenProvider only works for special case of MS Graph Tokens (@mthierba)
- Improvement: Allow comments between variable declarations (@Danysan1)
- Improvement: Add support for application/x-amz-json-1.1 as JSON (@fxalgrain)
- Improvement: SaveBody now uses filename from content-disposition (@mbronk)
- Improvement: Add operation name for GraphQL request
- Improvement: Destory underlying connection when user cancels the request
v0.24.5
- Feature: Add support for text/javascript as JSON (@mingue)
- Feature: Add snippet for multipart/form-data request (@yunxifd)
- Bug Fix: Fix basic auth header not generated correct for user:password case
- Bug Fix: Fix
rest-client.fontSize
Default Value is Invalid - Bug Fix: Recognize
--data-raw
curl option - Bug Fix: Fix incorrect syntax highlight for request line without specifing method
- Improvement: Updating document selector to support virtual file systems (@lostintangent)
- Improvement: Update azure ad token caching (@abdulkareemnalband)
v0.24.4
- Feature: Search for .env files on parent folders (@joaogsleite)
- Bug Fix: Fix args parse failure for
'
- Bug Fix: GraphQL file import fails
- Bug Fix: Display of response header name is altered when header name and value are case-insensitive matches
- Improvement: Use VS Code styles in webviews
- Improvement: Make error messages clearer (@noelforte)
v0.24.3
v0.24.2
- Feature: Add support for Microsoft Identity Platform aka Azure ActiveDirectory V2 (@darrelmiller)
- Feature: Processing variables from external file (@ricmrodrigues)
- Bug Fix: Fix broken links in JSON responses (@jackbravo)
- Bug Fix: localDatetime timezone discrepancy in iso8601 format
- Bug Fix: Allow {{...}} in comments and strings without linting error
- Improvement: Fix some trivial errors in README.md (@wtetsu)
- Improvement: Support multiple line query string with spaces
- Improvement: Add code snippet for request / request-promise or axios in NodeJS
v0.24.1
v0.24.0
- Feature: AWS Signature version 4 authentication (@sebastian-fredriksson-bernholtz)
- Feature: Present an Option to Confirm Send (@ChayimFriedman2)
- Feature: Add support for the XDG directory specification (@tristan957)
- Bug Fix: Fix request line parse error if url contains http
- Bug Fix: $guid parameter reported as not found in editor
- Bug Fix: Space in URL causes wrong colorization
- Bug Fix: Suppress response body validation for empty JSON response
- Bug Fix: Escape quotes for decodeEscapedUnicodeCharacters (@Treno1)
- Bug Fix: Fix Basic/Digest auth scheme not case-insensitive
- Bug Fix: Fix incorrect header in saved response
- Improvement: Fix demo http request syntax in README.md (@Baoyx007)
- Improvement: Refine README.md usage section (@matyasforian)
- Improvement: Support query line syntax highlight
- Improvement: Support more code snippet clients
v0.23.2
- Bug Fix: Redirect 303 use port of original request
- Bug Fix: Cookie header not respected when
rest-client.rememberCookiesForSubsequentRequest
is set tofalse
- Bug Fix: Fix cookies not sent when redirection happens
- Bug Fix: Disable folding on non range start line in webview
- Bug Fix: Fix Basic auth not working in auth challenge case
- Bug Fix: Hover peeking doesn't work for variables with hyphen
- Bug Fix: Textmate lexer file is invalid
- Improvement: Add
[%]envVarName
option to{{$dotenv}}
- Improvement: Basic authentication encoding doesn't support empty password
- Improvement: Decrease bundled size from 2.6M to 2.3M
- Improvement: Allow public prefix for cookiJar
v0.23.1
- Bug Fix: Respect user provided cookie headers
- Bug Fix: Cannot read property
toFixed
of null - Bug Fix: Fix incorrect RFC 1123 date time format in datetime system variable
- Bug Fix: Ignore cookie domain mismatch error in
SetCookie
header - Bug Fix: Set correct line ending character for multipart/form-data MIME type
- Bug Fix: Disable automatical retry on failure
- Bug Fix: fix command
rest-client-*
not found error (@stegano) - Improvement: Support empty value for file varaible
- Improvement: Collapse/Expand children recursively in response webview with
Shift
modifier key - Improvement: Show request name if available in symbol list
- Improvement: Use document level cache to improve parsing performance
- Improvement: Support cancelling an outgoing request by clicking the spin icon
- Improvement: Refresh diagnostic information when switching environment