SapphireDb v3.0.0 Release Notes
Release Date: 2020-07-25 // almost 2 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