Releases: AnWeber/httpyac
Releases · AnWeber/httpyac
v6.16.4
Features
- add support for better Buffer JSON stringify (#796)
Fix
- handle dom parser exception for invalid xml (#821)
- do not log stack on assertions error (AnWeber/vscode-httpyac#338)
- only clear output channel for test runs (AnWeber/vscode-httpyac#337)
- add skipped test result on user cancellation (AnWeber/vscode-httpyac#323)
v6.16.3
Fix
- revert: named response is only set, if all testResults are valid
- changed behaviour from
@ref
(AnWeber/vscode-httpyac#336)- negative test results from reference does not stop dependent request
- errored reference is not executed multiple times if it is referenced multiple times
v6.16.2
v6.16.1
v6.16.0
Features
- support client certificates on OAuth2 Requests (#802)
- update tough-cookie to remove punycode deprecation warning (#813)
- support $env intellij environment variables access (#811)
- failed tests in reference skips request (AnWeber/vscode-httpyac#335)
- support
http_proxy
environment variable - remove
unexpected-response
listener to support abortHandshake in ws (#816)
v6.15.1
Features
- prefix output with name as fallback for title (AnWeber/vscode-httpyac#318)
Fix
- ensure valid names of parsed symbols (AnWeber/vscode-httpyac#297)
- copy header for aws signing (#769)
- add skip test result if
@ref
is skipped (AnWeber/vscode-httpyac#297)
v6.15.0
Features
- add support to define timeout per request using
request.timeout
or setting variablerequest_timeout
Fix
- variables in gql Query body are replaced (AnWeber/vscode-httpyac#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 (#757)
- add better handling for disabled and error tests (AnWeber/vscode-httpyac#297, #760)
- support empty passwords for Basic auth (#751)
- error do not bail test runs and instead just set error for this httpRegion (#708)
Contributors
thx to @jbest84
v6.14.0
Features
- add
--tag
support to cli to only execute httpRegion with defined tag (#693)
Fix
- prevent readFile Error log output on package.json search (AnWeber/vscode-httpyac#293)
- disabled MetaData Handler checks disabled State on occurence of line in execution order (AnWeber/vscode-httpyac#292)
- support Intellij Multiline FormUrlEncoded Syntax (#699)
- better match .env files to ignore false positive like
.envrc
(#700)