Sapphiredb Js Versions Save

Client for SapphireDb, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core

3.1.8

2 years ago

3.0.0

3 years ago
  • added connection loss during execution
  • updated used auth token state for invalid auth token
  • added auth token check on reconnect

2.2.1

3 years ago
  • 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

3 years ago
  • removed splitting of collection name on client side
  • removed info command
  • fixed websocket as default connection type
  • improved immutability in update method
  • improved offline preview
  • added primary key annotation for local class type definition
  • improved offline helper client side changes processing

2.1.3

4 years ago
  • added message topic glob-pattern support

2.1.2

4 years ago

2.1.0

4 years ago
  • update to Angular 9
  • updated package references
  • fixed smaller issues

2.0.0

4 years ago
  • added offline support
  • added long polling
  • added prerendering of changes

1.5.0

4 years ago
  • changed calling of execute methods to dot seperated string
  • added command result handling for multiple results (CreateRange, UpdateRange and DeleteRange)

1.4.0

4 years ago
  • added support for async enumerables (streaming to and from client)
  • added message sending with filters from clients and for multiple instances