Skip to content

Releases: AnWeber/httpyac

v4.9.0

29 Dec 20:18
Compare
Choose a tag to compare

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

19 Dec 20:01
Compare
Choose a tag to compare

Fix

v4.8.1

10 Dec 11:49
Compare
Choose a tag to compare

Fix

v4.8.0

09 Dec 18:59
Compare
Choose a tag to compare

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

05 Dec 20:49
Compare
Choose a tag to compare

4.7.4 (2021-12-05)

Feature

  • add new Command httpyac oauth2 to support output of OAuth2 JWT Token (#138)

Fix

  • remove ?? to support NodeJS v12 (#123)
  • oauth2 variables are expanded

v4.7.3

30 Nov 20:51
Compare
Choose a tag to compare

Feature

  • add config setting for OAuth2 redirectUri (#118)
  • add password variable replacer (#139)
  • besides $shared there is now also the possibility to use $default in config.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

23 Nov 19:34
Compare
Choose a tag to compare
  • remove special handling of Authorization Header on grpc Requests (#125)
  • GraphQL queries withouth variables are executed (#124)

v4.7.1

17 Nov 19:47
Compare
Choose a tag to compare

Fix

  • .env file in same folder not imported #112
  • blank header is now supported (#107)
  • using # @no-log breaks named variable (#106)

Thanks

@yanghva and @staff0rd for contributing

v4.7.0

10 Nov 21:16
Compare
Choose a tag to compare

Features

  • add new event @responseLogging for scripts
  • add --var option to cli command

Fix

  • refreshTokenFlow does not require refreshExpiresIn
  • envDirName is not overriden in cli command (#103)

Thanks

@fredrikhr for contributing

v4.6.0

07 Nov 20:53
Compare
Choose a tag to compare

Features

Fix

  • escape of {{...}} works again (#99)
  • user cancelation stops execution hook (#98)

Thanks @fredrikhr for your help in this release