Skip to content

Releases: AnWeber/vscode-httpyac

v4.0.1

22 Sep 20:45
Compare
Choose a tag to compare

Fix

v4.0.0

22 Sep 20:14
Compare
Choose a tag to compare

Features

  • gRPC Request support
    • Unary RPC
    • Server Streaming
    • Client Streaming
    • Bi-Directional Streaming
  • add history view to explorer activity bar (visible when history entries exists)
  • add meta option sleep (wait x milliseconds before request)
  • Basic Authentication with Whitespace in username or password (Basic {{username}}:{{password}})
  • register script task for event hooks (streaming, request, response, after)

Fix

  • input and quickpick variable replacer fixed

v3.2.0

12 Sep 19:40
Compare
Choose a tag to compare

Fix

  • markdown requests supports sending heading
  • fix import of http files in global context
  • fix generate code works again

v3.1.0

11 Aug 04:00
Compare
Choose a tag to compare

Features

  • OAuth2 Variable Substitution can send client_id in body (config setting)
  • change responseLogging to BailSeriesHook for simple use
  • switch to exchange view if no response body is provided

v3.0.0

09 Aug 19:04
Compare
Choose a tag to compare

Breaking Changes

  • removed extensionScript (use instead hook api)
  • removed dotenv and intellij configuration (use instead envDirName, if needed)

Features

Fix

  • show commands only in http files

v2.21.1

28 Jul 20:01
Compare
Choose a tag to compare

Fix

  • log trace can be selected (#57)
  • requestGotOptions are used (#57)

v2.21.0

22 Jul 19:23
Compare
Choose a tag to compare

Features

  • add pretty print for xml in exchange body (#56)

Fix

v2.20.0

18 Jul 18:54
Compare
Choose a tag to compare

Features

  • allow loop one requests multiple times with for <var> of <iterable>, for <count> or while <condition>

Fix

  • error in dotenv import with .env.{{system}} notation (#51)
  • use right default comment behavior in script blocks (#52)
  • line break issue with comment in last line (AnWeber/httpyac#56)
  • do not open httpyac output log automatically (AnWeber/httpbook#28)

Breaking

  • update of extension api to allow simple send requests with sendContext (Preparation for enviroment determination refactoring)

v2.19.0

09 Jul 20:34
Compare
Choose a tag to compare

Features

  • simple escaping of template strings in body with \{\{...\}\} (is replaced with {{...}})
  • add test result summary, if more requests are executed at the same time
  • add timings, testResults, meta data to code lens in response Preview

v2.18.1

06 Jul 19:32
Compare
Choose a tag to compare

Fix

  • fix error with global variables (#48)