Skip to content

Releases: AnWeber/vscode-httpyac

v6.11.2

14 Jan 20:26
Compare
Choose a tag to compare

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

04 Jan 13:09
Compare
Choose a tag to compare

Fix

  • update documentSelector based on storageLocation for Response CodeLensProvider (#251)

v6.11.0

29 Dec 19:23
Compare
Choose a tag to compare

[6.11.0] (2023-12-29)

Feature

  • add audience and resource 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 and http-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

13 Nov 19:39
Compare
Choose a tag to compare

Feature

Fix

  • device code flow uses correct interval
  • expires_in is not required in OAuth2Response (#240)

v6.9.0

05 Nov 21:29
Compare
Choose a tag to compare

Fix

v6.8.2

23 Oct 19:48
Compare
Choose a tag to compare

Feature

  • add new meta data # @post-redirect-get to always use method GET for redirects (AnWeber/httpyac#563)

Fix

  • use grpc Stream cancel method if available

v6.8.1

16 Oct 19:22
Compare
Choose a tag to compare

Fix

  • allow import of .httpyac.cjs or .httpyac.config.cjs file
  • Memory Leak in grpc client, because grpc client is not closed (#231)

v6.8.0

15 Oct 19:05
Compare
Choose a tag to compare

Feature

Fix

v6.7.1

02 Oct 20:01
Compare
Choose a tag to compare

Fix

  • default of setting testRunAlwaysUseEnvis null (#230)
  • testRunner uses latest activeEnvironemnt (#230)
  • testRunner supports repeating tests multipe times (#229)

v6.7.0

01 Oct 20:09
Compare
Choose a tag to compare

Feature

  • allow change of active Environment in provided context (#225)
  • allow setting channelCredentials in header using string (AnWeber/httpyac#553)
  • support using require in inline template

Fixes

  • improvements to completionItem API (#224)