Releases: DbSyncKit/DbSyncKit.Core
Releases · DbSyncKit/DbSyncKit.Core
1.4.0.1
1.4
1.3
Features
- Added an delegate to filter out the data after fetching it from database
Full Changelog: 1.2.1...1.3
1.2.1
1.2
What's Changed
- Added
IsComparable
property forKeyPropertyAttribute
for more customization - Renamed interface
IDataContractComparable
toIDataContract
- Result Contract
Edited
Property is nowEditedDetailed
- Result Contract
Edited
now does not contain detailed info like which property was changed - DataMetadataComparisonHelper.cs renamed to DataContractMismatchIdentifier
- The Synchronization class has been heavily modified and responsibity is split into 3 classes DataContractFetcher, DataContractMismatchIdentifier, QueryBuilder.
- Algorithm updated for better performance on large data lowed memory usage (for more details check out the performance page )
Full Changelog: 1.1.0.1...1.2
1.1.0.1
1.1
1.0.1
1.0.0.0
What's Changed
- Code optimization by @RohitM-IN in #1
Full Changelog: https://github.com/DbSyncKit/DbSyncKit.Core/commits/1.0.0.0