Skip to content

Releases: AnWeber/httpyac

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

v6.7.0

01 Oct 19:54
Compare
Choose a tag to compare

Feature

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

Fixes

v6.6.7

18 Sep 19:12
Compare
Choose a tag to compare

Fixes

v6.6.6

15 Sep 18:48
Compare
Choose a tag to compare

Fixes

  • resolve connect Promise in Websocket Requests on close before open Connection (AnWeber/httpbook#96)

Contributors

thx to @mondhs

v6.6.5

06 Sep 17:38
Compare
Choose a tag to compare

Fixes

  • support of --bail does also work in referenced http files (#540)

v6.6.4

02 Sep 19:31
Compare
Choose a tag to compare

Fixes

  • support return of null in variable replacement (#513)
  • allow for variable use in $pick picklists: {{ $pick ask-variable? $value: data }} (#537)
  • pre request in intellij format is executed before variable replacer (#534)
  • allow removal of UserAgent Header (httpyac/httpyac.github.io#70) using script
{{@request
  request.headers["User-Agent"] = undefined
}}

v6.6.3

25 Jul 19:39
Compare
Choose a tag to compare

Fixes

  • support multiple # @import of the same file from different httpFiles (#508)

v6.6.2

24 Jul 19:43
Compare
Choose a tag to compare

Fixes

  • support OData Batch Processing (#507)

v6.6.1

23 Jul 18:29
Compare
Choose a tag to compare

Fixes

  • improve stability of asserts using objects/arrays (#503)