Skip to content

v2.4.0 Release

Compare
Choose a tag to compare
@jeevatkm jeevatkm released this 11 Jan 22:57
e3917a5

Release Notes

Features

  • Added a new OnError hook that is called when a Resty request returns an error PR #398 @justenwalker

Enhancements

Bug Fixes

  • Fixed - Trace timing issue when reused connections #346 PR #347 @moorereason
  • Fixed - Request, execute user defined middlewares after resty's internal middlewares PR #355 @lggomez
  • Fixed - Incorrect response time when saving the response file PR #357 @iwaltgen
  • Fixed - Set supplied argument value to the field PR #368 @lewisay
  • Fixed - Body size 0 when HTTP status code is 307, 308 #300 PR #380 @shiguangyin
  • Fixed - Travis Build issue, many PRs are waiting PR #366 @jeevatkm
  • Fixed - Retry sleep computation for 32bit arch PR #388 @creekorful

Documentation