Skip to content

v1.3.0

Choose a tag to compare

@leventkaragol leventkaragol released this 27 Apr 10:44
· 13 commits to main since this release

Summary

This release includes the following new features.

Changes

  • Added: setTimeout method has been added to limit waiting durations for requests (#13)
  • Added: setUserAgent method has been added to change user agent information during requests (#15)
  • Added: TLS version can now be selected through the setTLSVersion method (#18)
  • Added: The setDownloadBandwidthLimit and setUploadBandwidthLimit methods can now be used to limit the bandwidth used during requests (#23)
  • Changed: Project documentation has been updated according to changes
  • Changed: Examples and test codes has been updated according to changes