New Features:
- Add insert-ignore option (#20)
- Allow skipping a very large number of tables (#82)
- Support SSL MySQL connections (#36)
- Mysql generated field support (#108)
Bug Fixes:
- adding json support. Fixes #46 (#63)
- Do not check for long running queries when no-lock is on (#90)
- fix bug while create_databse function test database schema file exist (#75)
- Fix memleaks in mydumper (#113)
- fix timestamp column default values will be changed after using mydumper and myloader (#126)
- fix --defaults-file option does not honor port (#103)