NETCoreSync Versions Save

NETCoreSync is a database synchronization framework where each client's local offline database (on each client's multiple devices) can be synchronized on-demand via network into a single centralized database hosted on a server. Data which are stored locally within each device of a single client can all be synchronized after each device have successfully performed the synchronization operation.

v1.2.2

2 years ago

v1.2.2 Release Notes

Added Features

  • Fix GZip decompression into chunks

Breaking Changes

None

flutter-v1.0.2

2 years ago

Flutter Version 1.0.2 Release Notes

netcoresync_moor

  • Updated with latest netcoresync_moor_generator release.

netcoresync_moor_generator

  • Downgrade analyzer from 2.0.0 to 1.7.0 because flutter still depends on meta 1.3.0.

flutter-v1.0.1

2 years ago

Flutter Version 1.0.1 Release Notes

netcoresync_moor

  • Provide example and shorten pubspec.yaml description to increase pub points.

netcoresync_moor_generator

  • Fix generator to support multiple database classes code generation in a single project.
  • Provide example and update dependencies to increase pub points.
  • Fix wrong link description.

NETCoreSyncServer

  • Fix wrong link description.

flutter-v1.0.0

2 years ago

Flutter Version 1.0.0 Release Notes

  • Initial Release.

v1.2.1

4 years ago

v1.2.1 Release Notes

Added Features

  • Support custom HTTP Headers in SyncClient constructor

Breaking Changes

None

v1.2.0

4 years ago

v1.2.0 Release Notes

Added Features

  • Support conflict handling during DeserializeJsonToExistingData method
  • Support suppressing Exception during hook calls if updated with older time stamp (GlobalTimeStamp only)

Breaking Changes

  • DeserializeJsonToExistingData method signature change: adds conflictType parameter