Skip to content

Releases: AnWeber/httpyac

v6.16.4

03 Nov 19:50
37ddfff
Compare
Choose a tag to compare

Features

  • add support for better Buffer JSON stringify (#796)

Fix

v6.16.3

30 Oct 18:46
7339667
Compare
Choose a tag to compare

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

29 Oct 20:48
c7d9f78
Compare
Choose a tag to compare

Fix

  • named response is only set, if all testResults are valid

v6.16.1

29 Oct 17:47
Compare
Choose a tag to compare

Fix

  • support http_proxy environment variable
  • support html mimetype for dom parser and use only valid mimetype in parseFromString

v6.16.0

28 Oct 19:42
5827f89
Compare
Choose a tag to compare

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

22 Aug 20:17
1b9d06f
Compare
Choose a tag to compare

Features

Fix

v6.15.0

04 Aug 21:15
f96bbba
Compare
Choose a tag to compare

Features

  • add support to define timeout per request using request.timeout or setting variable request_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

01 Jun 20:19
611ee29
Compare
Choose a tag to compare

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)

v6.13.3

13 May 18:53
dc31b7c
Compare
Choose a tag to compare

Fix

v6.13.2

01 May 19:38
4572ac2
Compare
Choose a tag to compare

Fix