Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: AnWeber/httpyac

v6.16.7

30 Mar 19:36
5365c80

Choose a tag to compare

Fix

  • ignore whitespace before & in formurlencoded (#699)
  • Invalid state error with authorization code flow when the state parameter is percent-encoded (#871)

Contributors

thx to @barbaralocsi

v6.16.6

11 Jan 20:06
1889adf

Choose a tag to compare

Fix

  • allow proxy for oauth2 using oauth2_proxy (#841)

v6.16.5

06 Jan 18:22
8cbc1ea

Choose a tag to compare

Features

Fix

v6.16.4

03 Nov 19:50
37ddfff

Choose a tag to compare

Features

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

Fix

v6.16.3

30 Oct 18:46
7339667

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

Choose a tag to compare

Fix

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

v6.16.1

29 Oct 17:47

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

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

Choose a tag to compare

Features

Fix

v6.15.0

04 Aug 21:15
f96bbba

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