Releases: AnWeber/vscode-httpyac
Releases · AnWeber/vscode-httpyac
v6.11.2
Feature
- add navigation support to imported files (#250)
Fix
- Intellij store variables independent from current env in global cache (AnWeber/httpyac#612)
- always use GRPC Reflection to support same Behaviour as Intellij (#254)
- save of response is await before editor is shown (#252)
thanks to @mondhs
v6.11.1
v6.11.0
[6.11.0] (2023-12-29)
Feature
- add
audience
andresource
to OAuth2 token exchange flow (#248) - allow intercepting and modification of OAuth2 Request before sending using
oauht2_interceptRequest
(#605)
Fix
- escaping of
\{\{2\}\}
did not work (#244) - support only
http-client.env.json
andhttp-client.private.env.json
files for intellij environments (#245) - add support to set requestUnauthorized to OAuth2 Requests (#605)
- allow empty string in input and list provider (#247)
- parsing issue with multiline url parsing with only variable content (#249)
v6.10.0
v6.9.0
Fix
- do not fail on javascript assert (AnWeber/httpyac#572)
v6.8.2
Feature
- add new meta data
# @post-redirect-get
to always use methodGET
for redirects (AnWeber/httpyac#563)
Fix
- use grpc Stream cancel method if available
v6.8.1
v6.8.0
Feature
- add support for grpc-reflection (AnWeber/httpyac#566)
Fix
- only use default scope
opendid
if no scope is defined (AnWeber/httpyac#560) - use repeat only in mainContext and not in forceRef calls (AnWeber/httpyac#562)
- store all connections as session in userStorage to allow disconnect (AnWeber/httpyac#565)
- new amqp client does not disconnect previous amqp client (AnWeber/httpyac#565)
- add syntax highlighting if comment is in request line (#234)