Skip to content

v1.1.0

Choose a tag to compare

@leventkaragol leventkaragol released this 20 Apr 19:55
· 41 commits to main since this release

Summary

This release includes several minor additional enhancements and improvements.

Changes

  • Added: ignoreSslErrors option has been added to ignore invalid SSL certificates. (#4)
  • Changed: Pointers in the request method replaced with smart pointers (#2)
  • Changed: The curl_global_init and curl_global_cleanup methods moved to constructor and destructor for resource saving (#3)
  • Changed: Project documentation has been updated according to changes
  • Changed: Examples and test codes has been updated according to changes