Skip to content

Releases: SapphireDb/SapphireDb

3.1.8

01 Jul 19:51
Compare
Choose a tag to compare
3.1.8 Pre-release
Pre-release
release of 3.1.8-alpha

3.0.0

25 Jul 16:49
Compare
Choose a tag to compare
  • 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

2.2.1: added option to disable include prefilters

22 Jul 18:20
Compare
Choose a tag to compare
  • 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

2.2.0

20 Jun 16:21
Compare
Choose a tag to compare
  • 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

2.1.3

04 Apr 14:38
Compare
Choose a tag to compare
  • added message topic glob-pattern support

2.1.2

03 Apr 15:29
Compare
Choose a tag to compare
  • fixed modifiedOn rounding in postgres
  • added typed exceptions

2.1.1: fixed issue in removing unused poll connections

24 Mar 10:58
Compare
Choose a tag to compare
  • fixed issue in connection cleanup in connection manager
  • lowered connection timeout for unused poll connections to 5 seconds

2.1.0

21 Mar 13:47
Compare
Choose a tag to compare
  • massive performance improvments

2.0.0

24 Feb 16:53
Compare
Choose a tag to compare
  • added offline support
  • added execute commands command handler
  • added conflict handling
  • added long polling
  • removed single entity collection commands (CreateCommand, UpdateCommand, DeleteCommand)

1.5.0

18 Feb 21:45
Compare
Choose a tag to compare
  • 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