Skip to content

Releases: AnWeber/vscode-httpyac

v6.16.4

03 Nov 19:53
b6ee2f7
Compare
Choose a tag to compare

Features

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

30 Oct 19:12
1fc8368
Compare
Choose a tag to compare

Fix

  • revert: named response is only set, if all testResults are valid
  • changed behaviour from @ref (#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:50
d6353e4
Compare
Choose a tag to compare

Fix

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

v6.16.1

29 Oct 17:50
b4d2a0a
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:45
f472d97
Compare
Choose a tag to compare

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

22 Aug 20:27
Compare
Choose a tag to compare

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

04 Aug 21:28
46d74e2
Compare
Choose a tag to compare

Features

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

01 Jun 20:24
c28a352
Compare
Choose a tag to compare

Features

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)

v6.13.3

13 May 18:55
4030745
Compare
Choose a tag to compare

Fix

v6.13.2

01 May 19:44
676a52e
Compare
Choose a tag to compare

Fix

  • ensureUniqueId on merge (#280)
  • replace header variables after body variables to allow valide Request Signing (AnWeber/httpyac#684)