Releases: AzureCosmosDB/data-migration-desktop-tool
Releases · AzureCosmosDB/data-migration-desktop-tool
2.1.6
What's Changed
- Update README.md by @hsavran in #128
- Add proxy support to the Cosmos Extension by @admsteck in #133
- Update Npgsql to 8.0.3 by @philnach in #138
- Mongo Source CSFLE support and Cosmos NoSQL Always Encrypted support by @fonsecamar in #141
- Add UseRbacAuth and EnableInteractiveCredentials to Azure Blob Storage Extension by @philnach in #136
- Create version updates dependabot.yml by @markjbrown in #142
- Fix for release builds and consolidate NuGet packages by @philnach in #147
New Contributors
- @admsteck made their first contribution in #133
- @philnach made their first contribution in #138
- @fonsecamar made their first contribution in #141
Full Changelog: 2.1.5...2.1.6
Release 2.1.5
What's Changed
- Support multiple id fields per entity by @schjan in #93
- Update CosmosDataSinkExtension.cs to enable support for shared throughput in Cosmos containers by @Jonathan-Walsh-Amey in #108
- Add macOS Terminal command by @crpietschmann in #112
- Adding required permissions for release action by @bowencode in #113
- introduce IgnoreNullValue setting for CosmosDB sink by @stefann42 in #118
- include AddRate when reporting progress by @stefann42 in #119
- Fix for issue: CosmosDB to CosmosDB doesn't migrate "Id" field #100 by @adambarath in #116
- Extending ignoring null to arrays and children; adding tests and docs by @bowencode in #123
- PostgreSQL and Generate vector for Mongo DB by @hsavran in #111
- Fixes #97 for outputting JSON metadata properties on child objects by @bowencode in #122
- Replacing release trigger with manual by @bowencode in #125
New Contributors
- @schjan made their first contribution in #93
- @Jonathan-Walsh-Amey made their first contribution in #108
- @crpietschmann made their first contribution in #112
- @stefann42 made their first contribution in #118
- @adambarath made their first contribution in #116
Full Changelog: 2.1.4...2.1.5
Release 2.1.4
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
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
What's Changed
- Fixes #71 by @MarioGit1 in #74
- Extension improvements by @bowencode in #76
New Contributors
- @MarioGit1 made their first contribution in #74
Full Changelog: 2.1.1...2.1.2
Release 2.1.1
What's Changed
- Fix nested arrays in Cosmos SQL Sink by @RemyBoyer in #65
- Adding CSV extension by @bowencode in #66
- Minor fixes by @bowencode in #68
- Nested data support added to MongoDB sink
New Contributors
- @RemyBoyer made their first contribution in #65
Full Changelog: 2.1.0...2.1.1
Release 2.1.0
What's Changed
- Adding Settings command to generate extension manifest by @bowencode in #59
- Adds new settings to Cosmos extension to support RBAC by @bowencode in #61
- Adds new aliases of Sink to support common alternate terminology by @bowencode in #61
- Updates Cosmos package to latest 3.34.0 and adds support for hierarchical partition keys which now have general availability in Azure https://azure.microsoft.com/en-us/updates/generally-available-azure-cosmos-db-hierarchical-partition-keys/ by @bowencode in #61
- Updates release versioning to match version reported by app to tagged GitHub Release version
Full Changelog: v2.0.6...2.1.0
Release v2.0.6
What's Changed
- add cognitive search extention by @HiroyukiSakoh in #34
New Contributors
- @HiroyukiSakoh made their first contribution in #34
Full Changelog: v2.0.5...v2.0.6
Release v2.0.5
What's Changed
- Fixes #56 SqlServer Sink not working with batches by @Bilal-io in #57
- Various fixes by @bowencode in #52
- Addresses #41
New Contributors
Full Changelog: v2.0.4...v2.0.5
Release v2.0.4
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