Skip to content

Releases: AzureCosmosDB/data-migration-desktop-tool

Release 2.1.5

18 Apr 19:24
86d2acc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.4...2.1.5

Release 2.1.4

06 Sep 17:09
fde0479
Compare
Choose a tag to compare

What's Changed

  • Reading from cloud stores; JSON array null fix by @bowencode in #87

Full Changelog: 2.1.3...2.1.4

Release 2.1.3

27 Jul 14:55
f458054
Compare
Choose a tag to compare

What's Changed

  • Fixing unicode output from Utf8JsonWriter by @bowencode in #81
  • Improving record level error reporting for Cosmos by @bowencode in #80

Full Changelog: 2.1.2...2.1.3

Release 2.1.2

06 Jul 17:51
69efd3e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.1...2.1.2

Release 2.1.1

17 Jun 17:13
c8ad5a8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.1.1

Release 2.1.0

31 May 04:00
532dca1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.6...2.1.0

Release v2.0.6

08 May 17:52
f8a331d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.5...v2.0.6

Release v2.0.5

06 May 21:57
4347fb8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.0.5

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