SapphireDb v3.0.0 Release Notes
Release Date: 2020-07-25 // about 4 years ago-
- ๐ added logging in sync manager
- ๐ฆ added source links in package
- added option to disable include prefitlter
- added SapphirecbConstructor without Database Notifier
- ๐ fixed support for ef core migrations
- ๐ fixed support for database context in seperate assembly
- ๐ modularized sync modules
- ๐ฒ improved errors and logging
- added error id and sending error details to clients
- added connection loss during execution
- โก๏ธ updated used auth token state for invalid auth token
- added auth token check on reconnect
Previous changes from v2.2.1
-
- added option to disable include prefilters
- ๐ฆ added source links for nuget package
- added auth token states not_set and validating
- added waiting for auth token before connecting/sending commands
- ๐ added startup auth token support