Skip to content

Releases: saifulaiub123/ElasticSync.Net

2.0.0

16 Aug 15:35

Choose a tag to compare

Process to install v2.0.0

  • Use Uninstall Script to clean the db if you already have the previous version installed
  • Install package ElasticSync.NET.PostgreSql
  • Remove your startup code for this package
  • Check readme.md file and follow the code to that will be used in startup

Changlog from v1.0.2 to v 2.0.0

  • Whole structure has been changed and made the whole architecture pluggable
  • Added multiple worker supported
  • Fix some performance related bug
  • Fixed bugs
  • Previously package was ElasticSync.Net and now need to use ElasticSync.Net.PostgreSql for Postgre db

1.0.2

11 Aug 09:59

Choose a tag to compare

Added IElasticSyncNetService Service so that anyone can use the data process method manually by injecting in constructor

1.0.1

11 Aug 07:15

Choose a tag to compare

Full Changelog: https://github.com/saifulaiub123/ElasticSync.NET/commits/1.0.1

  1. Rename table, function and trigger name with prefix
  2. fix some bug
  3. added uninstall script so that after deleting the package all db object can be removed properly