Releases: AnWeber/httpyac
Releases · AnWeber/httpyac
v6.11.2
Fix
- hide password answer in sessionStore (AnWeber/httpbook#111)
- add Content-Type if protocol
GRAPHQL
is used to support same API as Intellij HTTP Client (AnWeber/vscode-httpyac#257)
v6.11.1
v6.11.0
Feature
- add
audience
andresource
to OAuth2 token exchange flow (AnWeber/vscode-httpyac#248) - allow intercepting and modification of OAuth2 Request before sending using
oauht2_interceptRequest
(#605)
Fix
- escaping of
\{\{2\}\}
did not work (AnWeber/vscode-httpyac#244) - support only
http-client.env.json
andhttp-client.private.env.json
files for intellij environments (AnWeber/vscode-httpyac#245) - add support to set requestUnauthorized to OAuth2 Requests (#605)
- allow empty string in input and list provider (AnWeber/vscode-httpyac#247)
- parsing issue with multiline url parsing with only variable content (AnWeber/vscode-httpyac#249)
v6.10.0
v6.9.3
Fix
- add npm package provenance (2nd try)
v6.9.2
Fix
- improve junit output with updated testcase node
- add npm package provenance