Releases: saifulaiub123/ElasticSync.Net
Releases · saifulaiub123/ElasticSync.Net
2.0.0
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
Added IElasticSyncNetService Service so that anyone can use the data process method manually by injecting in constructor
1.0.1
Full Changelog: https://github.com/saifulaiub123/ElasticSync.NET/commits/1.0.1
- Rename table, function and trigger name with prefix
- fix some bug
- added uninstall script so that after deleting the package all db object can be removed properly