Releases: AnWeber/httpyac
Releases · AnWeber/httpyac
v4.9.0
Features
- support http codeblocks in markdown files (#164)
- add raw headers to httpResponse (#165)
- add special env setting
request_rejectUnauthorized
to ignore SSL Verification (#159) - add special env setting
request_proxy
to set proxy (#159) - proxy support of
socks://
proxy (AnWeber/vscode-httpyac#91)
Thanks
@fredrikhr for contributing
v4.8.2
Fix
- replace all whitespace in meta data name and use camelCase instead of underscore (#154)
- support nested
envDirName
(AnWeber/vscode-httpyac#93) - allow hyphens in variable name (AnWeber/vscode-httpyac#95)
v4.8.1
Fix
- really read all
*.env.json
as Intellij Environment Files (AnWeber/vscode-httpyac#94)
v4.8.0
Feature
@import
supports variable substitution (#151)- render objects as JSON while replacing variables (#146)
- add httpResponse as named variable with
${name}Response
(#152)
Fix
- read all
*.env.json
as Intellij Environment Files (AnWeber/vscode-httpyac#94) - Intellij
client.global.set
really changes variables for this run (#150)
v4.7.4
v4.7.3
Feature
- add config setting for OAuth2 redirectUri (#118)
- add password variable replacer (#139)
- besides
$shared
there is now also the possibility to use$default
inconfig.environment
. These variables are only used if no environment is selected (#142)
Fix
- added two line endings instead of one in response body (httpyac/httpyac.github.io#13)
- add support for
.
in header name #128 - parsing error with
=
fixed cli command--var
- interpret all status codes <400 as valid OAuth2 return codes (#131)
- global hooks are now always used for all HttpRegions and also work correctly in httpbook (AnWeber/httpbook#39)
Thanks
@rngtng, @fredrikhr, @staff0rd for contributing
v4.7.2
v4.7.1
v4.7.0
v4.6.0
Features
- added OAuth 2.0 Device Authorization Grant (#97)
- extend GRPC Not Found Service Error with avaiable services
Fix
Thanks @fredrikhr for your help in this release