Releases: AnWeber/httpyac
Releases · AnWeber/httpyac
v4.0.5
v4.0.4
v4.0.3
v4.0.2
v4.0.1
v4.0.0
Features
- gRPC Request support
- Unary RPC
- Server Streaming
- Client Streaming
- Bi-Directional Streaming
- 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
Breaking Changes
- changed variable replacer interface from string to unknown
before: (text: string, type: string, context: ProcessorContext): Promise<string>
after: (text: unknown, _type: string, context: ProcessorContext): Promise<unknown>
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