v1.2.0
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