Releases: AnWeber/httpbook
Releases · AnWeber/httpbook
v2.1.1
v2.1.0
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
@verboseto increase log level totrace@debugto increase log level todebug@keepStreamingof MQTT, Server-Sent-Events or WebSocket until the session is ended manually@sleepsupports 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
v2.0.0
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
Features
- support httpYac v3.0.0
- httpyac plugin support
- hook api support
- better documentation
- new location for examples
- add requireUncached to script context to clear NodeJS Caching
v1.1.0
v1.0.0
Features
- update to new extension api of vscode-httpyac
- update monaco editor
v0.26.0
Features
- workaround for missing default mime renderer (microsoft/vscode#125876)
v0.25.0
Fix
- NotebookCellStatusBarItem does not support vscode.uri as argument (microsoft/vscode#124529)