This file documents all notable changes to the juttle-mysql-adapter. The release numbering uses semantic versioning.
Released 2016-03-24
- Fix a bug handling non-array responses from a raw SQL query.
Released 2016-03-23
- Support JuttleAdapterAPI 0.7.0
Released 2016-02-24
- Use new adapter API: Made compatible with Juttle 0.5.0.
- Use new allowedOptions shared logic.
- Make Filter class extending from ASTVisitor available from AdapterAPI.
- Change optimize class based on new graph changes.
- Refactor db to extend from shared db class.
Released 2016-02-18
reduce -every
concurrent batch execution.- Allow array of credentials. Change option
database
todb
. - Dynamically change credential object or database name using
id
ordb
option. - Large dataset pagination over time bug-fix.
Released 2016-02-08
- Unit tests refactored such that you can use mocha to run files directly
- Updated the dependencies to support the 0.4.0 juttle release.
- Updated to use new Adapter Read and Write API.
Released 2016-01-25
- Updated the dependencies to support the 0.3.0 juttle release
- NOTICE: As part of the update to juttle 0.3.0, the configuration syntax for adapters changed from the name of the module ("juttle-mysql-adapter") to the type of the adapter ("mysql").
- Copyright updated
Released 2015-12-19
- Initial release