- MongoDB: Added `MongoDBFullLoadTranslator` and `MongoDBCrateDBConverter` - Zyp: Fixed execution of collection transformation - Zyp: Added software test and documentation about flattening lists - MongoDB: Use `bson` package to parse BSON CANONICAL representation - MongoDB: Complete and verify BSON data type mapping end-to-end - MongoDB: Use improved decoding machinery also for `MongoDBCDCTranslator` - Dependencies: Make MongoDB subsystem not strictly depend on Zyp - Zyp: Translate a few special treatments to jq-based `MokshaTransformation` again - Zyp: Improve documentation - Packaging: Add missing `MANIFEST.in`
0.0.15
- Added Zyp Treatments, a slightly tailored transformation subsystem
0.0.14
- Replace poor man's relation name quoting with implementation `quote_relation_name` from `sqlalchemy-cratedb` package. - DynamoDB: Add special decoding for varied lists, storing them into a separate `OBJECT(IGNORED)` column in CrateDB - DynamoDB: Improve `to_sql()` to accept list of records
0.0.13
- DMS/DynamoDB: Use parameterized SQL WHERE clauses instead of inlining values
0.0.12
- DMS/DynamoDB/MongoDB: Use SQL with parameters instead of inlining values
0.0.11
- DynamoDB: Fix serializing OBJECT and ARRAY representations to CrateDB