Skip to content

v1.40.0

Choose a tag to compare

@github-actions github-actions released this 19 Mar 09:31

Compatibility Notes

  • A mandatory property request is added to the HttpResponse.

New Functionality

  • [core] Support executeRaw in all RequestBuilder, which returns HttpResponse that contains the raw response and original request.

Improvements

  • [http-agent] Fix client certificate authentication in conjunction with proxies - depends on this PR.

Fixed Issues

  • [core] Fix parsing of empty bodies in batch responses.