Skip to content

v7.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 07:55
821d730

7.0.0 (2023-04-02)

⚠ BREAKING CHANGES

  • server: The server doesn't start automatically anymore. It now requires a .listen() call.
  • server: Deprecated type alias SocketDB has been removed. Use SocketDBServerAPI instead.
  • core: Removed deprecated type aliases KeyValue & Value. Use Json & LeafValue instead.
  • This update affects both client & server. Make sure to update both.

Detailed upgrade guide: https://socketdb.com/guide/migration-guides/v6-to-v7

Features

  • add heartbeat mechanism (ce491cd)
  • add intercept api to make it easier to call into hooks (ebeadd6), closes #50

Code Refactoring

  • core: remove deprecated type exports (1964b4f)
  • server: remove auto-listen feature (3f32429)
  • server: remove deprecated type alias (492a965)