SapphireDb v3.0.0 Release Notes

Release Date: 2020-07-25 // over 3 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