Skip to content

Releases: VBA-tools/VBA-Web

Excel-REST v3.0.1

23 Mar 13:41

Choose a tag to compare

  • Add DigestAuthenticator
  • Add UrlParts and other helpers
  • General cleanup and formatting

Excel-REST v3.0.0

16 Mar 20:11

Choose a tag to compare

  • Add Client.GetJSON and Client.PostJSON helpers to GET and POST JSON without setting up request
  • Add AfterExecute to IAuthenticator

Excel-REST v2.3.0

22 Feb 16:26

Choose a tag to compare

  • Add form-urlencoded format and helpers
  • Combine Body + Parameters and Querystring + Parameters with priority given to Body or Querystring, respectively

Excel-REST v2.2.1

19 Feb 13:46

Choose a tag to compare

  • Add Response.Headers collection of response headers

Excel-REST v2.2.0

19 Feb 00:16

Choose a tag to compare

  • Add cookie support with Request.AddCookie(key, value) and Response.Cookies

Excel-REST v2.1.3

15 Feb 18:00

Choose a tag to compare

  • Bugfixes and refactor

Excel-REST v2.1.2

11 Feb 21:48

Choose a tag to compare

  • Add raw binary Body to RestResponse for handling files (thanks @berkus)

Excel-REST v2.1.1

06 Feb 17:54

Choose a tag to compare

  • Use Val for number parsing in locale-dependent settings

Excel-REST v2.1.0

02 Feb 16:21

Choose a tag to compare

  • Add proxy support with RestClient.SetProxy
  • Add dependency to Microsoft Scripting Runtime for explicit Dictionary usage

Excel-REST v2.0.2

23 Dec 16:00

Choose a tag to compare

  • Add Content-Length header to requests
  • Use 408 status code instead of 504 for timeouts