Граф коммитов

11 Коммитов

Автор SHA1 Сообщение Дата
sakash279 9776284e8e
Merge all changes for DT version 1.8.2 (#80)
Changes in this PR include:

Update Document DB SDK version to Microsoft.Azure.DocumentDB.2.2.1
Update Tables SDK version to Microsoft.Azure.CosmosDB.Table.2.0.0
Update Mongo driver version to MongoDB.Driver.2.7.0
Fix copying of internal fields in azure tables
Add retry capabilities to azure tables and cosmos DB tables API
Support new logger : CosmosDB tables logger for error logging
Error handling improvements for command line parsing
Add EULA and ThirdParty license file to the codebase
2019-03-15 11:04:01 -07:00
Haitao Song bb984db5e4 newton json agressively taking strings into datetime incorrectly, causing unwanted change to original data 2019-02-18 19:21:05 -08:00
David Noble 7bed841ace Release 1.8.1 addresses two bugs and updates the build system.
* On import the Cosmos DB provider now ignores Json.NET metadata.

  All Json.NET metadata is now passed through unchanged. This prevents failures when by chance the metadata is incorrect/unrecognized by the Json.NET serialization code.

* Fixed NumOpsPerBatch and default value of NumBytestoBufferBeforeFlushing

  The Azure Tables provider code was not honoring the max-operations-per-batch limit of 100. Fixed this.
We have a setting for the max-bytes-to-buffer before starting to split it into batches and flushing the batches. The default value for this setting was 1GB. One customer reported excessive memory usage on account of this setting. Reduced this to 10MB to fix the memory usage issue. The point to note is that when reading values from Std/Preview Tables the partitionkeys are read in a sequence -- we get all records with a given paritionkey before moving onto the next one. Therefore a lower memory buffer limit should be sufficient.

* The project system now builds for x64, not Any CPU.

  This is a recognition of the fact that the Cosmos DB provider depends on two native 64-bit assemblies.
2018-03-01 22:15:21 +00:00
David Noble 43a0ff1f17 Release 1.8 2017-11-20 18:20:55 +00:00
Alexander Ivanov 12dee7c3f0 Release 1.7 2016-10-04 16:06:16 -07:00
Alexander Ivanov 6ab27d8eaf Release 1.6 2016-04-01 19:14:11 -07:00
Alexander Ivanov b1b8276575 Release 1.4 2015-11-04 13:34:44 -08:00
Alexander Ivanov 6168db981d Release 1.3 2015-07-10 13:21:45 -07:00
Alexander Ivanov ddfd28b6ef Release 1.2 2015-06-01 08:54:17 -07:00
Alexander Ivanov aa7e50987e Release 1.1 2015-05-01 13:59:43 -07:00
Alexander Ivanov fa338328ed Initial check-in 2015-04-07 11:41:54 -07:00