Releases: AnWeber/vscode-httpyac
Releases · AnWeber/vscode-httpyac
v4.0.1
Fix
- update to [email protected]
v4.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
v3.2.0
v3.1.0
v3.0.0
Breaking Changes
- removed extensionScript (use instead hook api)
- removed dotenv and intellij configuration (use instead envDirName, if needed)
Features
- httpyac plugin support
- hook api support
- better documentation
- new location for examples
- add requireUncached to script context to clear NodeJS Caching
Fix
- show commands only in http files
v2.21.1
v2.21.0
v2.20.0
Features
- allow loop one requests multiple times with
for <var> of <iterable>
,for <count>
orwhile <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)