Skip to content

Releases: AnWeber/httpyac

v6.6.0

17 Jul 19:57
Compare
Choose a tag to compare

Features

  • add method $getOAuth2Response to javascript context (#499)
  • add HttpClientProvider and JavascriptProvider to httpyac API
  • allow global Asserts and onRequest/ onResponse hooks and import global Asserts from other Http Files (#488)
  • support xpath namespaces using @xpath_ns (#493)

Fixes

  • always log current httpRegion and response on exception (#275)

v6.5.1

14 Jun 17:17
Compare
Choose a tag to compare

Fixes

  • output=none is respected in CLI (#477)
  • $input-askonce does not ask again for existing variables (#477)

v6.5.0

11 Jun 19:29
Compare
Choose a tag to compare

Features

Fixes

v6.4.6

09 Jun 19:46
Compare
Choose a tag to compare

Fixes

v6.4.5

04 Jun 18:42
Compare
Choose a tag to compare

Fixes

v6.4.4

23 May 19:40
Compare
Choose a tag to compare

Fixes

  • # @jwt metadata parsedBody matches body (#454)
  • allow comment in last line of script (#454)
  • ignore region names which are not valid Javascript Variables (#455)

v6.4.3

16 May 18:22
Compare
Choose a tag to compare

Fixes

  • request method detection supports only uppercase character to prevent false positives (#447)

v6.4.2

07 May 18:11
Compare
Choose a tag to compare

Fixes

  • reuse current NodeJS Context instead of creating custom Context to allow use of crypto in NodeJS@20 (#437)

v6.4.1

01 May 10:38
Compare
Choose a tag to compare

Fixes

v6.4.0

29 Apr 19:55
Compare
Choose a tag to compare

Features

  • add support for custom plugins in httpFileStore initialization (AnWeber/vscode-httpyac#186)
  • add modifier $input-askonce to ask only once for $input (#436)

Fixes

  • ensure deletion of additional body properties (prettyPrintBody, parsedBody, rawBody), if body property is modified (AnWeber/httpbook#84)