Skip to content

Releases: Dyalog/HttpCommand

v5.9.4

17 Nov 13:53

Choose a tag to compare

v5.9.3

14 Aug 16:48

Choose a tag to compare

Add tiny delay on redirection

When the host responds with a redirection (HTTP status 3XX), there have been occasions when HttpCommand issues the request for the redirected resource before the host is ready. This results in a Conga 1119 error (socket closed while receiving data). Adding a tiny (0.1 sec) delay before issuing the request for the redirected resource avoids this.

v5.9.2

21 Jun 18:32
71a89b2

Choose a tag to compare

What's Changed

  • 59 improve content type multipart/form-data handling when sending files by @bpbecker in #60
  • Create command synonym by @bpbecker in #62

Full Changelog: v5.9.0...v5.9.2

v5.9.0

24 Feb 18:03
7661928

Choose a tag to compare

What's Changed

  • v5.9.0 address #57 Allow GetJSON to take just a URL argument by @bpbecker in #58

Full Changelog: v5.8.0...v5.9.0

v5.8.0

24 Aug 16:23

Choose a tag to compare

Adds support for "chunked" transfer-encoding

  • New request-related setting "ChunkSize" allows you to specify the size of the chunk you wish to send
  • Your payload is sent to the host in ChunkSize-sized chunks

v5.7.0

20 May 13:54

Choose a tag to compare

  • Adds HeaderSubstitution setting

v.5.6.0

03 Apr 18:24
b8629e8

Choose a tag to compare

Highlights

  • Add support for environment variables in header names and values
  • Add "Secret" setting to prevent credentials from being displayed by HttpCommand.Show
  • Add support for content type multipart/form-data

What's Changed

Full Changelog: v5.4.6...v5.6.0

v5.4.6

28 Feb 13:59
e22ed7a

Choose a tag to compare

Updates the year in HttpCommand.Version - this is the only change (no functional changes were made)

What's Changed

Full Changelog: v5.4.5...v5.4.6

v5.4.5

27 Feb 03:38
0658952

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.4.4...v5.4.5

v5.4.4

31 Oct 18:04
2659ea8

Choose a tag to compare

What's Changed

  • 39 dont attempt to parse payload on a head command or empty payload by @bpbecker in #40

Full Changelog: v5.4.3...v5.4.4