Skip to content

Releases: AzureCosmosDB/data-migration-desktop-tool

Release v2.0.4

03 May 17:33
53d7064
Compare
Choose a tag to compare

New features addressing Issues:

  • #46 Adds new support for composite extensions combining generic File Format and Binary File Storage extensions as described in Creating Extensions
  • Includes new beta implementation of JSON extension using the new composite model
  • #42 Adds beta support for reading and writing Parquet files
  • Adds beta support for writing to Azure Blob Storage and AWS S3 in composite extensions (currently JSON and Parquet)
  • Updates MongoDB.Driver package to 2.19.1 to address security vulnerability

Release v2.0.3

26 Apr 20:05
b5239a7
Compare
Choose a tag to compare

Improvements to address Issues

  • #35 JSON extension now reads files using streams instead of reading complete files to reduce memory usage
  • #36 JSON extension writes date values using round-trip formatting to preserve original data values

Release v2.0.2

05 Apr 15:09
f8184a7
Compare
Choose a tag to compare

Updates name for MongoDB extension

Release v2.0.1

03 Apr 14:32
bd4b237
Compare
Choose a tag to compare

Improves configuration handling for multiple operations

Initial .NET 6 Release

20 Mar 22:44
96d2827
Compare
Choose a tag to compare

The initial release of the new .NET 6 application. Includes the command line application and 5 plug-in extensions:

  1. Cosmos-NoSql
  2. JSON
  3. Mongo
  4. AzureTableApi
  5. SqlServer