Skip to content

v1.2.0

Compare
Choose a tag to compare
@leventkaragol leventkaragol released this 21 Apr 14:37
· 27 commits to main since this release
5bd1aa7

Summary

This release includes one critical bug&fix for multi-threading usage and also method overloading > builder pattern conversion.

Changes

  • Changed: Method Overloading > Builder Pattern Conversion. (#8)
  • Bug&Fix: CurlGlobalInitializer class has been added to project ensures that curl is initialized only once when it is first used in the program and clean up when program terminated (Race condition issue) (#10)
  • Changed: Project documentation has been updated according to changes
  • Changed: Examples and test codes has been updated according to changes