Skip to content

Releases: AnWeber/httpbook

v2.0.0

23 Sep 05:18
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
  • transientOutputs is set according to saveWithOutputs (#31)

v1.2.0

09 Aug 19:31
Compare
Choose a tag to compare

Features

v1.1.0

30 Jul 19:52
Compare
Choose a tag to compare

Features

v1.0.0

18 Jul 19:07
Compare
Choose a tag to compare

Features

v0.26.0

09 Jul 20:47
Compare
Choose a tag to compare

Features

v0.25.0

03 Jul 19:17
Compare
Choose a tag to compare

Fix

v0.24.0

30 Jun 20:44
Compare
Choose a tag to compare

Features

  • add new meta data @noRejectUnauthorized, to disable ssl verification
  • add better json schema support in settings and file .httpyac.json
  • improve error for SSL Validation error
  • add completion for new meta data

Fix

  • use args to always open/save correct cell response

v0.23.0

24 Jun 18:44
Compare
Choose a tag to compare

Features

  • support cancellation of execution

v0.22.0

22 Jun 18:02
Compare
Choose a tag to compare

Fix

  • monaco editor supporty application/xml

0.21.0

21 Jun 19:45
Compare
Choose a tag to compare

Fix

  • outputs are saved correctly
  • monaco editor is only used if not empty body