Skip to content

Releases: AnWeber/httpbook

v2.1.1

25 Oct 15:10

Choose a tag to compare

Fix

  • fix parsing error if other httpBook is open and active (#33)

v2.1.0

24 Oct 20:42

Choose a tag to compare

Features

  • add WebSocket support
  • add MQTT support
  • add Server-Sent Events support
  • HTTP header array support added
  • added oauthSession2 Variable to directly access OAuth2 Token
  • add additional Meta Data
    • @verbose to increase log level to trace
    • @debug to increase log level to debug
    • @keepStreaming of MQTT, Server-Sent-Events or WebSocket until the session is ended manually
    • @sleep supports variables
    • documentation of meta data added to outline view
  • better auto completion support
  • added more snippets for MQTT, WebSocket and Server-Sent Events

Fix

  • response body is logged to output channel

v2.0.1

24 Sep 19:15

Choose a tag to compare

Fix

  • show intermediate results directly with gRPC and not only at the end of the stream
  • remove svg-sprite-loader to get rid of security warning

v2.0.0

23 Sep 05:18

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

Choose a tag to compare

Features

v1.1.0

30 Jul 19:52

Choose a tag to compare

Features

v1.0.0

18 Jul 19:07

Choose a tag to compare

Features

v0.26.0

09 Jul 20:47

Choose a tag to compare

Features

v0.25.0

03 Jul 19:17

Choose a tag to compare

Fix