Releases: AnWeber/vscode-httpyac
Releases · AnWeber/vscode-httpyac
v6.16.4
Features
- add support for better Buffer JSON stringify (AnWeber/httpyac#796)
Fix
- handle dom parser exception for invalid xml (AnWeber/httpyac#821)
- do not log stack on assertions error (#338)
- only clear output channel for test runs (#337)
- add skipped test result on user cancellation (#323)
- only clear output channel for test runs (#337)
v6.16.3
v6.16.2
v6.16.1
v6.16.0
Features
- support client certificates on OAuth2 Requests (AnWeber/httpyac#802)
- update tough-cookie to remove punycode deprecation warning (AnWeber/httpyac#813)
- support $env intellij environment variables access (AnWeber/httpyac#811)
- failed tests in reference skips request (#335)
- support
http_proxy
environment variable - remove
unexpected-response
listener to support abortHandshake in ws (AnWeber/httpyac#816)
v6.15.1
Features
- prefix output with name as fallback for title (318)
Fix
- ensure valid names of parsed symbols (#297)
- copy header for aws signing (AnWeber/httpyac#769)
- add skip test result if
@ref
is skipped (#297) - support Test Runner in VScode Environemnts without open Workspace (#320)
- always add responses from test run to history (#317)
- do not delete visible responses on reset envrionment (#317)
v6.15.0
Features
- add support to define timeout per request using
request.timeout
or setting variablerequest_timeout
- add contextMenu Entry in explorer view (#313)
- use vscode.LogOutputChannel for better Output Highlighting (#316)
- config setting httpyac.LogLevel is removed in favor for setting loglevel on OutputChannel
- allow resetting OutputChannel before runs
Fix
- variables in gql Query body are replaced (#303)
- allow defaultHeaders to overwrite accept or user-agent header
- only try loading grpc reflection if no other protodefinition file is imported or it is explicitly triggerd using grpcReflection (AnWeber/httpyac#757)
- add better handling for disabled and error tests (#297, AnWeber/httpyac#760)
- support empty passwords for Basic auth (AnWeber/httpyac#751)
- error do not bail test runs and instead just set error for this httpRegion (AnWeber/httpyac#708)
- update label of testItem on httpRegion name change (#315)
- add missing definitions to codeLens property (#314)
v6.14.0
Features
- add
--tag
support to cli to only execute httpRegion with defined tag (AnWeber/httpyac#693) - add support to search for test tags in vscode (AnWeber/httpyac#693)
Fix
- prevent readFile Error log output on package.json search (#293)
- disabled MetaData Handler checks disabled State on occurence of line in execution order (#292)
- support Intellij Multiline FormUrlEncoded Syntax (AnWeber/httpyac#699)
- better match .env files to ignore false positive like
.envrc
(AnWeber/httpyac#700) - change order in http.tmlanguage.json to support comment highlighting (AnWeber/httpyac#703)
- fix end of response-line to support truncated response body (#295)
- test runner indicator support disabled test using
$cancel
variable (#292)