Skip to content

Releases: AnWeber/httpyac

v4.0.5

30 Sep 14:47
Compare
Choose a tag to compare

Fix

  • removeHook did not remove Hook

v4.0.4

24 Sep 18:08
Compare
Choose a tag to compare

Fix

  • use esbuild instead of webpack. Fixes require error in @grpc/proto-loader
  • stack overflow with multiple use of the same ref statement

v4.0.3

22 Sep 20:41
Compare
Choose a tag to compare

Fix

  • entry point path fixed

v4.0.2

22 Sep 20:33
Compare
Choose a tag to compare

Fix

  • remove test script in root folder (package import error in vscode-httpyac)

v4.0.1

22 Sep 20:05
Compare
Choose a tag to compare

Fix

  • missing typescript types provided

v4.0.0

22 Sep 19:56
Compare
Choose a tag to compare

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

12 Sep 19:34
Compare
Choose a tag to compare

Fix

  • markdown requests supports sending heading
  • fix detection of environemnts in cli usage
  • fix import of http files in global context

v3.1.0

10 Aug 20:24
Compare
Choose a tag to compare

Features

  • OAuth2 Variable Substitution can send client_id in body (config setting)
  • change responseLogging to BailSeriesHook for simple use

v3.0.0

09 Aug 18:29
Compare
Choose a tag to compare

Breaking Changes

  • removed extensionScript (use instead hook api)
  • removed dotenv and intellij configuration (use instead envDirName, if needed)

Features

v2.21.1

28 Jul 19:54
Compare
Choose a tag to compare

Fix

  • log trace can be selected