- Fixed a bug in
src/api/util/converter.rbcausing noisy errors in log i.e.<internal:pack>:8: warning: unknown pack directive '"' in '"C*"' - Removed the
mysql2dependency from the gemspec as the mysql token store is optional - Removed the unspecified
webrickgem dependency which was only used for logging. Switched theSDKLog::Logclass to use a standard RubyLoggerinstead under the hood as the default logger. The default logging behavior and interface is unchanged.
- Custom Logger Support - Pass in a custom logger to
ZOHOCRMSDK::Initializer.initialize- this now supports passing inRails.logger, for instance - Added
api_versionoption toZOHOCRMSDK::Initializer.initializewhich defaults to2. This sets the crm API base path for operations from/crm/v2/to/crm/v{version}/