All Versions
13
Latest Version
Avg Release Cycle
16 days
Latest Release
1368 days ago

Changelog History
Page 1

  • v3.0.0 Changes

    July 25, 2020
    • ๐Ÿ”€ 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
  • v2.2.1 Changes

    July 22, 2020
    • 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
  • v2.2.0 Changes

    June 20, 2020
    • ๐Ÿ”ง added automatic adding of fluent configuration classes
    • ๐Ÿ”ง fixed add query overload in fluent api configuration
    • remved splitting of collection name on client side
    • ๐Ÿšš removed info command
    • โšก๏ธ improved update range command handler
    • ๐Ÿ”€ added disable auto merge to fluent api
  • v2.1.3 Changes

    April 04, 2020
    • ๐Ÿ‘ added message topic glob-pattern support
  • v2.1.2 Changes

    April 03, 2020
    • ๐Ÿ›  fixed modifiedOn rounding in postgres
    • added typed exceptions
  • v2.1.1 Changes

    March 24, 2020
    • ๐Ÿ›  fixed issue in connection cleanup in connection manager
    • ๐Ÿ“Š lowered connection timeout for unused poll connections to 5 seconds
  • v2.1.0 Changes

    March 21, 2020
    • ๐ŸŽ massive performance improvments
  • v2.0.0 Changes

    February 24, 2020
    • ๐Ÿ‘ added offline support
    • added execute commands command handler
    • added conflict handling
    • added long polling
    • โšก๏ธ removed single entity collection commands (CreateCommand, UpdateCommand, DeleteCommand)
  • v1.5.0 Changes

    February 18, 2020
    • ๐Ÿ“œ fixed json parsing for execute handler
    • added logic for re-loading data with applied prefilters
    • improved parallel processing of sending to clients
    • ๐Ÿ›  fixed error messages for execute command handler
    • changed calling of execute methods to dot seperated string
  • v1.4.0 Changes

    February 08, 2020
    • ๐Ÿ‘ added support for async enumerables (streaming to and from client)
    • added message sending with filters from clients and for multiple instances
    • ๐Ÿ‘ added support for Redis for better scaling