v0.0.17
What's Changed
- Processor: Updated Kinesis Lambda processor to understand AWS DMS
- MongoDB: Fix missing output on STDOUT for
migr8 export
- MongoDB: Improve timestamp parsing by using
python-dateutil
- MongoDB: Converge
_id
input field toid
column instead of dropping it - MongoDB: Make user interface use stderr, so stdout is for data only
- MongoDB: Make
migr8 extract
write to stdout by default - MongoDB: Make
migr8 translate
read from stdin by default - MongoDB: Improve user interface messages
- MongoDB: Strip single leading underscore character from all top-level fields
- MongoDB: Map OID types to CrateDB TEXT columns
- MongoDB: Make
migr8 extract
andmigr8 export
accept the--limit
option - MongoDB: Fix indentation in prettified SQL output of
migr8 translate
- MongoDB: Add capability to give type hints and add transformations
- Dependencies: Adjust code for lorrystream version 0.0.3
- Dependencies: Update to lorrystream 0.0.4 and commons-codec 0.0.7
- DynamoDB: Add table loader for full-load operations
Details
- Update polars requirement from <1.3 to <1.4 by @dependabot in #209
- CI: Update to Docker Compose V2 by @amotl in #214
- Processor: Update Kinesis Lambda processor to understand AWS DMS by @amotl in #217
- Update fastapi requirement from <0.112 to <0.113 by @dependabot in #211
- Update polars requirement from <1.4 to <1.5 by @dependabot in #212
- Chore: Unpin
kaggle
dependency by @amotl in #220 - Bump cratedb-sqlparse from 0.0.4 to 0.0.6 by @dependabot in #208
- MongoDB: Various fixes and improvements by @amotl in #216
- Chore: Fix reference to LorryStream WIP by @amotl in #223
- Dependencies: Update to lorrystream 0.0.4 and commons-codec 0.0.6. Adjust code. Add software tests. by @amotl in #224
- Dependencies: Update to commons-codec 0.0.7 by @amotl in #225
- Update ruff requirement from <0.6 to <0.7 by @dependabot in #228
- Update myst-parser[linkify] requirement from <4,>=0.18 to >=0.18,<5 by @dependabot in #227
- Update polars requirement from <1.5 to <1.6 by @dependabot in #230
- DynamoDB: Add table loader for full-load operations by @amotl in #226
Full Changelog: v0.0.16...v0.0.17