Skip to content

v0.0.22

Compare
Choose a tag to compare
@amotl amotl released this 10 Sep 17:20
· 56 commits to main since this release

What's Changed

  • MongoDB: Rename columns with leading underscores to use double leading underscores
  • MongoDB: Add support for UUID types
  • MongoDB: Improve reading timestamps in previous BSON formats
  • MongoDB: Fix processing empty arrays/lists. By default, assume TEXT as inner type.
  • MongoDB: For ctk load table, use "partial" scan for inferring the collection schema,
    based on the first 10,000 documents.
  • MongoDB: Skip leaking UNKNOWN fields into SQL DDL.
    This means relevant column definitions will not be included into the SQL DDL.
  • MongoDB: Make ctk load table use the data OBJECT(DYNAMIC) mapping strategy.
  • MongoDB: Sanitize lists of varying objects
  • MongoDB: Add treatment option for applying special treatments to certain items
    on real-world data
  • MongoDB: Use pagination on source collection, for creating batches towards CrateDB
  • MongoDB: Unlock importing MongoDB Extended JSON files using file+bson://...

Details

Full Changelog: v0.0.21...v0.0.22