Note: This release has breaking changes.
- REFACTOR: update to pub dep from git dep. (08216ecc)
- BREAKING REFACTOR: update dependencies. (61db90af)
- REFACTOR: update dependencies. (b1531da6)
Note: This release has breaking changes.
- BREAKING REFACTOR: Update drift and related dependencies. (054aac06)
- REFACTOR: update dependencies. (5241b5e9)
- REFACTOR: Update OdooBackend to use checkConnection() instead of isOnline. (82665b1f)
- REFACTOR: Add error handling for OdooException in DriftOdooSyncRepository. (1d049cfe)
- REFACTOR: sync strategy to conditionally update existing item. (987f1dc2)
- FIX: add onConflict for insert statement to avoid errors during insert. (f33e5805)
Note: This release has breaking changes.
- REFACTOR: use batch processing when syncing many items. (f75bc811)
- BREAKING REFACTOR: Add limit and offset parameters to getAll method in Backend. (715c2bda)
- REFACTOR: Update id column in BaseTable to remove auto-increment. (dff20233)
- REFACTOR: Resolve conflict in DriftOdooSyncStrategy. (f1d41b7f)
- REFACTOR: throw exception if backend is not available. (ae51a212)
- REFACTOR: update SyncBackends table in database. (e8e8254f)
- FEAT: add odoo related packages. (2759d323)
- TODO: Describe initial release.