Skip to content

Releases: AnWeber/httpyac

v6.11.0

29 Dec 19:20
Compare
Choose a tag to compare

Feature

  • add audience and resource to OAuth2 token exchange flow (AnWeber/vscode-httpyac#248)
  • allow intercepting and modification of OAuth2 Request before sending using oauht2_interceptRequest (#605)

Fix

v6.10.0

13 Nov 19:34
Compare
Choose a tag to compare

Feature

  • add support for dynamic # @ref (#585)

Fix

v6.9.3

05 Nov 21:24
Compare
Choose a tag to compare

Fix

v6.9.2

05 Nov 20:15
Compare
Choose a tag to compare

Fix

v6.9.1

01 Nov 21:47
Compare
Choose a tag to compare

Fix

  • improve junit output using nested testsuite for httpFile and httpRegion

v6.9.0

01 Nov 15:05
Compare
Choose a tag to compare

Feature

  • junit export using '--junit' args

Fix

  • do not fail on javascript assert (#572)

Contribution

thx to @mmadson for junit support

v6.8.2

23 Oct 19:45
Compare
Choose a tag to compare

Feature

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

Fix

  • use grpc Stream cancel method if available

v6.8.1

16 Oct 19:11
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 18:58
Compare
Choose a tag to compare

Feature

  • add support for grpc-reflection (#566)

Fix

  • only use default scope opendid if no scope is defined (#560)
  • use repeat only in mainContext and not in forceRef calls (#562)
  • store all connections as session in userStorage to allow disconnect (#565)
  • new amqp client does not disconnect previous amqp client (#565)

v6.7.1

02 Oct 19:55
Compare
Choose a tag to compare

Fix