github AnWeber/vscode-httpyac 5.0.0
v5.0.0

latest releases: 6.15.1, 6.15.0, 6.14.0...
2 years ago

Breaking Changes

  • Setting Got Options directly on the request will be removed in one of the next versions. Got checks in v12 whether only valid options are set. But since options and custom properties are mixed at the request object, such a separation would be difficult. Please change request[...] to request.options[...].

Features

  • added RabbitMQ Support
  • add OAuth2 Variable Prefix to Session to allow cache of different user login (AnWeber/httpyac#207)
  • Stream Responses are added to history (disable with setting addStreamingResponsesToHistory)

Fixes

Don't miss a new vscode-httpyac release

NewReleases is sending notifications on new releases.